Add Button design system and Storybook Solid setup
Some checks failed
CI TEST (Vault secrets) / build (push) Failing after 15s
Some checks failed
CI TEST (Vault secrets) / build (push) Failing after 15s
This commit is contained in:
13
src/shared/designSystem/styles/core/fonts.css
Normal file
13
src/shared/designSystem/styles/core/fonts.css
Normal file
@@ -0,0 +1,13 @@
|
||||
:root {
|
||||
--ds-font-family-fallback:
|
||||
-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial,
|
||||
sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
--ds-font-family-primary:
|
||||
"Aeroport-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
|
||||
Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
|
||||
"Segoe UI Symbol";
|
||||
--ds-font-family-secondary:
|
||||
"Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
|
||||
Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
|
||||
"Segoe UI Symbol";
|
||||
}
|
||||
Reference in New Issue
Block a user