Use Lato font now 🤷 (#66)
This commit is contained in:
@@ -7,27 +7,21 @@
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: Inter;
|
||||
font-weight: 300;
|
||||
src: url("/fonts/Inter-Light.ttf");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: Inter;
|
||||
font-family: Lato;
|
||||
font-weight: 400;
|
||||
src: url("/fonts/Inter-Regular.ttf");
|
||||
src: url("/fonts/Lato-Regular.ttf");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: Inter;
|
||||
font-family: Lato;
|
||||
font-weight: 700;
|
||||
src: url("/fonts/Inter-Bold.ttf");
|
||||
src: url("/fonts/Lato-Bold.ttf");
|
||||
}
|
||||
|
||||
html {
|
||||
background-color: rgb(var(--light-primary-color));
|
||||
color: var(--light-text-color);
|
||||
font-family: "Inter", sans-serif;
|
||||
font-family: "Lato", sans-serif;
|
||||
font-size: 16.5px;
|
||||
min-height: 100%;
|
||||
position: relative;
|
||||
@@ -349,8 +343,7 @@ table td {
|
||||
.post .post-content {
|
||||
line-height: 1.7;
|
||||
margin-top: 50px;
|
||||
font-weight: 300;
|
||||
letter-spacing: 0.015em;
|
||||
letter-spacing: 0.5px;
|
||||
}
|
||||
|
||||
/* LIST */
|
||||
|
||||
Reference in New Issue
Block a user