Skip to content

Instantly share code, notes, and snippets.

@johanfriis
Last active April 27, 2019 09:02
Show Gist options
  • Save johanfriis/d075714c6d02a2fddc1de180884350da to your computer and use it in GitHub Desktop.
Save johanfriis/d075714c6d02a2fddc1de180884350da to your computer and use it in GitHub Desktop.
@font-face {
font-family: "Fura Code";
font-weight: 200;
src: url("https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/FiraCode/Light/complete/Fura%20Code%20Light%20Nerd%20Font%20Complete.otf?raw=true") format('opentype');
}
@font-face {
font-family: "Fura Code";
font-weight: 400;
src: url("https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/FiraCode/Regular/complete/Fura%20Code%20Regular%20Nerd%20Font%20Complete.otf?raw=true") format('opentype');
}
@font-face {
font-family: "Fura Code";
font-weight: 450;
src: url("https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/FiraCode/Retina/complete/Fura%20Code%20Retina%20Nerd%20Font%20Complete.otf?raw=true") format('opentype');
}
@font-face {
font-family: "Fura Code";
font-weight: 600;
src: url("https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/FiraCode/Medium/complete/Fura%20Code%20Medium%20Nerd%20Font%20Complete.otf?raw=true") format('opentype');
}
@font-face {
font-family: "Fura Code";
font-weight: 800;
src: url("https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/FiraCode/Bold/complete/Fura%20Code%20Bold%20Nerd%20Font%20Complete.otf?raw=true") format('opentype');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment