终于解决该死的google字体了.
发表于 : 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是搜索的那部分.
@-moz-document domain("google.com") {
body, #center_col .vsc
{
font-family: ZhunYuan !important;
font-size: 20px !important;
}
}[/css]
#center_col是搜索的那部分.