Skip to content

Instantly share code, notes, and snippets.

@JeffLabonte
Created October 27, 2021 18:17
Show Gist options
  • Save JeffLabonte/12499856b8bff60785a531c6f1fdc069 to your computer and use it in GitHub Desktop.
Save JeffLabonte/12499856b8bff60785a531c6f1fdc069 to your computer and use it in GitHub Desktop.
blink fonts
@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); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment