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:
parent
11a318a890
commit
1930e22956
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user