Skip to content

Commit b4137df

Browse files
committed
Use Obsidian font stack
1 parent b12ea20 commit b4137df

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/css/custom.css

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1+
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
2+
13
:root {
24
--ifm-color-primary: #7f6df2;
5+
--ifm-font-family-base: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI",
6+
Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
7+
"Segoe UI Symbol", "Microsoft YaHei Light", sans-serif;
38
}
49

510
.docusaurus-highlight-code-line {

0 commit comments

Comments
 (0)