Add lexend.css
This commit is contained in:
commit
cdd26eac66
1 changed files with 42 additions and 0 deletions
42
lexend.css
Normal file
42
lexend.css
Normal file
|
@ -0,0 +1,42 @@
|
|||
@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 *),
|
||||
& span:not(.notification, .name, b *, button *, a *, .dropdown *, nav *),
|
||||
& 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;
|
||||
}
|
||||
|
||||
& b {
|
||||
font-variation-settings: "wght" 500;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue