Skip to content

Commit 6a64475

Browse files
committed
apply font choices to the whole page; remove font-weight
note that Inter is the default font in VitePress
1 parent 5d4278c commit 6a64475

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

docs/.vitepress/theme/custom.css

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
--vp-c-brand-2: var(--theme-phosphate);
1010
--vp-c-brand-3: rgb(243, 139, 233); /* home page alt color */
1111
--vp-c-brand-soft: var(--theme-phosphate-soft);
12-
--vp-font-family-base: -apple-system, BlinkMacSystemFont, "avenir next", avenir, helvetica, "helvetica neue", ubuntu,
13-
roboto, noto, "segoe ui", arial, sans-serif;
14-
--sans-text: Inter, var(--vp-font-family-base);
1512
--mono-heading: "Spline Sans Mono", monospace;
1613
}
1714

@@ -22,10 +19,6 @@
2219
--vp-c-text-1: #f5f5f5;
2320
}
2421

25-
.vp-doc {
26-
font-family: var(--sans-text);
27-
font-weight: 500;
28-
}
2922

3023
.vp-doc h1 {
3124
font-family: var(--mono-heading);

0 commit comments

Comments
 (0)