Skip to content

Instantly share code, notes, and snippets.

@fuzzylogiq
Last active February 29, 2020 23:55
Show Gist options
  • Save fuzzylogiq/ab1c5d6b964b0f4ffcf4c515b9f370e2 to your computer and use it in GitHub Desktop.
Save fuzzylogiq/ab1c5d6b964b0f4ffcf4c515b9f370e2 to your computer and use it in GitHub Desktop.
@font-face {
font-family: "Fura Mono Powerline";
font-weight: 400;
src: url('https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/FiraMono/Regular/complete/Fura%20Mono%20Regular%20Nerd%20Font%20Complete.otf?raw=true' format('truetype'));
}
@font-face {
font-family: "Fura Mono Powerline";
font-weight: 500;
src: url('https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/FiraMono/Medium/complete/Fura%20Mono%20Medium%20Nerd%20Font%20Complete.otf?raw=true' format('opentype'));
}
@font-face {
font-family: "Fura Mono Powerline";
font-weight: 600;
src: url('https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/FiraMono/Bold/complete/Fura%20Mono%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