Skip to content

Instantly share code, notes, and snippets.

@sbromberger
Last active June 11, 2019 22:07
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/0d8ab4b02dd3b6208bb7e37b9b3a7a23 to your computer and use it in GitHub Desktop.
Save sbromberger/0d8ab4b02dd3b6208bb7e37b9b3a7a23 to your computer and use it in GitHub Desktop.
sauce code pro
@font-face {
font-family: 'Sauce Code Pro Complete';
font-style: normal;
font-weight: 200;
src: url('https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/SourceCodePro/Light/complete/Sauce Code Pro Light Nerd Font Complete Mono.ttf') format('truetype');
}
@font-face {
font-family: 'Sauce Code Pro Complete';
font-style: normal;
font-weight: 400;
src: url('https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/SourceCodePro/Regular/complete/Sauce Code Pro Nerd Font Complete.ttf') format('truetype');
}
@font-face {
font-family: 'Sauce Code Pro Complete';
font-weight: 600;
src: url('https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/SourceCodePro/Medium/complete/Sauce Code Pro Medium Nerd Font Complete.ttf') format('truetype');
}
@font-face {
font-family: 'Sauce Code Pro Complete';
font-weight: 800;
src: url('https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/SourceCodePro/Bold/complete/Sauce Code Pro Bold Nerd Font Complete.ttf') format=('truetype');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment