Skip to content

Commit 622b341

Browse files
GuillaumeGomezJoshua Nelson
authored and
Joshua Nelson
committed
Move fonts one folder up because static rooting is a nightmare
1 parent d8caa1c commit 622b341

11 files changed

+7
-7
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

templates/style/base.scss

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,33 +6,33 @@
66
font-family: 'Fira Sans';
77
font-style: normal;
88
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');
1010
}
1111
@font-face {
1212
font-family: 'Fira Sans';
1313
font-style: normal;
1414
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');
1616
}
1717

1818
/* See SourceSerifPro-LICENSE.txt for the Source Serif Pro license. */
1919
@font-face {
2020
font-family: 'Source Serif Pro';
2121
font-style: normal;
2222
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');
2424
}
2525
@font-face {
2626
font-family: 'Source Serif Pro';
2727
font-style: italic;
2828
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');
3030
}
3131
@font-face {
3232
font-family: 'Source Serif Pro';
3333
font-style: normal;
3434
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');
3636
}
3737

3838
/* See SourceCodePro-LICENSE.txt for the Source Code Pro license. */
@@ -42,13 +42,13 @@
4242
font-weight: 400;
4343
/* Avoid using locally installed font because bad versions are in circulation:
4444
* 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');
4646
}
4747
@font-face {
4848
font-family: 'Source Code Pro';
4949
font-style: normal;
5050
font-weight: 600;
51-
src: url("fonts/SourceCodePro-Semibold.woff") format('woff');
51+
src: url("SourceCodePro-Semibold.woff") format('woff');
5252
}
5353

5454
html,

0 commit comments

Comments
 (0)