1
0
mirror of https://github.com/jenil/chota.git synced 2023-08-10 21:13:07 +03:00

Fix typo in the font-family definition

This commit is contained in:
troxler 2017-12-02 22:18:02 +01:00 committed by GitHub
parent 11a318a890
commit 1930e22956
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ body {
line-height: 1.6;
font-size: 1.6rem;
font-weight: 400;
font-family: "Segoe UI", "Helvetica Neue", san-serif; /*fallback*/
font-family: "Segoe UI", "Helvetica Neue", sans-serif; /*fallback*/
font-family: var(--font-family);
margin: 0;
padding: 0;
@ -162,4 +162,4 @@ fieldset {
iframe {
border: 0;
}
}