Skip to content

Commit

Permalink
add simplified chinese
Browse files Browse the repository at this point in the history
  • Loading branch information
clairesunstudio committed Oct 7, 2020
1 parent 523796a commit 1f08588
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions assets/scss/00-base/_fonts-langs-import.scss
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ $global-font-display: 'swap';
@font-face { @include font-face(Noto, Sans, Myanmar, null, Bold, -subset, $fonts-bold, normal, $global-font-display, $myanmar, null, null); }
@font-face { @include font-face(Noto, Sans, Myanmar, null, Regular, -subset, $fonts-normal, normal, $global-font-display, $myanmar, null, null); }

// Chinese (Simplified)
@font-face { @include font-face(Noto, Sans, SC, null, Regular, null, $fonts-normal, normal, $global-font-display, $myanmar, null, null); }


// // Lao
// @font-face { @include font-face(Noto, Sans, Lao, null, VF, -subset, 100 900, normal, $global-font-display, $lao, null, null); }
Expand Down
1 change: 1 addition & 0 deletions assets/scss/00-base/_fonts-langs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -199,3 +199,4 @@ $zanabazar-square-sans: 'Noto Sans Zanabazar Square'; // Static + VF
*{ @include langlist($hebrew-sans, rtl, $langs-Hebr); }
*{ @include langlist($khmer-sans, null, $langs-Khmr); }
*{ @include langlist($myanmar-sans, null, $langs-Mymr); }
*{ @include langlist($chinese-s-sans, null, $langs-Hans); }
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 1f08588

Please sign in to comment.