- Открываем
chrome://inspect#other
- Ищем
terminal.html?command
- Жмем
inspect
- Во вкладке
Console
вставляем ниже приведенный код
term_.prefs_.set('font-family', 'SauceCodePro NFM, monospace');
term_.prefs_.set(
'user-css-text',
`@font-face {
font-family: "SauceCodePro NFM";
src: url("https://raw.githubusercontent.com/ryanoasis/nerd-fonts/refs/heads/master/patched-fonts/SourceCodePro/SauceCodeProNerdFontMono-Regular.ttf");
font-weight: normal;
font-style: normal;
}
x-row {
text-rendering: optimizeLegibility;
font-variant-ligatures: normal;
}`
)