Use Lato font now 🤷 (#66)

This commit is contained in:
Yash Mehrotra
2021-08-31 19:56:03 +05:30
committed by GitHub
parent 860149e387
commit 72dc124c72
6 changed files with 6 additions and 13 deletions

View File

@@ -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 */

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
static/fonts/Lato-Bold.ttf Normal file

Binary file not shown.

Binary file not shown.