Skip to content

Instantly share code, notes, and snippets.

@shellexy
Last active April 16, 2016 15:26
Show Gist options
  • Save shellexy/e37e5d318f5e44d5b00b to your computer and use it in GitHub Desktop.
Save shellexy/e37e5d318f5e44d5b00b to your computer and use it in GitHub Desktop.
:not([class*=icon]) {
font-family: "Droid Sans Fallback", "WenQuanYi Micro Hei", "Microsoft Yahei Mono", "Microsoft Yahei", sans-serif, "Simsun" !important;
}
@shellexy
Copy link
Author

改为使用 :not([class*=icon]) 来主动避开图标字体,因为图标字体一般都有 class=icon 字样

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment