Skip to content

Instantly share code, notes, and snippets.

@kevinluo201
Created September 15, 2018 16:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kevinluo201/e3464564cbff16bf3b41b04043c4ba96 to your computer and use it in GitHub Desktop.
Save kevinluo201/e3464564cbff16bf3b41b04043c4ba96 to your computer and use it in GitHub Desktop.
scss NotoSans web font 中文
// https://fonts.google.com/earlyaccess#Noto+Sans+TC
// 思源中文字體
@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(//fonts.googleapis.com/earlyaccess/notosanssc.css);
* {
font-family: 'Noto Sans TC', 'Noto Sans SC', 'Helvetica';
line-height: 1.5;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment