Skip to content

Instantly share code, notes, and snippets.

@gchiam
Created April 27, 2019 17:30
Show Gist options
  • Save gchiam/3c7606e8a8de76e51b999fcc1b7a4f33 to your computer and use it in GitHub Desktop.
Save gchiam/3c7606e8a8de76e51b999fcc1b7a4f33 to your computer and use it in GitHub Desktop.
@font-face {
font-family: "Iosevka Nerd";
font-weight: normal;
font-style: normal;
src: url("https://cdn.jsdelivr.net/gh/ryanoasis/nerd-fonts@2.0.0/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/nerd-fonts@2.0.0/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/nerd-fonts@2.0.0/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/nerd-fonts@2.0.0/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