Skip to content

Instantly share code, notes, and snippets.

@naush
Created October 15, 2012 02:10
Show Gist options
  • Save naush/3890489 to your computer and use it in GitHub Desktop.
Save naush/3890489 to your computer and use it in GitHub Desktop.
body:lang(en) {
font-size: 62.5%;
font-family: en;
}
body:lang(zh-cn) {
font-family: zh-cn;
}
@font-face {
font-family: en;
src: local('Georgia'), local('Times New Roman'), local('Times'), local('serif')
}
@font-face {
font-family: zh-cn;
src: local('STKaiti'), local("微軟雅黑體");
}
@font-face {
font-family: zh-cn;
unicode-range: U+00-024F;
src: local('Georgia'), local('Times New Roman'), local('Times'), local('serif')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment