Skip to content

Commit

Permalink
fix: remove font synthesis in webfont mode, google fonts now support …
Browse files Browse the repository at this point in the history
…italic axis in inter
  • Loading branch information
brc-dd authored Sep 30, 2024
1 parent 7ec3be3 commit 1628918
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/client/theme-default/styles/fonts.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
/* webfont-marker-begin */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

html body {
font-synthesis: style;
}
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/* webfont-marker-end */

@font-face {
Expand Down

0 comments on commit 1628918

Please sign in to comment.