Last active
December 1, 2018 17:24
-
-
Save philipbl/c6cec2021f74492f50aef5f985d1fff6 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 NF"; | |
font-style: normal; | |
font-weight: 200; | |
src: url('https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/FiraCode/Light/complete/Fura%20Code%20Light%20Nerd%20Font%20Complete%20Mono.ttf' format('truetype')); | |
} | |
@font-face { | |
font-family: "Fira Code NF"; | |
font-style: normal; | |
font-weight: 400; | |
src: url('https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/FiraCode/Regular/complete/Fura%20Code%20Regular%20Nerd%20Font%20Complete%20Mono.ttf' format('truetype')); | |
} | |
@font-face { | |
font-family: "Fira Code NF"; | |
font-weight: 700; | |
src: url('https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/FiraCode/Bold/complete/Fura%20Code%20Bold%20Nerd%20Font%20Complete%20Mono.ttf' format('truetype')); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment