Skip to content

Instantly share code, notes, and snippets.

@KorigamiK
Forked from pyrho/victor-mono.css
Last active January 2, 2023 19:47
Show Gist options
  • Save KorigamiK/c147d1a4c5f1a0e7de38b0d084528ee3 to your computer and use it in GitHub Desktop.
Save KorigamiK/c147d1a4c5f1a0e7de38b0d084528ee3 to your computer and use it in GitHub Desktop.
A bolder font file for Blink Shell with the Victor Mono font
@font-face {
font-family: "VictorMono Nerd Font";
font-style: normal;
font-weight: 200;
src: url(https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/VictorMono/Semi-Bold/complete/Victor%20Mono%20SemiBold%20Nerd%20Font%20Complete.ttf?raw=true);
}
@font-face {
font-family: "VictorMono Nerd Font";
font-style: normal;
font-weight: 400;
src: url(https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/VictorMono/Bold/complete/Victor%20Mono%20Bold%20Nerd%20Font%20Complete.ttf?raw=true);
}
@font-face {
font-family: "VictorMono Nerd Font";
font-weight: 600;
src: url(https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/VictorMono/Bold-Italic/complete/Victor%20Mono%20Bold%20Italic%20Nerd%20Font%20Complete.ttf?raw=true);
}
@font-face {
font-family: "VictorMono Nerd Font";
font-weight: 800;
src: url(https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/VictorMono/Bold-Oblique/complete/Victor%20Mono%20Bold%20Oblique%20Nerd%20Font%20Complete.ttf?raw=true);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment