Created
September 11, 2016 05:12
-
-
Save alyssachk/e5c6345edcd6034c584999055b91e559 to your computer and use it in GitHub Desktop.
This is the Noto Sans Simplified Chinese family. It has Thin, Light, Regular, Medium, Bold and Black styles.
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 SC (Chinese Simplified) http://www.google.com/fonts/earlyaccess | |
*/ | |
@font-face { | |
font-family: 'Noto Sans SC'; | |
font-style: normal; | |
font-weight: 100; | |
src: url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Thin.woff2) format('woff2'), | |
url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Thin.woff) format('woff'), | |
url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Thin.otf) format('opentype'); | |
} | |
@font-face { | |
font-family: 'Noto Sans SC'; | |
font-style: normal; | |
font-weight: 300; | |
src: url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Light.woff2) format('woff2'), | |
url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Light.woff) format('woff'), | |
url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Light.otf) format('opentype'); | |
} | |
@font-face { | |
font-family: 'Noto Sans SC'; | |
font-style: normal; | |
font-weight: 400; | |
src: url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Regular.woff2) format('woff2'), | |
url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Regular.woff) format('woff'), | |
url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Regular.otf) format('opentype'); | |
} | |
@font-face { | |
font-family: 'Noto Sans SC'; | |
font-style: normal; | |
font-weight: 500; | |
src: url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Medium.woff2) format('woff2'), | |
url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Medium.woff) format('woff'), | |
url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Medium.otf) format('opentype'); | |
} | |
@font-face { | |
font-family: 'Noto Sans SC'; | |
font-style: normal; | |
font-weight: 700; | |
src: url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Bold.woff2) format('woff2'), | |
url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Bold.woff) format('woff'), | |
url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Bold.otf) format('opentype'); | |
} | |
@font-face { | |
font-family: 'Noto Sans SC'; | |
font-style: normal; | |
font-weight: 900; | |
src: url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Black.woff2) format('woff2'), | |
url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Black.woff) format('woff'), | |
url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Black.otf) format('opentype'); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment