afl blackbox

This commit is contained in:
Cool-Y
2021-05-20 19:34:04 +08:00
parent a979444bc9
commit da5e73ebce
5 changed files with 78 additions and 8 deletions

View File

@ -62,8 +62,8 @@ get_font_family(config) {
}
// Font families.
$font-family-chinese = "PingFang SC", "Microsoft YaHei"
//$font-family-chinese = "PingFang SC", "Microsoft YaHei"
$font-family-chinese = "Noto Serif SC";
$font-family-base = $font-family-chinese, sans-serif
$font-family-base = get_font_family('global'), $font-family-chinese, sans-serif if get_font_family('global')