Skip to content

Instantly share code, notes, and snippets.

@wangcheng
Last active December 1, 2015 15:24
Show Gist options
  • Save wangcheng/be5639fb05c6f0ba8a24 to your computer and use it in GitHub Desktop.
Save wangcheng/be5639fb05c6f0ba8a24 to your computer and use it in GitHub Desktop.
Disable hard-coded SimSun & Microsoft Yahei in Browser
@font-face {
font-family: "Simsun";
src: local("Georgia");
}
@font-face {
font-family: "宋体";
src: local("Georgia");
}
@font-face {
font-family: "Microsoft Yahei";
src: local("Helvetica Neue");
}
@font-face {
font-family: "微软雅黑";
src: local("Helvetica Neue");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment