fix: remove font synthesis in webfont mode, google fonts now support italic axis in inter

pull/4247/head
Divyansh Singh 2 months ago committed by GitHub
parent 7ec3be3c6f
commit 1628918f30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save