Skip to content

Commit

Permalink
Add font fallback candidates for CJK characters (#2698)
Browse files Browse the repository at this point in the history
  • Loading branch information
OpportunityLiu authored and scottnonnenberg-signal committed Apr 8, 2019
1 parent f540078 commit b2bdb73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stylesheets/_variables.scss
Expand Up @@ -22,8 +22,8 @@
font-weight: bold;
}

$roboto: Roboto, 'Helvetica Neue', Arial, Helvetica, sans-serif;
$roboto-light: Roboto-Light, 'Helvetica Neue', Arial, Helvetica, sans-serif;
$roboto: Roboto, 'Helvetica Neue', 'Source Sans Pro', 'Source Han Sans SC', 'Source Han Sans CN', 'Hiragino Sans GB', 'Hiragino Kaku Gothic', 'Microsoft Yahei UI', Helvetica, Arial, sans-serif;
$roboto-light: Roboto-Light, 'Helvetica Neue', 'Source Sans Pro Light', 'Source Han Sans SC Light', 'Source Han Sans CN Light', 'Hiragino Sans GB Light', 'Hiragino Kaku Gothic Light', 'Microsoft Yahei UI Light', Helvetica, Arial, sans-serif;

// New colors

Expand Down

0 comments on commit b2bdb73

Please sign in to comment.