Skip to content

Instantly share code, notes, and snippets.

@alyssachanspace
Created February 2, 2017 17:59
Show Gist options
  • Save alyssachanspace/4901fbc1f8a27924bac4b3a93b595200 to your computer and use it in GitHub Desktop.
Save alyssachanspace/4901fbc1f8a27924bac4b3a93b595200 to your computer and use it in GitHub Desktop.
cwTeXHei font (Chinese: 黑體) is derived from the cwTeX Traditional Chinese Type 1 fonts made by Tsong-Min Wu, Tsong-Huey Wu and Edward G.J. Lee.
/*
* cwTeXHei (Chinese-traditional) http://www.google.com/fonts/earlyaccess
*/
@font-face {
font-family: 'cwTeXHei';
font-style: normal;
font-weight: 500;
src: url(//fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.eot);
src: url(//fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.eot?#iefix) format('embedded-opentype'),
url(//fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.woff2) format('woff2'),
url(//fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.woff) format('woff'),
url(//fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.ttf) format('truetype');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment