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