refactor: enhance the configurability of fonts (#986)

This commit is contained in:
Song-Zi Vong
2023-04-17 01:31:49 +08:00
committed by GitHub
parent b63b65d743
commit 7ec31e8948
4 changed files with 8 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
%heading {
color: var(--heading-color);
font-weight: 400;
font-family: Lato, 'Microsoft Yahei', sans-serif;
font-family: $font-family-heading;
}
%section {