|
15楼#
发布于:2015-07-10 08:46
aaaa007cn:嗯?怎么写“例外”,我也是这个问题,求代码 |
|
|
|
16楼#
发布于:2015-07-10 09:10
chicksong:怎么写“例外”,我也是这个问题,求代码回到原帖我的例外代码 @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("chrome://ublock/content/") { /* ublock 专用例外 */
* {font-family: FontAwesome, Arial, STXiHei !important;}
}
@-moz-document regexp("((?!data:text/html.*rel='stylesheet'%20href='chrome://browser/content/devtools/codemirror/codemirror.css'.*|chrome://ublock/content/|typekit.com).)*"){ /* 正则排除列表 */
/*指定全局字体*/
*:not([class*="icon"]):not(i):not(s)
{font-family: Arial, STXiHei !important;} |
|
|
上一页
下一页