VencordThemes/Snippets/ComicNeue.css

10 lines
261 B
CSS
Raw Normal View History

2023-10-25 12:42:27 -04:00
@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";
}