Last active
February 12, 2023 11:35
-
-
Save Seas0/b87eeec7832f33e47cc56b133636cbbf to your computer and use it in GitHub Desktop.
Fira_Code_Nerd_Font_Mono.css
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 Mono"; | |
font-style: normal; | |
font-weight: 300; | |
src: url('https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/FiraCode/Light/complete/Fira%20Code%20Light%20Nerd%20Font%20Complete%20Mono.ttf') format('truetype'); | |
} | |
@font-face { | |
font-family: "Fira Code Nerd Font Mono"; | |
font-style: normal; | |
font-weight: 400; | |
src: url('https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/FiraCode/Regular/complete/Fira%20Code%20Regular%20Nerd%20Font%20Complete%20Mono.ttf') format('truetype'); | |
} | |
@font-face { | |
font-family: "Fira Code Nerd Font Mono"; | |
font-style: normal; | |
font-weight: 450; | |
src: url('https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/FiraCode/Retina/complete/Fira%20Code%20Retina%20Nerd%20Font%20Complete%20Mono.ttf') format('truetype'); | |
} | |
@font-face { | |
font-family: "Fira Code Nerd Font Mono"; | |
font-weight: 500; | |
src: url('https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/FiraCode/Medium/complete/Fira%20Code%20Medium%20Nerd%20Font%20Complete%20Mono.ttf') format('truetype'); | |
} | |
@font-face { | |
font-family: "Fira Code Nerd Font Mono"; | |
font-weight: 600; | |
src: url('https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/FiraCode/SemiBold/complete/Fira%20Code%20SemiBold%20Nerd%20Font%20Complete%20Mono.ttf') format('truetype'); | |
} | |
@font-face { | |
font-family: "Fira Code Nerd Font Mono"; | |
font-weight: 700; | |
src: url('https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/FiraCode/Bold/complete/Fira%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