Compare commits
2 commits
55f54d2835
...
a997268a2b
Author | SHA1 | Date | |
---|---|---|---|
a997268a2b | |||
c4d23aa6a2 |
2 changed files with 14 additions and 5 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;
|
||||
}
|
|
@ -1,5 +0,0 @@
|
|||
:root {
|
||||
.userPopoutOverlayBackground-3A0Pcz {
|
||||
max-height: 60vh;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue