[已解决]本论坛的"量"字在标题显示不清?
发表于 : 2016-10-11 20:42
本论坛的"量"字在标题显示不清?
viewtopic.php?f=73&t=480969
https://addons.mozilla.org/cs/firefox/addon/stylish/
打开:
about:stylish-edit
保存如下代码
搞定
Tue Oct 11 22:11:42 CST 2016补充:viewtopic.php?f=73&t=480969
https://addons.mozilla.org/cs/firefox/addon/stylish/
打开:
about:stylish-edit
保存如下代码
代码: 全选
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("forum.ubuntu.org.cn") {
.titles {
font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
font-weight: bold;
font-size: 1em;
text-decoration: none;
}
a.topictitle {
margin: 1px 0;
font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
font-weight: bold;
font-size: 1em;
}
}