Created
May 25, 2023 13:59
-
-
Save WesleyCh3n/a5adcc0748200d0183c0d43d5ffe9f10 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: 'VictorMono NF'; | |
src: url('https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/VictorMono/Medium/VictorMonoNerdFont-Medium.ttf') format('truetype'); | |
font-style: normal; | |
font-weight: normal; | |
} | |
@font-face { | |
font-family: 'VictorMono NF'; | |
src: url('https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/VictorMono/Italic/VictorMonoNerdFont-Italic.ttf') format('truetype'); | |
font-style: italic; | |
font-weight: normal; | |
} | |
@font-face { | |
font-family: 'VictorMono NF'; | |
src: url('https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/VictorMono/Bold/VictorMonoNerdFont-Bold.ttf') format('truetype'); | |
font-style: normal; | |
font-weight: bold; | |
} | |
@font-face { | |
font-family: 'VictorMono NF'; | |
src: url('https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/VictorMono/Bold-Italic/VictorMonoNerdFont-BoldItalic.ttf') format('truetype'); | |
font-style: italic; | |
font-weight: bold; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment