分页: 1 / 1

终于解决该死的google字体了.

发表于 : 2011-07-23 14:55
tusooa
[css]@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("google.com") {
body, #center_col .vsc
{
font-family: ZhunYuan !important;
font-size: 20px !important;
}

}[/css]
#center_col是搜索的那部分.

Re: 终于解决该死的google字体了.

发表于 : 2011-07-23 14:56
tusooa
以前用的是*,那google code的代码字体,都不正常了.
现在好了.

Re: 终于解决该死的google字体了.

发表于 : 2011-07-23 16:14
tusooa
加入输入框等的字体.
[css]@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("google.com") {
body, #center_col .vsc, input[type="text"], span.gbts, span.so, a.mblink
{
font-family: ZhunYuan !important;
font-size: 20px !important;
}

}[/css]