Skip to content

Instantly share code, notes, and snippets.

@harryaskham
Last active February 12, 2022 17:55
Show Gist options
  • Save harryaskham/71ac0dbc33020c5ec1c89d02de874a86 to your computer and use it in GitHub Desktop.
Save harryaskham/71ac0dbc33020c5ec1c89d02de874a86 to your computer and use it in GitHub Desktop.
Fira Code Nerd Font Complete Blink.sh CSS
@font-face {
font-family: "Fira Code NerdFont";
font-style: normal;
font-weight: 200;
src: url('https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/FiraCode/Regular/complete/Fira%20Code%20Regular%20Nerd%20Font%20Complete.ttf') format('truetype'));
}
@font-face {
font-family: "Fira Code NerdFont";
font-style: normal;
font-weight: 400;
src: url('https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/FiraCode/Regular/complete/Fira%20Code%20Regular%20Nerd%20Font%20Complete.ttf') format('truetype'));
}
@font-face {
font-family: "Fira Code NerdFont";
font-weight: 600;
src: url('https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/FiraCode/Regular/complete/Fira%20Code%20Regular%20Nerd%20Font%20Complete.ttf') format('truetype'));
}
@font-face {
font-family: "Fira CodeNerdFont";
font-weight: 800;
src: url('https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/FiraCode/Regular/complete/Fira%20Code%20Regular%20Nerd%20Font%20Complete.ttf') format('truetype'));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment