Skip to content

Commit

Permalink
chore: Improve font loading
Browse files Browse the repository at this point in the history
  • Loading branch information
garethfuller committed Jul 7, 2023
1 parent 51d0265 commit 1f163c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/assets/css/global/fonts.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
src: url('/fonts/Inter-Variable.ttf') format('truetype');
font-weight: 400;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'Tiempos Headline Medium';
src: url('/fonts/tiemposDispMed.woff2') format('woff2');
font-style: normal;
font-weight: 400;
font-display: swap;
}

0 comments on commit 1f163c9

Please sign in to comment.