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

仅供存放个人的配置文件,不要在本版发问。
回复
tusooa
帖子: 6548
注册时间: 2008-10-31 22:12
系统: 践兔
联系:

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

#1

帖子 tusooa » 2011-07-23 14:55

[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是搜索的那部分.

代码: 全选

] ls -ld //
tusooa
帖子: 6548
注册时间: 2008-10-31 22:12
系统: 践兔
联系:

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

#2

帖子 tusooa » 2011-07-23 14:56

以前用的是*,那google code的代码字体,都不正常了.
现在好了.

代码: 全选

] ls -ld //
tusooa
帖子: 6548
注册时间: 2008-10-31 22:12
系统: 践兔
联系:

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

#3

帖子 tusooa » 2011-07-23 16:14

加入输入框等的字体.
[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]

代码: 全选

] ls -ld //
回复