Last active
March 19, 2022 09:00
-
-
Save WesleyCh3n/e197fd59c94559a15eae17f4fc043c75 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: "Victor Mono Nerd Font"; | |
font-style: normal; | |
font-weight: 400; | |
src: url(https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/VictorMono/Medium/complete/Victor%20Mono%20Medium%20Nerd%20Font%20Complete%20Mono.ttf); | |
font-variant-ligatures: none; | |
} | |
@font-face { | |
font-family: "Victor Mono Nerd Font"; | |
font-weight: 800; | |
src: url(https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/VictorMono/Bold/complete/Victor%20Mono%20Bold%20Nerd%20Font%20Complete%20Mono.ttf); | |
font-variant-ligatures: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment