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:
commit
2467339094
@ -23,7 +23,7 @@ body {
|
|||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
font-size: 1.6rem;
|
font-size: 1.6rem;
|
||||||
font-weight: 400;
|
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);
|
font-family: var(--font-family);
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user