Font Update
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user