中国Linux公社论坛 » 中文化与桌面美化 » 完美实现网页多字体的显示,包括各种中文字体,英文字体[附图]
注册会员
查看详细资料
TOP
不在
超级版主
还是不在
<edit mode="assign" name="hinting" > <bool>true</bool> </edit> <edit mode="assign" name="autohint" > <bool>true</bool> </edit>
<!-- 设置最小字号 --> <match target="font" > <!-- <test compare="contains" name="lang" > <string>zh</string> <string>ja</string> <string>ko</string> </test> --> <test compare="more_eq" name="pixelsize" > <int>8</int> </test> <test compare="less_eq" name="pixelsize" > <int>12</int> </test> <edit compare="eq" name="pixelsize" > <int>12</int> </edit> </match> <!-- 设置宽字体最小字号 --> <match target="pattern" > <test name="family" > <string>Monospace</string> </test> <test compare="more_eq" name="pixelsize" > <int>8</int> </test> <test compare="less_eq" name="pixelsize" > <int>13</int> </test> <edit compare="eq" name="pixelsize" > <int>13</int> </edit> </match>
查看个人网站