返回 reveal.js
source-sans-pro.css
根目录 / css / theme / fonts / source-sans-pro / source-sans-pro.css
1 @font-face {
2 font-family: 'Source Sans Pro';
3 src: url('./source-sans-pro-regular.woff') format('woff');
4 font-weight: normal;
5 font-style: normal;
6 }
7
8 @font-face {
9 font-family: 'Source Sans Pro';
10 src: url('./source-sans-pro-italic.woff') format('woff');
11 font-weight: normal;
12 font-style: italic;
13 }
14
15 @font-face {
16 font-family: 'Source Sans Pro';
17 src: url('./source-sans-pro-semibold.woff') format('woff');
18 font-weight: 600;
19 font-style: normal;
20 }
21
22 @font-face {
23 font-family: 'Source Sans Pro';
24 src: url('./source-sans-pro-semibolditalic.woff') format('woff');
25 font-weight: 600;
26 font-style: italic;
27 }
28
28 lines CSS