Skip to content

Commit 61fd2b1

Browse files
committed
update font-face file names for font loading
1 parent 9ea3c5d commit 61fd2b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/css/app.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ body {
163163
/* Inter Variable Font with browser compatibility considerations */
164164
@font-face {
165165
font-family: 'Inter';
166-
src: url('/fonts/Inter-Variable.woff2') format('woff2'),
167-
url('/fonts/Inter-Variable.ttf') format('truetype');
166+
src: url('/fonts/InterVariable.woff2') format('woff2'),
167+
url('/fonts/InterVariable.ttf') format('truetype');
168168
font-weight: 100 900;
169169
font-style: normal;
170170
font-display: swap;

0 commit comments

Comments
 (0)