[twenty-twenty-one.scss] Use theme default font

This commit is contained in:
Zhao Han 2021-06-15 21:45:57 -04:00 committed by GitHub
parent f3c9be0492
commit 7ec51cc240
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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;