We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8427ef commit 81cdbf4Copy full SHA for 81cdbf4
example/styles.css
@@ -1,14 +1,14 @@
1
@font-face {
2
font-family: 'JetBrains Mono';
3
- src: url('fonts/JetBrainsMono-Regular.ttf') format('truetype');
+ src: url('./fonts/JetBrainsMono-Regular.ttf') format('truetype');
4
font-weight: normal;
5
font-style: normal;
6
font-display: swap;
7
}
8
9
10
font-family: 'Iosevka';
11
- src: url('fonts/SGr-Iosevka-Regular.ttc') format('truetype');
+ src: url('./fonts/SGr-Iosevka-Regular.ttc') format('truetype');
12
13
14
0 commit comments