Create accent-font class
This commit is contained in:
parent
707fc602d6
commit
04f0fb83f7
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue