[已解决]本论坛的"量"字在标题显示不清?

上网、浏览、聊天、下载等
回复
科学之子
帖子: 2284
注册时间: 2013-05-26 6:58
系统: Debian 9

[已解决]本论坛的"量"字在标题显示不清?

#1

帖子 科学之子 » 2016-10-11 20:42

本论坛的"量"字在标题显示不清?
字体截图.png
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;
}
}
搞定
上次由 科学之子 在 2016-10-11 23:00,总共编辑 3 次。
头像
qy117121
论坛版主
帖子: 50587
注册时间: 2007-12-14 13:40
系统: Winbuntu
来自: 志虚国乌由市
联系:

Re: 本论坛的"量"字在标题显示不清?

#2

帖子 qy117121 » 2016-10-11 20:47

:Hehe
看你用的字体和字重
渠月 · QY   
本人只会灌水,不负责回答问题
无聊可以点一下→ http://u.nu/ubuntu

邮箱 chuan@ubuntu.org.cn
头像
astolia
论坛版主
帖子: 6703
注册时间: 2008-09-18 13:11

Re: 本论坛的"量"字在标题显示不清?

#4

帖子 astolia » 2016-10-11 21:26

网页上只是设置为粗体,你在libreoffice等软件里设置为粗体效果是一样的
这就是个字体问题,字体族本身没有提供粗体的实现,是靠软件算法加粗的,部分情况下显示效果不佳
https://www.zhihu.com/question/24286579
回复