chore: adjust font-size after font upgrade #83

This commit is contained in:
Sören Weber 2021-10-31 09:49:53 +01:00
parent c13e9e49f1
commit 53c73c8f3d
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589

View file

@ -168,7 +168,8 @@ textarea:hover, input[type="email"]:hover, input[type="number"]:hover, input[typ
bottom: 0; bottom: 0;
left: 0; left: 0;
font-weight: 400; font-weight: 400;
font-size: 15px; font-size: 15.25px;
line-height: 1.574;
} }
#sidebar a { #sidebar a {
color: #ccc; color: #ccc;
@ -408,10 +409,11 @@ textarea:hover, input[type="email"]:hover, input[type="number"]:hover, input[typ
margin: 0; margin: 0;
} }
body { body {
color: #323232 !important;
font-family: "Work Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; font-family: "Work Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
font-weight: 300; font-weight: 300;
line-height: 1.6; line-height: 1.574;
font-size: 18px !important; font-size: 16.25px !important;
} }
h2, h3, h4, h5, h6 { h2, h3, h4, h5, h6 {
font-family: "Work Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; font-family: "Work Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
@ -1105,11 +1107,6 @@ option {
font-weight: bold; font-weight: bold;
} }
body {
font-size: 16px !important;
color: #323232 !important;
}
#body a.highlight, #body a.highlight:hover, #body a.highlight:focus { #body a.highlight, #body a.highlight:hover, #body a.highlight:focus {
text-decoration: none; text-decoration: none;
outline: none; outline: none;