First init
This commit is contained in:
17
company_home_page_with_flexbox/resources/css/fonts.css
Normal file
17
company_home_page_with_flexbox/resources/css/fonts.css
Normal file
@@ -0,0 +1,17 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user