Last active
December 6, 2022 17:23
-
-
Save JadeGeek/e232038e4cace9e739a27efe43cbed7a to your computer and use it in GitHub Desktop.
Gist for blink app font
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://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/FiraCode/Light/complete/Fura%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://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/FiraCode/Retina/complete/Fura%20Code%20Retina%20Nerd%20Font%20Complete.ttf') format('truetype'); | |
| } | |
| @font-face { | |
| font-family: "Fira Code Nerd Font"; | |
| font-weight: 600; | |
| src: url('https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/FiraCode/Medium/complete/Fura%20Code%20Medium%20Nerd%20Font%20Complete.ttf') format('truetype'); | |
| } | |
| @font-face { | |
| font-family: "Fira Code Nerd Font"; | |
| font-weight: 800; | |
| src: url('https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/FiraCode/Bold/complete/Fura%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