Skip to content

Commit 6be5f63

Browse files
committed
Fix relative paths in ejs.css
1 parent 67e2112 commit 6be5f63

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

html/css/ejs.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
font-family: 'Cinzel';
33
font-style: normal;
44
font-weight: 700;
5-
src: local('Cinzel-Bold'), url(font/cinzel_bold.woff) format('woff');
5+
src: local('Cinzel-Bold'), url(../font/cinzel_bold.woff) format('woff');
66
}
77

88
@font-face {
99
font-family: 'PT Mono';
1010
font-style: normal;
1111
font-weight: 400;
12-
src: local('PT Mono'), local('PTMono-Regular'), url(font/pt_mono.woff) format('woff');
12+
src: local('PT Mono'), local('PTMono-Regular'), url(../font/pt_mono.woff) format('woff');
1313
}
1414

1515
html, body {

0 commit comments

Comments
 (0)