Create accent-font class

This commit is contained in:
TheThomaas 2025-05-27 21:40:12 +02:00
parent 707fc602d6
commit 04f0fb83f7

View file

@ -13,6 +13,20 @@
}
/* Other */
:root {
/*
Modern Font Stacks
Source: https://modernfontstacks.com/
*/
--accent-font-1: 'Iowan Old Style', 'Palatino Linotype', 'URW Palladio L', P052, serif;
--accent-font-2: 'Nimbus Mono PS', 'Courier New', monospace;
--accent-font-3: Didot, 'Bodoni MT', 'Noto Serif Display', 'URW Palladio L', P052, Sylfaen, serif;
}
.accent-font {
font-family: var(--accent-font, var(--accent-font-1));
}
*,
:before,
:after {