Skip to content

Commit

Permalink
⚡️ feat(fonts): optimise font size (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
welpo authored Oct 2, 2023
1 parent 317a1d1 commit a7044d2
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

@font-face {
src: local('Source Serif'),
url('fonts/SourceSerif4Variable-Roman.ttf.woff2') format("woff2");
url('fonts/SourceSerif4Variable-Roman.otf.woff2') format("woff2");
/* Copyright 2014 - 2023 Adobe (http://www.adobe.com/), with Reserved Font Name ‘Source’.adobe.com/). Licensed under the SIL Open Font License, Version 1.1. More information available at: http://scripts.sil.org/OFL */
font-family: 'Source Serif';
font-display: swap;
Expand Down
Binary file modified static/fonts/CascadiaCode-SemiLight.woff2
Binary file not shown.
Binary file modified static/fonts/Inter4.woff2
Binary file not shown.
Binary file not shown.
Binary file removed static/fonts/SourceSerif4Variable-Roman.ttf.woff2
Binary file not shown.

0 comments on commit a7044d2

Please sign in to comment.