Skip to content

Commit ac91378

Browse files
authored
fix incorrect font after the latest Docusaurus update (facebook#4223)
1 parent d7f0667 commit ac91378

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

website/src/css/customTheme.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@
9191
}
9292
}
9393

94+
body {
95+
font-family: var(--ifm-font-family-base);
96+
}
97+
9498
html[data-theme="light"] {
9599
--ifm-code-background: rgba(0, 0, 0, 0.06);
96100
--docsearch-container-background: rgba(32, 35, 42, 0.6);

0 commit comments

Comments
 (0)