Slightly improve basic properties
This commit is contained in:
parent
b744e53f94
commit
7f627df416
2 changed files with 6 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
|||
padding-right: 1px;
|
||||
|
||||
& > label {
|
||||
font-size: 0.9em;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
*/
|
||||
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: "Lora";
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
|
@ -12,6 +13,7 @@
|
|||
}
|
||||
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: "Lora";
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
|
@ -19,6 +21,7 @@
|
|||
}
|
||||
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: "Lora";
|
||||
font-style: italic;
|
||||
font-weight: normal;
|
||||
|
@ -26,6 +29,7 @@
|
|||
}
|
||||
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: "Lora";
|
||||
font-style: italic;
|
||||
font-weight: bold;
|
||||
|
@ -33,6 +37,7 @@
|
|||
}
|
||||
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: "Wood Stamp";
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
|
|
Loading…
Reference in a new issue