Skip to content

Commit 478eb66

Browse files
committed
css tweaks
1 parent 66793e7 commit 478eb66

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

docs/.vitepress/theme/custom.css

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import url('https://fonts.googleapis.com/css2?family=Spline+Sans+Mono:ital,wght@0,300..700;1,300..700&display=swap');
1+
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Spline+Sans+Mono:ital,wght@0,300..700;1,300..700&display=swap");
22

33
:root {
44
--vp-c-purple-1: #7135be;
@@ -27,16 +27,17 @@
2727
--vp-font-family-base: -apple-system, BlinkMacSystemFont, "avenir next", avenir, helvetica, "helvetica neue", ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
2828
}
2929

30+
.vp-doc {
31+
font-family: "Inter", sans-serif;
32+
font-weight: 500;
33+
}
3034
.vp-doc h1 {
3135
font-family: "Spline-Sans Mono", monospace;
32-
font-weight: medium;
33-
}
34-
35-
.vp-doc p {
3636
font-weight: 500;
37+
margin-bottom: 8px;
3738
}
3839

39-
:root.dark .vp-doc a {
40+
.vp-doc a {
4041
color: var(--vp-c-text-1);
4142
}
4243

0 commit comments

Comments
 (0)