30 lines
571 B
CSS
30 lines
571 B
CSS
.unbounded {
|
|
font-family: "Unbounded", sans-serif;
|
|
font-optical-sizing: auto;
|
|
font-weight: 600;
|
|
font-style: normal;
|
|
}
|
|
|
|
|
|
.onest{
|
|
font-family: "Onest", sans-serif;
|
|
font-optical-sizing: auto;
|
|
font-weight: 200;
|
|
font-style: normal;
|
|
}
|
|
|
|
|
|
.jetbrains-mono {
|
|
font-family: "JetBrains Mono", monospace;
|
|
font-optical-sizing: auto;
|
|
font-weight: 200;
|
|
font-style: normal;
|
|
}
|
|
|
|
input::placeholder, textarea::placeholder, input, textarea {
|
|
font-family: "Onest", sans-serif;
|
|
font-optical-sizing: auto;
|
|
font-weight: 200;
|
|
font-style: normal;
|
|
font-size: 12px;
|
|
} |