-
-
Save yanghu/a9ec49ed9c0fbfda9c66631e6cc0b8bb 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 Nerd Font"; | |
font-style: normal; | |
font-weight: 200; | |
src: url('https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/FiraCode/Light/complete/Fira%20Code%20Light%20Nerd%20Font%20Complete.ttf') format('truetype'); | |
} | |
@font-face { | |
font-family: "Fira Code Nerd Font"; | |
font-style: normal; | |
font-weight: 400; | |
src: url('https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/FiraCode/Retina/complete/Fira%20Code%20Retina%20Nerd%20Font%20Complete.ttf') format('truetype'); | |
} | |
@font-face { | |
font-family: "Fira Code Nerd Font"; | |
font-weight: 600; | |
src: url('https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/FiraCode/Medium/complete/Fira%20Code%20Medium%20Nerd%20Font%20Complete.ttf') format('truetype'); | |
} | |
@font-face { | |
font-family: "Fira Code Nerd Font"; | |
font-weight: 800; | |
src: url('https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/FiraCode/Bold/complete/Fira%20Code%20Bold%20Nerd%20Font%20Complete.ttf') format('truetype'); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment