Skip to content

Commit

Permalink
Remove local file check (#5544)
Browse files Browse the repository at this point in the history
  • Loading branch information
estrattonbailey authored Sep 30, 2024
1 parent 2129f69 commit b59d6df
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,14 @@

@font-face {
font-family: 'InterVariable';
src: local('InterVariable'),
url(/assets/fonts/inter/InterVariable.ttf) format('truetype');
src: url(/assets/fonts/inter/InterVariable.ttf) format('truetype');
font-weight: 300 1000;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'InterVariableItalic';
src: local('InterVariableItalic'),
url(/assets/fonts/inter/InterVariable-Italic.ttf) format('truetype');
src: url(/assets/fonts/inter/InterVariable-Italic.ttf) format('truetype');
font-weight: 300 1000;
font-style: italic;
font-display: swap;
Expand Down

0 comments on commit b59d6df

Please sign in to comment.