Skip to content

Commit

Permalink
fix: fixed fonts on safari mobile? maybe?
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbchron committed Aug 8, 2024
1 parent 9a58fda commit aa9a48f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion crates/site-app/style/fonts.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
font-display: swap;
font-weight: 100 900;
font-style: normal;
src: url('/fonts/IosevkaCustom-Regular.ttf') url('/fonts/IosevkaCustom-Bold.ttf') url('/fonts/IosevkaCustom-Italic.ttf') format('truetype');
src:
url('/fonts/IosevkaCustom-Regular.ttf') format('truetype')
url('/fonts/IosevkaCustom-Bold.ttf') format('truetype')
url('/fonts/IosevkaCustom-Italic.ttf') format('truetype');
}

@font-face {
Expand Down

0 comments on commit aa9a48f

Please sign in to comment.