篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 使用Source Han Sans HW修复BBSFox。相关的知识,希望对你有一定的参考价值。
@namespace url(http://www.w3.org/1999/xhtml);
/**
* Because the text height of Source Han Sans is too tall for a terminal,
* using BBSFox with it would result in a crowding view.
* Thanks to Stylish, we can fix it with some simple CSS,
* whose concept is very simple.
* The position of the cursor should also be shifted after applying this tweak.
*/
@-moz-document regexp("^telnet://.+") {
.BBSLine .s {
display: block;
overflow: hidden;
}
#cursor {
transform: translateY(14px);
}
}
以上是关于css 使用Source Han Sans HW修复BBSFox。的主要内容,如果未能解决你的问题,请参考以下文章