mirror of
https://github.com/xzeldon/zeldon-site.git
synced 2025-04-05 08:37:08 +03:00
20 lines
351 B
CSS
20 lines
351 B
CSS
@font-face {
|
|
font-family: "Inter Var";
|
|
font-weight: 400 900;
|
|
font-display: swap;
|
|
font-style: normal;
|
|
src: url("/src/assets/Inter.woff2") format("woff2");
|
|
}
|
|
|
|
html {
|
|
font-family: "Inter Var", sans-serif;
|
|
font-size: 17px;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.greeting {
|
|
font-variation-settings: "wght" 400;
|
|
letter-spacing: 0rem;
|
|
line-height: 1.7rem;
|
|
}
|