update font faces

This commit is contained in:
grey-cat-1908 2024-07-23 11:45:39 +03:00 committed by GitHub
parent e01b7bf768
commit e2d1830dce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,22 +6,16 @@
--font-size: 1.15rem;
}
@font-face {
src: url("./fonts/Onest-Bold.ttf");
font-family: "Onest";
font-weight: 600;
}
@font-face {
src: url("./fonts/Onest-Medium.ttf");
font-family: "Onest";
font-weight: 400;
font-weight: bold;
}
@font-face {
src: url("./fonts/Onest-Regular.ttf");
font-family: "Onest";
font-weight: 200;
font-weight: normal;
}
@ -31,7 +25,6 @@ body {
font-family: var(--font);
color: var(--font-color);
font-size: var(--font-size);
font-weight: 200;
line-height: 1.8;
max-width: 64rem;
padding: 0 1rem;