Skip to content

Instantly share code, notes, and snippets.

@pipex
Forked from nelsonuhan/Sauce Code Pro Nerd Font.css
Last active January 24, 2024 02:17
Show Gist options
  • Save pipex/2c48f54737311e79c79f93c48213fd72 to your computer and use it in GitHub Desktop.
Save pipex/2c48f54737311e79c79f93c48213fd72 to your computer and use it in GitHub Desktop.
@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