This commit is contained in:
Kyle
2020-12-22 10:24:40 -08:00
parent e02fef277d
commit 6683a6bcca
3 changed files with 29 additions and 9 deletions

View File

@@ -122,10 +122,15 @@ img {
/*Fonts*/
.title {
font-family: belerenbsc;
}
h1.title {
font-size: 4rem;
}
.shadow {
text-shadow: 0.2rem 0.2rem 0.5rem black;
}
h1 {
font-size: 4rem;
font-size: 3rem;
font-family: Montserrat-SemiBold, Helvetica, Tahoma, Verdana, Geneva, sans-serif;
overflow-wrap: break-word;
}