Skip to content

Commit 0c6670e

Browse files
committed
f for frick
1 parent af57fe4 commit 0c6670e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

home/.vitepress/theme/style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@
6868
--vp-c-danger-2: var(--vp-c-red-2);
6969
--vp-c-danger-3: var(--vp-c-red-3);
7070
--vp-c-danger-soft: var(--vp-c-red-soft);
71+
72+
--vp-font-family-base: "Segoe UI Variable", "Segoe UI", Roboto, Arial, sans-serif;
7173
}
7274

7375
/**
@@ -158,6 +160,10 @@
158160
--vp-layout-max-width: 1600px;
159161
}
160162

163+
body {
164+
font-family: var(--vp-font-family-base);
165+
}
166+
161167
.VPDoc:not(.has-sidebar) .container {
162168
max-width: 1600px !important;
163169
}

0 commit comments

Comments
 (0)