Forked from nelsonuhan/Sauce Code Pro Nerd Font.css
Last active
January 24, 2024 02:17
-
-
Save pipex/2c48f54737311e79c79f93c48213fd72 to your computer and use it in GitHub Desktop.
This file contains hidden or 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: "Source Code Pro"; | |
font-style: normal; | |
font-weight: normal; | |
src: url(https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/SourceCodePro/SauceCodeProNerdFont-Regular.ttf?raw=true); | |
} | |
@font-face { | |
font-family: "Source Code Pro"; | |
font-weight: bold; | |
src: url(https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/SourceCodePro/SauceCodeProNerdFontMono-Bold.ttf?raw=true); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment