Skip to content

Instantly share code, notes, and snippets.

@outaTiME
Last active August 10, 2023 05:48
Show Gist options
  • Save outaTiME/fa59d54f03c01a2c89c39dc6b97bf821 to your computer and use it in GitHub Desktop.
Save outaTiME/fa59d54f03c01a2c89c39dc6b97bf821 to your computer and use it in GitHub Desktop.
@font-face {
font-family: "Fira Code Nerd Font";
font-style: normal;
font-weight: 200;
src: url('https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/FiraCode/Light/complete/Fura%20Code%20Light%20Nerd%20Font%20Complete.ttf') format('truetype');
font-variant-ligatures: none;
}
@font-face {
font-family: "Fira Code Nerd Font";
font-style: normal;
font-weight: 400;
src: url('https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/FiraCode/Retina/complete/Fura%20Code%20Retina%20Nerd%20Font%20Complete.ttf') format('truetype');
font-variant-ligatures: none;
}
@font-face {
font-family: "Fira Code Nerd Font";
font-weight: 600;
src: url('https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/FiraCode/Medium/complete/Fura%20Code%20Medium%20Nerd%20Font%20Complete.ttf') format('truetype');
font-variant-ligatures: none;
}
@font-face {
font-family: "Fira Code Nerd Font";
font-weight: 800;
src: url('https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/FiraCode/Bold/complete/Fura%20Code%20Bold%20Nerd%20Font%20Complete.ttf') format('truetype');
font-variant-ligatures: none;
}
@theimpostor
Copy link

Thanks, this was the tip I needed to be able to get this to work in the ChromeOS ssh app:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment