Skip to content

Instantly share code, notes, and snippets.

@WesleyCh3n
Created May 25, 2023 13:59
Show Gist options
  • Save WesleyCh3n/a5adcc0748200d0183c0d43d5ffe9f10 to your computer and use it in GitHub Desktop.
Save WesleyCh3n/a5adcc0748200d0183c0d43d5ffe9f10 to your computer and use it in GitHub Desktop.
@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