Skip to content

Instantly share code, notes, and snippets.

@zhigang1992
Last active December 18, 2017 16:48
Show Gist options
  • Save zhigang1992/5dc5519d7903e3d2ec8d46e20ddfade2 to your computer and use it in GitHub Desktop.
Save zhigang1992/5dc5519d7903e3d2ec8d46e20ddfade2 to your computer and use it in GitHub Desktop.
@font-face {
font-family: "Fira Code Patched";
font-style: normal;
font-weight: 200;
src: url('https://cdn.rawgit.com/ryanoasis/nerd-fonts/1.2.0/patched-fonts/FiraCode/Light/complete/Fura%20Code%20Light%20Nerd%20Font%20Complete.otf') format('opentype');
}
@font-face {
font-family: "Fira Code Patched";
font-style: normal;
font-weight: 400;
src: url('https://cdn.rawgit.com/ryanoasis/nerd-fonts/1.2.0/patched-fonts/FiraCode/Regular/complete/Fura%20Code%20Regular%20Nerd%20Font%20Complete.otf') format('opentype');
}
@font-face {
font-family: "Fira Code Patched";
font-weight: 600;
src: url('https://cdn.rawgit.com/ryanoasis/nerd-fonts/1.2.0/patched-fonts/FiraCode/Medium/complete/Fura%20Code%20Medium%20Nerd%20Font%20Complete.otf') format('opentype');
}
@font-face {
font-family: "Fira Code Patched";
font-weight: 800;
src: url('https://cdn.rawgit.com/ryanoasis/nerd-fonts/1.2.0/patched-fonts/FiraCode/Bold/complete/Fura%20Code%20Bold%20Nerd%20Font%20Complete.otf') format('opentype');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment