Skip to content

Instantly share code, notes, and snippets.

@sghael
Created August 12, 2024 12:46
Show Gist options
  • Save sghael/364f9ba4deab30272f8f221e27721d98 to your computer and use it in GitHub Desktop.
Save sghael/364f9ba4deab30272f8f221e27721d98 to your computer and use it in GitHub Desktop.
Adding Nerd Fonts to Chrome OS Terminal app
# put this in chrome-untrusted://terminal/html/nassh_preferences_editor.html
# all JB Nerd Fonts can be see here: https://www.jetbrains.com/lp/mono/#font-family
@font-face {
font-family: "JetBrains Mono Nerd Font Extra Light";
src: url("https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/JetBrainsMono/Ligatures/ExtraLight/JetBrainsMonoNerdFont-ExtraLight.ttf");
font-weight: normal;
font-style: normal;
}
x-row {
text-rendering: optimizeLegibility;
font-variant-ligatures: normal;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment