Skip to content

Commit

Permalink
Change font
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaOrson committed Dec 28, 2024
1 parent 7a15b9d commit 7d78301
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ https://github.com/pngwn/MDsveX/issues/302#issuecomment-1041293000 -->
}
.title {
font-family: 'Press Start 2P', cursive;
font-family: 'Press Start 2P', monospace;
color: #00ff88;
font-size: clamp(1rem, 4vw, 1.5rem);
margin: 0;
Expand Down Expand Up @@ -503,7 +503,7 @@ https://github.com/pngwn/MDsveX/issues/302#issuecomment-1041293000 -->
}
.k-value {
font-family: 'Press Start 2P', cursive;
font-family: 'Press Start 2P', monospace;
color: #a200ff;
font-size: clamp(0.7rem, 1.2vw, 1rem);
margin-top: 1rem;
Expand All @@ -523,7 +523,7 @@ https://github.com/pngwn/MDsveX/issues/302#issuecomment-1041293000 -->
transition: all 0.3s;
text-align: center;
vertical-align: baseline;
font-family: 'Press Start 2P', cursive;
font-family: 'Press Start 2P', monospace;
user-select: none;
}
Expand Down Expand Up @@ -553,7 +553,7 @@ https://github.com/pngwn/MDsveX/issues/302#issuecomment-1041293000 -->
color: #0f0f1a;
border: none;
padding: 0.5rem 1rem;
font-family: 'Press Start 2P', cursive;
font-family: 'Press Start 2P', monospace;
cursor: pointer;
border-radius: 0.25rem;
transition: background 0.3s;
Expand All @@ -569,6 +569,7 @@ https://github.com/pngwn/MDsveX/issues/302#issuecomment-1041293000 -->
overflow-y: auto;
}
:global(body) {
background: #0f0f1a;
color: #fff;
Expand Down

0 comments on commit 7d78301

Please sign in to comment.