update main font family
This commit is contained in:
@@ -68,10 +68,9 @@ body {
|
||||
color: var(--color-text);
|
||||
background: var(--color-background);
|
||||
transition: color 0.5s, background-color 0.5s;
|
||||
line-height: 1.3;
|
||||
font-family: "Gulzar", BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu,
|
||||
serif;
|
||||
font-size: 20px;
|
||||
font-family: 'Playfair Display', serif;
|
||||
font-size: 18px;
|
||||
line-height: 1.6rem;
|
||||
text-rendering: optimizeLegibility;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
|
||||
Reference in New Issue
Block a user