Last active
December 18, 2017 16:48
-
-
Save zhigang1992/5dc5519d7903e3d2ec8d46e20ddfade2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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