We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67e2112 commit 6be5f63Copy full SHA for 6be5f63
1 file changed
html/css/ejs.css
@@ -2,14 +2,14 @@
2
font-family: 'Cinzel';
3
font-style: normal;
4
font-weight: 700;
5
- src: local('Cinzel-Bold'), url(font/cinzel_bold.woff) format('woff');
+ src: local('Cinzel-Bold'), url(../font/cinzel_bold.woff) format('woff');
6
}
7
8
@font-face {
9
font-family: 'PT Mono';
10
11
font-weight: 400;
12
- src: local('PT Mono'), local('PTMono-Regular'), url(font/pt_mono.woff) format('woff');
+ src: local('PT Mono'), local('PTMono-Regular'), url(../font/pt_mono.woff) format('woff');
13
14
15
html, body {
0 commit comments