Created
June 11, 2019 21:58
-
-
Save sbromberger/155be2e8edd1ac31ce8c80cc2d648ced to your computer and use it in GitHub Desktop.
blink sauce
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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