17 lines
350 B
CSS
17 lines
350 B
CSS
.nunito-sans-<uniquifier> {
|
|
font-family: "Nunito Sans", sans-serif;
|
|
font-optical-sizing: auto;
|
|
font-weight: <weight>;
|
|
font-style: normal;
|
|
font-variation-settings:
|
|
"wdth" 100,
|
|
"YTLC" 500;
|
|
}
|
|
|
|
|
|
.orbitron-<uniquifier> {
|
|
font-family: "Orbitron", sans-serif;
|
|
font-optical-sizing: auto;
|
|
font-weight: <weight>;
|
|
font-style: normal;
|
|
} |