We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26c186a commit 124158eCopy full SHA for 124158e
src/client/theme-default/styles/base.css
@@ -26,7 +26,7 @@ body {
26
color: var(--vp-c-text-1);
27
background-color: var(--vp-c-bg);
28
direction: ltr;
29
- font-synthesis: style;
+ font-synthesis: none;
30
text-rendering: optimizeLegibility;
31
-webkit-font-smoothing: antialiased;
32
-moz-osx-font-smoothing: grayscale;
src/client/theme-default/styles/fonts.css
@@ -1,5 +1,9 @@
1
/* webfont-marker-begin */
2
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
3
+
4
+html body {
5
+ font-synthesis: style;
6
+}
7
/* webfont-marker-end */
8
9
@font-face {
0 commit comments