Skip to content

Commit 25a34cc

Browse files
committed
Debugging for font
1 parent c974163 commit 25a34cc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/css/custom.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,19 @@
1414
--ifm-color-primary-lightest: #8cbaff;
1515
--ifm-code-font-size: 95%;
1616
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
17+
--ifm-font-family-base: "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
18+
--ifm-font-family-monospace: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
1719
}
1820
html {
1921
scroll-behavior: smooth;
2022
}
23+
24+
html, body {
25+
font-family: var(--ifm-font-family-base);
26+
text-rendering: optimizeLegibility;
27+
-webkit-font-smoothing: antialiased;
28+
-moz-osx-font-smoothing: grayscale;
29+
}
2130
.header {
2231
position: relative !important;
2332
}

0 commit comments

Comments
 (0)