Skip to content

Commit

Permalink
Reduce custom font sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
torbjornbp committed Aug 16, 2024
1 parent ecc147a commit 515d03e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/css/fonts.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
@font-face {
font-family: 'Iosevka Term Web';
src: url('/fonts/IosevkaTerm-Regular.woff2') format('woff2');
src: url('/fonts/IosevkaCustomTerm-Regular.woff2') format('woff2');
font-weight: normal;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'Iosevka Aile';
src: url('/fonts/IosevkaAile-Regular.woff2') format('woff2');
src: url('/fonts/IosevkaCustomAile-Regular.woff2') format('woff2');
font-weight: normal;
font-style: normal;
font-display: swap;
Expand Down
Binary file added static/fonts/IosevkaCustomAile-Regular.woff2
Binary file not shown.
Binary file added static/fonts/IosevkaCustomTerm-Regular.woff2
Binary file not shown.

0 comments on commit 515d03e

Please sign in to comment.