39 lines
779 B
CSS
39 lines
779 B
CSS
.limelight-regular {
|
|
font-family: "Limelight", sans-serif;
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|
|
|
|
.instrument-serif-regular {
|
|
font-family: "Instrument Serif", serif;
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|
|
|
|
.instrument-serif-regular-italic {
|
|
font-family: "Instrument Serif", serif;
|
|
font-weight: 400;
|
|
font-style: italic;
|
|
}
|
|
|
|
.audiowide-regular {
|
|
font-family: "Audiowide", sans-serif;
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|
|
|
|
.manufacturing-consent-regular {
|
|
font-family: "Manufacturing Consent", system-ui;
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|
|
|
|
.nunito-sans-<uniquifier> {
|
|
font-family: "Nunito Sans", sans-serif;
|
|
font-optical-sizing: auto;
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
font-variation-settings:
|
|
"wdth" 100,
|
|
"YTLC" 500;
|
|
} |