nerdfont webfonts
1.0.0
hterm nerd字体网络字体。
支持最新版本的书呆子字体。
为了方便起见,有nerdfont-webfonts.css ,其中包含所有提供字体的字体面板。
term_ . prefs_ . set ( 'font-family' , '"FiraCode Nerd Font", monospace' ) ;
term_ . prefs_ . set ( 'user-css' , 'https://mshaugh.github.io/nerdfont-webfonts/build/firacode-nerd-font.css' ) ;font-family: "FiraCode Nerd Font", monospaceuser-css: https://mshaugh.github.io/nerdfont-webfonts/build/firacode-nerd-font.css 默认情况下,我们禁用结扎。一些字体会像Macos的Menlo一样积极地使它们(例如“ AE”呈现为“æ”)。这弄乱了复制和粘贴,可以说,对于终端而言,这并不是很清楚的。
如果您使用的是支持连接的字体并且要使用它们,则可以通过user-css-text字段启用它们:
x-row {
text-rendering : optimizeLegibility;
font-variant-ligatures : normal;
}