Skip to content

Commit

Permalink
refactor: remove unused fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Feb 28, 2024
1 parent 31310cc commit 98b6b6e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions resources/css/fonts.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
@font-face {
font-family: 'PolySans';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url("@/assets/fonts/PolySans-Median.ttf") format('truetype');
}

@font-face {
font-family: 'PolySans';
font-style: normal;
Expand Down
2 changes: 1 addition & 1 deletion uno.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export default defineConfig({
content: { name: 'Graphik', provider: 'none' },
sans: {
name: 'Poppins',
weights: [100, 200, 300, 400, 500, 600, 700, 800, 900],
weights: [300, 500, 700],
},
},
}),
Expand Down

0 comments on commit 98b6b6e

Please sign in to comment.