Skip to content

Instantly share code, notes, and snippets.

@ErebusBat
Last active May 5, 2022 23:51
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 ErebusBat/69b8dc3c01c36106c1ec2c9abcc5d9c3 to your computer and use it in GitHub Desktop.
Save ErebusBat/69b8dc3c01c36106c1ec2c9abcc5d9c3 to your computer and use it in GitHub Desktop.
Blink.sh - Comic Code Ligatures
@font-face {
font-family: "Comic Code";
font-style: normal;
font-weight: normal;
src: local('Comic Code');
}
@font-face {
font-family: "Comic Code Ligatures";
font-style: normal;
font-weight: normal;
src: local('Comic Code Ligatures');
}
@font-face {
font-family: "Comic Code Nerd";
font-style: normal;
font-weight: 200;
src: local('ComicCodeLigatures Nerd Font');
}
@font-face {
font-family: "Comic Code Nerd";
font-style: normal;
font-weight: 400;
src: local('ComicCodeLigatures Nerd Font');
}
@font-face {
font-family: "Comic Code Nerd";
font-weight: 600;
src: local('ComicCodeLigatures Nerd Font');
}
@font-face {
font-family: "Comic Code Nerd";
font-weight: 800;
src: local('ComicCodeLigatures Nerd Font');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment