Skip to content

Commit

Permalink
Break font cache
Browse files Browse the repository at this point in the history
old font was loading on web pages for 24 hours
  • Loading branch information
mayfield committed Oct 6, 2023
1 parent f33dfcd commit 0fbe0cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/scss/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
font-family: 'Material Symbols Rounded';
font-style: normal;
font-weight: 100 700;
src: url('../fonts/MaterialSymbolsRounded.woff2?v=1') format('woff2');
src: url('../fonts/MaterialSymbolsRounded.woff2?v=2') format('woff2');
}

@font-face {
Expand Down
2 changes: 1 addition & 1 deletion pages/src/preloads.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const fonts = [
'/pages/fonts/MaterialSymbolsRounded.woff2?v=1',
'/pages/fonts/MaterialSymbolsRounded.woff2?v=2',
'/pages/fonts/Saira.woff2?v=1',
];

Expand Down

0 comments on commit 0fbe0cf

Please sign in to comment.