Skip to content

Instantly share code, notes, and snippets.

@gchiam
Forked from johanfriis/Fura Code.css
Last active April 27, 2019 17:19
Show Gist options
  • Save gchiam/213126c88d6def0312a35eb6096f83de to your computer and use it in GitHub Desktop.
Save gchiam/213126c88d6def0312a35eb6096f83de to your computer and use it in GitHub Desktop.
@font-face {
font-family: "Fura Code Nerd";
font-weight: normal;
src: url("https://cdn.jsdelivr.net/gh/ryanoasis/nerd-fonts@2.0.0/patched-fonts/FiraCode/Light/complete/Fura%20Code%20Light%20Nerd%20Font%20Complete%20Mono.otf") format('opentype');
}
@font-face {
font-family: "Fura Code Nerd";
font-weight: bold;
src: url("https://cdn.jsdelivr.net/gh/ryanoasis/nerd-fonts@2.0.0/patched-fonts/FiraCode/Medium/complete/Fura%20Code%20Medium%20Nerd%20Font%20Complete%20Mono.otf?raw=true") format('opentype');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment