如果您想专门覆盖维基百科中的字体,请编辑Special:MyPage/vector.css(对于默认的 Vector 皮肤):
例子:
#bodyContent {
font-family: serif;
}
Run Code Online (Sandbox Code Playgroud)
这存储在您的维基百科帐户中,适用于所有浏览器。如果您使用不同的皮肤(主题),请更改.css名称(例如monobook.css)。
(我假设您打算写"display in serif 而不是 sans",因为 "sans" 和 "sans-serif" 是同一回事。)
特定字体的示例: font-family: Garamond, "Times New Roman", serif;
要获得更通用的解决方案,请安装适用于Firefox或Chrome的Stylish扩展程序。(在 Firefox 中,您可以手动编辑。)这样您就可以为特定站点或所有内容设置覆盖。userContent.css
维基百科的例子:
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix(http://en.wikipedia.org/) {
#bodyContent {
font-family: serif;
}
}
Run Code Online (Sandbox Code Playgroud)
它与上面大致相同,但添加了@namespace, 并包裹在一个@-moz-document块中。
| 归档时间: |
|
| 查看次数: |
4209 次 |
| 最近记录: |