Created
April 27, 2019 17:30
-
-
Save gchiam/3c7606e8a8de76e51b999fcc1b7a4f33 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: "Iosevka Nerd"; | |
font-weight: normal; | |
font-style: normal; | |
src: url("https://cdn.jsdelivr.net/gh/ryanoasis/[email protected]/patched-fonts/Iosevka/Extra-Light/complete/Iosevka%20Term%20Extralight%20Nerd%20Font%20Complete%20Mono.ttf") format('truetype'); | |
} | |
@font-face { | |
font-family: "Iosevka Nerd"; | |
font-weight: normal; | |
font-style: italic; | |
src: url("https://cdn.jsdelivr.net/gh/ryanoasis/[email protected]/patched-fonts/Iosevka/Extra-Light-Italic/complete/Iosevka%20Term%20Extralight%20Italic%20Nerd%20Font%20Complete%20Mono.ttf") format('truetype'); | |
} | |
@font-face { | |
font-family: "Iosevka Nerd"; | |
font-weight: bold; | |
font-style: normal; | |
src: url("https://cdn.jsdelivr.net/gh/ryanoasis/[email protected]/patched-fonts/Iosevka/Light/complete/Iosevka%20Term%20lght%20Nerd%20Font%20Complete%20Mono.ttf") format('truetype'); | |
} | |
@font-face { | |
font-family: "Iosevka Nerd"; | |
font-weight: bold; | |
font-style: italic; | |
src: url("https://cdn.jsdelivr.net/gh/ryanoasis/[email protected]/patched-fonts/Iosevka/Light-Italic/complete/Iosevka%20Term%20Light%20Italic%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