1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
@import url(https://fonts.bunny.net/css?family=atkinson-hyperlegible:400,400i,700,700i);
@import url('https://assets.hynek.me/css/bm.css');
:root {
--pst-font-family-base: system-ui, sans-serif;
--pst-font-family-heading: Bahnschrift, 'DIN Alternate', 'Franklin Gothic Medium', 'Nimbus Sans Narrow', sans-serif-condensed, sans-serif;
--pst-font-family-monospace: BerkeleyMono, ui-monospace, 'Cascadia Code', 'Source Code Pro', Menlo, Consolas, 'DejaVu Sans Mono', monospace;
}
/* Override theme's font-size-base with higher specificity */
html[data-theme=light],
html[data-theme=dark] {
--pst-font-size-base: 1.15rem;
}
|