Skip to content

Instantly share code, notes, and snippets.

@alyssachanspace
Created February 2, 2017 17:58
Show Gist options
  • Save alyssachanspace/72e1df21406a35c9ca059fd0f3a84583 to your computer and use it in GitHub Desktop.
Save alyssachanspace/72e1df21406a35c9ca059fd0f3a84583 to your computer and use it in GitHub Desktop.
cwTeXMing 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.
/*
* cwTeXMing (Chinese Traditional) http://www.google.com/fonts/earlyaccess
*/
@font-face {
font-family: 'cwTeXMing';
font-style: normal;
font-weight: 500;
src: url(//fonts.gstatic.com/ea/cwtexming/v3/cwTeXMing-zhonly.eot);
src: url(//fonts.gstatic.com/ea/cwtexming/v3/cwTeXMing-zhonly.eot?#iefix) format('embedded-opentype'),
url(//fonts.gstatic.com/ea/cwtexming/v3/cwTeXMing-zhonly.woff2) format('woff2'),
url(//fonts.gstatic.com/ea/cwtexming/v3/cwTeXMing-zhonly.woff) format('woff'),
url(//fonts.gstatic.com/ea/cwtexming/v3/cwTeXMing-zhonly.ttf) format('truetype');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment