First init
This commit is contained in:
39
Build a Website Design System/styles.css
Normal file
39
Build a Website Design System/styles.css
Normal file
@@ -0,0 +1,39 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user