Skip to content

Instantly share code, notes, and snippets.

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 sbromberger/155be2e8edd1ac31ce8c80cc2d648ced to your computer and use it in GitHub Desktop.
Save sbromberger/155be2e8edd1ac31ce8c80cc2d648ced to your computer and use it in GitHub Desktop.
blink sauce
@font-face {
font-family: 'Sauce Code Pro Complete';
font-style: normal;
font-weight: 200;
src: url('patched-fonts/SourceCodePro/Light/complete/Sauce Code Pro Light Nerd Font Complete Mono.ttf?raw=true') format('truetype');
}
@font-face {
font-family: 'Sauce Code Pro Complete';
font-style: normal;
font-weight: 400;
src: url('patched-fonts/SourceCodePro/Regular/complete/Sauce Code Pro Nerd Font Complete.ttf?raw=true') format('truetype');
}
@font-face {
font-family: 'Sauce Code Pro Complete';
font-weight: 600;
src: url('patched-fonts/SourceCodePro/Medium/complete/Sauce Code Pro Medium Nerd Font Complete.ttf?raw=true') format('truetype');
}
@font-face {
font-family: 'Sauce Code Pro Complete';
font-weight: 800;
src: url('patched-fonts/SourceCodePro/Bold/complete/Sauce Code Pro Bold Nerd Font Complete.ttf?raw=true') format=('truetype');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment