Skip to content

Instantly share code, notes, and snippets.

@vatsalyagoel
Last active April 20, 2023 14:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vatsalyagoel/06243c0142dea6020b3d1657f2cca273 to your computer and use it in GitHub Desktop.
Save vatsalyagoel/06243c0142dea6020b3d1657f2cca273 to your computer and use it in GitHub Desktop.
Blink Sh Cascaydia Font
@font-face {
font-family: "CascaydiaCove Nerd Font Mono";
font-style: normal;
font-weight: lighter;
src: url('https://github.com/ryanoasis/nerd-fonts/blob/51c1aa5904c0d8e59384813c3eafbdb9c69e4c01/patched-fonts/CascadiaCode/Light/complete/Caskaydia%20Cove%20Nerd%20Font%20Complete%20Mono%20Light.otf') format('opentype');
}
@font-face {
font-family: "CascaydiaCove Nerd Font Mono";
font-style: normal;
font-weight: normal;
src: url('https://github.com/ryanoasis/nerd-fonts/blob/51c1aa5904c0d8e59384813c3eafbdb9c69e4c01/patched-fonts/CascadiaCode/Regular/complete/Caskaydia%20Cove%20Nerd%20Font%20Complete%20Mono%20Regular.otf') format('opentype');
}
@font-face {
font-family: "CascaydiaCove Nerd Font Mono";
font-style: normal;
font-weight: bold;
src: url('https://github.com/ryanoasis/nerd-fonts/blob/51c1aa5904c0d8e59384813c3eafbdb9c69e4c01/patched-fonts/CascadiaCode/Medium/complete/Caskaydia%20Cove%20Nerd%20Font%20Complete%20Mono%20Medium.otf') format('opentype');
}
@font-face {
font-family: "CascaydiaCove Nerd Font Mono";
font-weight: bolder;
font-style: normal;
src: url('https://github.com/ryanoasis/nerd-fonts/blob/51c1aa5904c0d8e59384813c3eafbdb9c69e4c01/patched-fonts/CascadiaCode/Bold/complete/Caskaydia%20Cove%20Nerd%20Font%20Complete%20Mono%20Bold.otf') format('opentype');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment