Skip to content

Instantly share code, notes, and snippets.

@JadeGeek
Last active December 6, 2022 17:23
Show Gist options
  • Select an option

  • Save JadeGeek/e232038e4cace9e739a27efe43cbed7a to your computer and use it in GitHub Desktop.

Select an option

Save JadeGeek/e232038e4cace9e739a27efe43cbed7a to your computer and use it in GitHub Desktop.

Revisions

  1. JadeGeek renamed this gist Dec 6, 2022. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. JadeGeek created this gist Dec 6, 2022.
    22 changes: 22 additions & 0 deletions Blink font
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,22 @@
    @font-face {
    font-family: "Fira Code Nerd Font";
    font-style: normal;
    font-weight: 200;
    src: url('https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/FiraCode/Light/complete/Fura%20Code%20Light%20Nerd%20Font%20Complete.ttf') format('truetype');
    }
    @font-face {
    font-family: "Fira Code Nerd Font";
    font-style: normal;
    font-weight: 400;
    src: url('https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/FiraCode/Retina/complete/Fura%20Code%20Retina%20Nerd%20Font%20Complete.ttf') format('truetype');
    }
    @font-face {
    font-family: "Fira Code Nerd Font";
    font-weight: 600;
    src: url('https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/FiraCode/Medium/complete/Fura%20Code%20Medium%20Nerd%20Font%20Complete.ttf') format('truetype');
    }
    @font-face {
    font-family: "Fira Code Nerd Font";
    font-weight: 800;
    src: url('https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/FiraCode/Bold/complete/Fura%20Code%20Bold%20Nerd%20Font%20Complete.ttf') format('truetype');
    }