Skip to content

Instantly share code, notes, and snippets.

@Seas0
Last active February 12, 2023 11:35
Show Gist options
  • Save Seas0/b87eeec7832f33e47cc56b133636cbbf to your computer and use it in GitHub Desktop.
Save Seas0/b87eeec7832f33e47cc56b133636cbbf to your computer and use it in GitHub Desktop.
Fira_Code_Nerd_Font_Mono.css
@font-face {
font-family: "Fira Code Nerd Font Mono";
font-style: normal;
font-weight: 300;
src: url('https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/FiraCode/Light/complete/Fira%20Code%20Light%20Nerd%20Font%20Complete%20Mono.ttf') format('truetype');
}
@font-face {
font-family: "Fira Code Nerd Font Mono";
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%20Mono.ttf') format('truetype');
}
@font-face {
font-family: "Fira Code Nerd Font Mono";
font-style: normal;
font-weight: 450;
src: url('https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/FiraCode/Retina/complete/Fira%20Code%20Retina%20Nerd%20Font%20Complete%20Mono.ttf') format('truetype');
}
@font-face {
font-family: "Fira Code Nerd Font Mono";
font-weight: 500;
src: url('https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/FiraCode/Medium/complete/Fira%20Code%20Medium%20Nerd%20Font%20Complete%20Mono.ttf') format('truetype');
}
@font-face {
font-family: "Fira Code Nerd Font Mono";
font-weight: 600;
src: url('https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/FiraCode/SemiBold/complete/Fira%20Code%20SemiBold%20Nerd%20Font%20Complete%20Mono.ttf') format('truetype');
}
@font-face {
font-family: "Fira Code Nerd Font Mono";
font-weight: 700;
src: url('https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/FiraCode/Bold/complete/Fira%20Code%20Bold%20Nerd%20Font%20Complete%20Mono.ttf') format('truetype');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment