From 173472aa36a955270d5a49efaae9a744d3313578 Mon Sep 17 00:00:00 2001 From: Roberto Redradix Date: Mon, 11 Sep 2023 18:40:06 +0200 Subject: [PATCH] chore(demo): update generated files --- packages/demo/src/styles/typographies.css | 7 +++++++ packages/demo/src/styles/typographies.scss | 5 +++++ 2 files changed, 12 insertions(+) diff --git a/packages/demo/src/styles/typographies.css b/packages/demo/src/styles/typographies.css index 77a6c1a..0620fa0 100644 --- a/packages/demo/src/styles/typographies.css +++ b/packages/demo/src/styles/typographies.css @@ -1,3 +1,10 @@ +/* + * These generated typography declarations rely on the given font being already available in your front end code. + * There are 0 custom fonts and 1 fonts from Google Fonts. + * You can choose to load the latter from the Google Fonts CSS API in a HTML document using: + * +*/ + .EasyFest\:_Design_System_\&_Landing_page--🖥_Title_Medium { line-height: 1.2000000000000002; font-style: normal; diff --git a/packages/demo/src/styles/typographies.scss b/packages/demo/src/styles/typographies.scss index a1bb404..815f72d 100644 --- a/packages/demo/src/styles/typographies.scss +++ b/packages/demo/src/styles/typographies.scss @@ -1,3 +1,8 @@ +// These generated typography declarations rely on the given font being already available in your front end code. +// There are 0 custom fonts and 1 fonts from Google Fonts. +// You can choose to load the latter from the Google Fonts CSS API in a HTML document using: +// + $🖥_Title_Medium: ( "line-height": 1.2000000000000002, "font-style": normal,