mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
Docs site redesign: Two-Doors home, otter-orange brand, Pagefind search, enterprise SSO/SCIM/roles guides.
16 lines
339 B
CSS
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);
|
|
}
|