Skip to content

Commit 1628918

Browse files
authored
fix: remove font synthesis in webfont mode, google fonts now support italic axis in inter
1 parent 7ec3be3 commit 1628918

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/client/theme-default/styles/fonts.css

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
/* webfont-marker-begin */
2-
@import url('https://fonts.googleapis.com/css2?family=Inter:[email protected]&display=swap');
3-
4-
html body {
5-
font-synthesis: style;
6-
}
2+
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
73
/* webfont-marker-end */
84

95
@font-face {

0 commit comments

Comments
 (0)