From a997268a2b36836e0df1fb7a18de14c722467ddb Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Wed, 25 Oct 2023 12:42:27 -0400 Subject: [PATCH] added comic neue snippet --- Snippets/ComicNeue.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Snippets/ComicNeue.css diff --git a/Snippets/ComicNeue.css b/Snippets/ComicNeue.css new file mode 100644 index 0000000..1d1ffc3 --- /dev/null +++ b/Snippets/ComicNeue.css @@ -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; +}