Merge pull request #1 from kaBeech/update-webpage

Update webpage
This commit is contained in:
Kyle Beechly
2023-08-21 15:58:38 -07:00
committed by GitHub
3 changed files with 2 additions and 1 deletions

BIN
favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 573 B

View File

@@ -9,6 +9,7 @@
content="A legible monospace font for playful professionals. Comic Sans for
hackers"
/>
<link rel="icon" type="image/x-icon" href="favicon.png" />
<link rel="stylesheet" href="style.css" />
<script src="./index.js" defer></script>
<title>Serious Sans</title>

View File

@@ -49,7 +49,7 @@ body {
display: flex;
flex-direction: column;
align-items: center;
font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif,
font-family: "Serious Sans", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif,
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 100%;
font-size: 1.2rem;