Skip to content

Instantly share code, notes, and snippets.

@philipbl
Last active December 1, 2018 17:24
Show Gist options
  • Save philipbl/c6cec2021f74492f50aef5f985d1fff6 to your computer and use it in GitHub Desktop.
Save philipbl/c6cec2021f74492f50aef5f985d1fff6 to your computer and use it in GitHub Desktop.
@font-face {
font-family: "Fira Code NF";
font-style: normal;
font-weight: 200;
src: url('https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/FiraCode/Light/complete/Fura%20Code%20Light%20Nerd%20Font%20Complete%20Mono.ttf' format('truetype'));
}
@font-face {
font-family: "Fira Code NF";
font-style: normal;
font-weight: 400;
src: url('https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/FiraCode/Regular/complete/Fura%20Code%20Regular%20Nerd%20Font%20Complete%20Mono.ttf' format('truetype'));
}
@font-face {
font-family: "Fira Code NF";
font-weight: 700;
src: url('https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/FiraCode/Bold/complete/Fura%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