Created
September 13, 2014 11:58
-
-
Save magicdawn/43d441367ff75e35422c to your computer and use it in GitHub Desktop.
微软雅黑,重定向字体版
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
/* | |
* 代码整理自 百度贴吧-chrome吧 @晓风残破 | |
* http://tieba.baidu.com/p/3285731258 | |
* | |
*/ | |
*{ | |
text-shadow: silver 0px 0px 1px; | |
} | |
@font-face { | |
font-family: "黑体"; | |
src: local("Microsoft YaHei"); | |
} | |
@font-face { | |
font-family: "宋体"; | |
src: local("Microsoft YaHei"); | |
} | |
@font-face { | |
font-family: "新宋体"; | |
src: local("Microsoft YaHei"); | |
} | |
@font-face { | |
font-family: "细明体"; | |
src: local("Microsoft YaHei"); | |
} | |
@font-face { | |
font-family: "新细明体"; | |
src: local("Microsoft YaHei"); | |
} | |
@font-face { | |
font-family: "PMingLiU"; | |
src: local("Microsoft YaHei"); | |
} | |
@font-face { | |
font-family: "Arial"; | |
src: local("Microsoft YaHei"); | |
} | |
@font-face { | |
font-family: "Verdana"; | |
src: local("Microsoft YaHei"); | |
} | |
@font-face { | |
font-family: "Tahoma"; | |
src: local("Microsoft YaHei"); | |
} | |
@font-face { | |
font-family: "Segoe UI"; | |
src: local("Microsoft YaHei"); | |
} | |
@font-face { | |
font-family: "Times New Roman"; | |
src: local("Microsoft YaHei"); | |
} | |
@font-face { | |
font-family: "MS PGothic"; | |
src: local("Meiryo"); | |
} | |
@font-face { | |
font-family: "MS Pゴシック"; | |
src: local("Meiryo"); | |
} | |
@font-face { | |
font-family: "SimSun"; | |
src: local("Microsoft YaHei"); | |
} | |
@font-face { | |
font-family: "NSimSun"; | |
src: local("Microsoft YaHei"); | |
} | |
@font-face { | |
font-family: "SimHei"; | |
src: local("Microsoft YaHei"); | |
} | |
@font-face { | |
font-family: "MingLiU"; | |
src: local("Microsoft YaHei"); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment