Skip to content

Commit afa5059

Browse files
committed
apply font choices to the whole page; remove font-weight
1 parent e50254d commit afa5059

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/.vitepress/theme/custom.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@
2525
--vp-c-text-1: #f5f5f5;
2626
}
2727

28-
.vp-doc {
28+
body {
2929
font-family: var(--sans-text);
30-
font-weight: 500;
3130
}
3231

3332
.vp-doc h1 {

0 commit comments

Comments
 (0)