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;
}