Last active
September 11, 2016 05:09
-
-
Save alyssachk/ee99e56581f0b8d2f05045b809461773 to your computer and use it in GitHub Desktop.
Noto Sans TC Light & Medium Only
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* 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