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

Merge pull request #8 from troxler/patch-1

Fix typo in the font-family definition
This commit is contained in:
Jenil Gogari 2017-12-02 16:29:34 -05:00 committed by GitHub
commit 2467339094
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;
}
}