Skip to content

Instantly share code, notes, and snippets.

@alyssachk
Last active September 11, 2016 05:09
Show Gist options
  • Save alyssachk/ee99e56581f0b8d2f05045b809461773 to your computer and use it in GitHub Desktop.
Save alyssachk/ee99e56581f0b8d2f05045b809461773 to your computer and use it in GitHub Desktop.
Noto Sans TC Light & Medium Only
/*
* Noto Sans TC (Chinese_traditional) http://www.google.com/fonts/earlyaccess
*/
@font-face {
font-family: 'Noto Sans TC';
font-style: normal;
font-weight: 300;
src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.woff2) format('woff2'),
url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.woff) format('woff'),
url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.otf) format('opentype');
}
@font-face {
font-family: 'Noto Sans TC';
font-style: normal;
font-weight: 500;
src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.woff2) format('woff2'),
url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.woff) format('woff'),
url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.otf) format('opentype');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment