Skip to content

Commit 38ccf0a

Browse files
committed
Fix font usage
1 parent 64f8379 commit 38ccf0a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/assets/styles/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
@font-face {
22
font-family: 'Octarine';
3-
src: url('@/assets/fonts/Octarine-Bold');
3+
src: url('@/assets/fonts/Octarine-Bold.otf');
44
font-weight: bold;
55
}
66

77
@font-face {
88
font-family: 'Octarine';
9-
src: url('@/assets/fonts/Octarine-Light');
9+
src: url('@/assets/fonts/Octarine-Light.otf');
1010
font-weight: lighter;
1111
}
1212

0 commit comments

Comments
 (0)