css 使用Source Han Sans HW修复BBSFox。

Posted

tags:

篇首语:本文由小常识网(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。的主要内容,如果未能解决你的问题,请参考以下文章

html中的源sans pro字体[重复]

scss GoogleFonts - Source Sans Pro

Source Sans Pro webfont 抗锯齿问题

css CSS,CSS3:3D HW动画加速

css GoogleFont betaを使い,CSSでNoto Sans日语を使用する

Source Sans Pro 的 TTF 和 OTF 版本在 Swing (Nimbus L&F) 中显示不同