|
6 | 6 | font-family: 'Fira Sans';
|
7 | 7 | font-style: normal;
|
8 | 8 | font-weight: 400;
|
9 |
| - src: local('Fira Sans'), url("fonts/FiraSans-Regular.woff") format('woff'); |
| 9 | + src: local('Fira Sans'), url("FiraSans-Regular.woff") format('woff'); |
10 | 10 | }
|
11 | 11 | @font-face {
|
12 | 12 | font-family: 'Fira Sans';
|
13 | 13 | font-style: normal;
|
14 | 14 | font-weight: 500;
|
15 |
| - src: local('Fira Sans Medium'), url("fonts/FiraSans-Medium.woff") format('woff'); |
| 15 | + src: local('Fira Sans Medium'), url("FiraSans-Medium.woff") format('woff'); |
16 | 16 | }
|
17 | 17 |
|
18 | 18 | /* See SourceSerifPro-LICENSE.txt for the Source Serif Pro license. */
|
19 | 19 | @font-face {
|
20 | 20 | font-family: 'Source Serif Pro';
|
21 | 21 | font-style: normal;
|
22 | 22 | font-weight: 400;
|
23 |
| - src: local('Source Serif Pro'), url("fonts/SourceSerifPro-Regular.ttf.woff") format('woff'); |
| 23 | + src: local('Source Serif Pro'), url("SourceSerifPro-Regular.ttf.woff") format('woff'); |
24 | 24 | }
|
25 | 25 | @font-face {
|
26 | 26 | font-family: 'Source Serif Pro';
|
27 | 27 | font-style: italic;
|
28 | 28 | font-weight: 400;
|
29 |
| - src: local('Source Serif Pro Italic'), url("fonts/SourceSerifPro-It.ttf.woff") format('woff'); |
| 29 | + src: local('Source Serif Pro Italic'), url("SourceSerifPro-It.ttf.woff") format('woff'); |
30 | 30 | }
|
31 | 31 | @font-face {
|
32 | 32 | font-family: 'Source Serif Pro';
|
33 | 33 | font-style: normal;
|
34 | 34 | font-weight: 700;
|
35 |
| - src: local('Source Serif Pro Bold'), url("fonts/SourceSerifPro-Bold.ttf.woff") format('woff'); |
| 35 | + src: local('Source Serif Pro Bold'), url("SourceSerifPro-Bold.ttf.woff") format('woff'); |
36 | 36 | }
|
37 | 37 |
|
38 | 38 | /* See SourceCodePro-LICENSE.txt for the Source Code Pro license. */
|
|
42 | 42 | font-weight: 400;
|
43 | 43 | /* Avoid using locally installed font because bad versions are in circulation:
|
44 | 44 | * see https://github.com/rust-lang/rust/issues/24355 */
|
45 |
| - src: url("fonts/SourceCodePro-Regular.woff") format('woff'); |
| 45 | + src: url("SourceCodePro-Regular.woff") format('woff'); |
46 | 46 | }
|
47 | 47 | @font-face {
|
48 | 48 | font-family: 'Source Code Pro';
|
49 | 49 | font-style: normal;
|
50 | 50 | font-weight: 600;
|
51 |
| - src: url("fonts/SourceCodePro-Semibold.woff") format('woff'); |
| 51 | + src: url("SourceCodePro-Semibold.woff") format('woff'); |
52 | 52 | }
|
53 | 53 |
|
54 | 54 | html,
|
|
0 commit comments