[twenty-twenty-one.scss] Use theme default font
This commit is contained in:
parent
f3c9be0492
commit
7ec51cc240
|
@ -4,8 +4,8 @@
|
|||
* Sass variables
|
||||
*/
|
||||
|
||||
$headings: -apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, sans-serif;
|
||||
$body: nonbreakingspaceoverride, "Hoefler Text", garamond, "Times New Roman", serif;
|
||||
$headings: var(--heading--font-family);
|
||||
$body: var(--global--font-secondary);
|
||||
|
||||
$body-color: currentColor;
|
||||
$highlights-color: #88a171;
|
||||
|
|
Loading…
Reference in New Issue