Last active
April 16, 2016 15:26
-
-
Save shellexy/e37e5d318f5e44d5b00b to your computer and use it in GitHub Desktop.
This file contains hidden or 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
:not([class*=icon]) { | |
font-family: "Droid Sans Fallback", "WenQuanYi Micro Hei", "Microsoft Yahei Mono", "Microsoft Yahei", sans-serif, "Simsun" !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
改为使用 :not([class*=icon]) 来主动避开图标字体,因为图标字体一般都有 class=icon 字样