added comic neue snippet

This commit is contained in:
Seaswimmer 2023-10-25 12:42:27 -04:00
parent c4d23aa6a2
commit a997268a2b
Signed by: cswimr
GPG key ID: 1EBC234EEDA901AE

14
Snippets/ComicNeue.css Normal file
View file

@ -0,0 +1,14 @@
@import url('https://fonts.googleapis.com/css2?family=Comic+Neue&display=swap');
:root {
/*
* Visit https://fonts.google.com and select one to your liking.
* Now just follow this tutorial: https://imgur.com/a/CNbw7xC
*/
--font: "comic neue";
/*
* ~~DO NOT TOUCH~~
* Removing this will display an annoying update banner.
*/
--update-notice-1: none;
}