Skip to content

Instantly share code, notes, and snippets.

@pyrho
Created May 24, 2021 14:42
Show Gist options
  • Select an option

  • Save pyrho/2fad01d6eaffeb8ce769fdbf55ac6be7 to your computer and use it in GitHub Desktop.

Select an option

Save pyrho/2fad01d6eaffeb8ce769fdbf55ac6be7 to your computer and use it in GitHub Desktop.

Revisions

  1. pyrho created this gist May 24, 2021.
    22 changes: 22 additions & 0 deletions robotomono.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,22 @@
    @font-face {
    font-family: "RobotoMono Nerd Font";
    font-style: normal;
    font-weight: 200;
    src: url(https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/RobotoMono/Light/complete/Roboto%20Mono%20Light%20Nerd%20Font%20Complete.ttf?raw=true);
    }
    @font-face {
    font-family: "RobotoMono Nerd Font";
    font-style: normal;
    font-weight: 400;
    src: url(https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/RobotoMono/Light/complete/Roboto%20Mono%20Light%20Nerd%20Font%20Complete.ttf?raw=true);
    }
    @font-face {
    font-family: "RobotoMono Nerd Font";
    font-weight: 600;
    src: url(https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/RobotoMono/Light/complete/Roboto%20Mono%20Light%20Nerd%20Font%20Complete.ttf?raw=true);
    }
    @font-face {
    font-family: "RobotoMono Nerd Font";
    font-weight: 800;
    src: url(https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/RobotoMono/Light/complete/Roboto%20Mono%20Light%20Nerd%20Font%20Complete.ttf?raw=true);
    }