added comic neue snippet
This commit is contained in:
parent
c4d23aa6a2
commit
a997268a2b
1 changed files with 14 additions and 0 deletions
14
Snippets/ComicNeue.css
Normal file
14
Snippets/ComicNeue.css
Normal 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;
|
||||
}
|
Loading…
Reference in a new issue