Skip to content

Commit 50ba533

Browse files
committed
Fix font
1 parent 241446d commit 50ba533

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/assets/stylesheets/fonts.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
@font-face {
22
font-family: 'BrandonText';
3-
src: url('/fonts/BrandonText-Regular.woff2') format('woff2'),
4-
url('/fonts/BrandonText-Regular.woff') format('woff'),
5-
url('/fonts/BrandonText-Regular.ttf') format('truetype');
3+
src: url('../fonts/BrandonText-Regular.woff2') format('woff2'),
4+
url('../fonts/BrandonText-Regular.woff') format('woff'),
5+
url('../fonts/BrandonText-Regular.ttf') format('truetype');
66
font-style: normal;
77
font-weight: normal;
88
}
99

1010
@font-face {
1111
font-family: 'BrandonText';
12-
src: url('/fonts/BrandonText-Bold.woff2') format('woff2'),
13-
url('/fonts/BrandonText-Bold.woff') format('woff'),
14-
url('/fonts/BrandonText-Bold.ttf') format('truetype');
12+
src: url('../fonts/BrandonText-Bold.woff2') format('woff2'),
13+
url('../fonts/BrandonText-Bold.woff') format('woff'),
14+
url('../fonts/BrandonText-Bold.ttf') format('truetype');
1515
font-style: normal;
1616
font-weight: bold;
1717
}

0 commit comments

Comments
 (0)