tetratto-aux/lexend.css

43 lines
895 B
CSS
Raw Permalink Normal View History

2025-09-01 18:33:43 +00:00
@font-face {
font-family: "Lexend";
src: url("https://repodelivery.tetratto.com/fonts/lexend_variable.woff2")
format("woff2");
}
body:not(.use_system_font) {
& p:not(b *),
2025-09-02 00:35:03 +00:00
& span:not(.notification, .name, b *, button *, a *, .dropdown *, nav *),
2025-09-01 18:33:43 +00:00
& input,
& textarea {
font-variation-settings: "wght" 325;
& h1 {
font-variation-settings: "wght" 600;
}
& h2 {
font-variation-settings: "wght" 550;
}
& h3 {
font-variation-settings: "wght" 500;
}
& h4 {
font-variation-settings: "wght" 450;
}
& h5 {
font-variation-settings: "wght" 400;
}
& h6 {
font-variation-settings: "wght" 350;
}
2025-09-02 00:35:03 +00:00
& b,
& strong {
2025-09-01 18:33:43 +00:00
font-variation-settings: "wght" 500;
}
}
}