Skip to content

Commit 81cdbf4

Browse files
authored
pls github pages show my fonts
1 parent e8427ef commit 81cdbf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
@font-face {
22
font-family: 'JetBrains Mono';
3-
src: url('fonts/JetBrainsMono-Regular.ttf') format('truetype');
3+
src: url('./fonts/JetBrainsMono-Regular.ttf') format('truetype');
44
font-weight: normal;
55
font-style: normal;
66
font-display: swap;
77
}
88

99
@font-face {
1010
font-family: 'Iosevka';
11-
src: url('fonts/SGr-Iosevka-Regular.ttc') format('truetype');
11+
src: url('./fonts/SGr-Iosevka-Regular.ttc') format('truetype');
1212
font-weight: normal;
1313
font-style: normal;
1414
font-display: swap;

0 commit comments

Comments
 (0)