Font Update

This commit is contained in:
Christopher
2024-02-25 23:07:39 +01:00
committed by GitHub
parent 27dae9d0a5
commit 7f4c886f0e
2 changed files with 23 additions and 3 deletions
+19 -2
View File
@@ -1,6 +1,6 @@
* {
box-sizing: border-box;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-family: "Open Sans", sans-serif;
}
body {
@@ -129,4 +129,21 @@ body {
#player {
display: none;
}
}
.author {
text-align: center;
font-weight: 300;
font-style: italic;
}
.author a {
font-weight: 500;
text-decoration: none;
color: white;
font-style: normal;
}
.author a:hover {
text-decoration: underline;
}