feat: new font

This commit is contained in:
2025-11-05 00:23:11 +01:00
parent 040ebaf6f8
commit 5f57eedc38
3 changed files with 11 additions and 1 deletions
+5
View File
@@ -82,6 +82,7 @@ CUSTOM STYLE
@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url('https://fonts.cdnfonts.com/css/hey-kids');
:root {
/* https://materialui.co/colors/ */
@@ -176,6 +177,10 @@ APP STYLE
=================================================
*/
h1, h2 {
font-family: "Hey Kids", "Roboto", Verdana, serif;
}
.button {
display: block;
width: 100%;