Skip to content

Instantly share code, notes, and snippets.

@jacobpatton
Created October 21, 2020 19:51
Show Gist options
  • Save jacobpatton/444a62ed25b72c331fea81779e7e165c to your computer and use it in GitHub Desktop.
Save jacobpatton/444a62ed25b72c331fea81779e7e165c 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/blob/master/patched-fonts/FiraCode/Light/complete/Fira%20Code%20Light%20Nerd%20Font%20Complete.ttf?raw=true")
format("truetype");
}
@font-face {
font-family: "Fira Code Nerd Font";
font-style: normal;
font-weight: 400;
src: url("https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/FiraCode/Retina/complete/Fira%20Code%20Retina%20Nerd%20Font%20Complete.ttf?raw=true")
format("truetype");
}
@font-face {
font-family: "Fira Code Nerd Font";
font-weight: 600;
src: url("https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/FiraCode/Medium/complete/Fira%20Code%20Medium%20Nerd%20Font%20Complete.ttf?raw=true")
format("truetype");
}
@font-face {
font-family: "Fira Code Nerd Font";
font-weight: 800;
src: url("https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/FiraCode/Bold/complete/Fira%20Code%20Bold%20Nerd%20Font%20Complete.ttf?raw=true")
format("truetype");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment