Files
SnapOtter/apps/docs/.vitepress/theme/fonts.css
T
SnapOtterandGitHub 91ac583e87 feat(docs): Two-Doors home, otter-orange brand, Pagefind search, and enterprise SSO/SCIM/roles guides
Docs site redesign: Two-Doors home, otter-orange brand, Pagefind search, enterprise SSO/SCIM/roles guides.
2026-06-19 18:46:59 +08:00

16 lines
339 B
CSS

@font-face {
font-family: "Bricolage Grotesque";
src: url("/fonts/bricolage-grotesque-var.woff2") format("woff2");
font-weight: 200 800;
font-display: swap;
}
:root {
--so-font-heading: "Bricolage Grotesque", var(--vp-font-family-base);
}
.vp-doc h1,
.vp-doc h2,
.vp-doc h3,
.vp-doc h4 {
font-family: var(--so-font-heading);
}