diff --git a/index.html b/index.html
index d9b539f..47fadfa 100644
--- a/index.html
+++ b/index.html
@@ -8,7 +8,7 @@
-
Lilac Timer
+ v2 onefont
diff --git a/timer.css b/timer.css
index 3e89d3d..989413c 100644
--- a/timer.css
+++ b/timer.css
@@ -18,10 +18,9 @@ html, body {
}
main {
- font-family: "VT323", monospace;
+ font-family: "Silkscreen", sans-serif;
font-weight: 400;
font-style: normal;
- font-size: 1em;
color: #EA4045;
height: 100%;
}
@@ -30,6 +29,8 @@ h1 {
margin: 0;
font-size: 68cqh;
color: #404145;
+ font-weight: normal;
+ font-style: normal;
}
h2 {
@@ -39,9 +40,6 @@ h2 {
}
h3 {
- font-family: "Silkscreen", sans-serif;
- font-weight: 400;
- font-style: normal;
margin: 0;
font-size: 16cqh;
color: #404145;
@@ -49,9 +47,6 @@ h3 {
p {
margin: 0;
- font-family: "Silkscreen", sans-serif;
- font-weight: 400;
- font-style: normal;
font-size: 20cqh;
}
@@ -86,6 +81,7 @@ p {
grid-template-columns: repeat(1, 1fr);
grid-auto-rows: auto;
place-items: center;
+ font-size: 10cqh;
}
#InfoBox1 {