Created
August 12, 2024 12:46
-
-
Save sghael/364f9ba4deab30272f8f221e27721d98 to your computer and use it in GitHub Desktop.
Adding Nerd Fonts to Chrome OS Terminal app
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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