0
Fork 0
mirror of https://github.com/penpot/penpot-export.git synced 2025-02-03 04:38:43 -05:00
penpot-export/packages/demos/demo-scss/variables/typographies.scss

104 lines
2.3 KiB
SCSS
Raw Normal View History

2023-09-11 18:40:06 +02:00
// 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:
2023-09-25 14:49:52 +02:00
// <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Work%20Sans:400,700">
2023-09-11 18:40:06 +02:00
2023-09-25 14:49:52 +02:00
$Body_Large: (
"line-height": 1.4,
2023-09-07 18:06:36 +02:00
"font-style": normal,
"text-transform": none,
2023-09-25 14:49:52 +02:00
"font-weight": 400,
"font-size": 21px,
2023-09-07 18:06:36 +02:00
"letter-spacing": 0px,
"font-family": "Work Sans",
);
2023-09-25 14:49:52 +02:00
$Body_Medium: (
"line-height": 1.4,
2023-09-07 18:06:36 +02:00
"font-style": normal,
"text-transform": none,
2023-09-25 14:49:52 +02:00
"font-weight": 400,
"font-size": 18px,
"letter-spacing": 0px,
"font-family": "Work Sans",
);
$Body_Small: (
"line-height": 1.4,
"font-style": normal,
"text-transform": none,
"font-weight": 400,
"font-size": 15px,
2023-09-07 18:06:36 +02:00
"letter-spacing": 0px,
"font-family": "Work Sans",
);
$Body_Small_Uppercase: (
"line-height": 1.4,
"font-style": normal,
"text-transform": uppercase,
"font-weight": 400,
2023-09-12 18:20:19 +02:00
"font-size": 13px,
2023-09-07 18:06:36 +02:00
"letter-spacing": 1px,
"font-family": "Work Sans",
);
2023-09-25 14:49:52 +02:00
$📱_Title_Large: (
2023-09-07 18:06:36 +02:00
"line-height": 1.2,
"font-style": normal,
"text-transform": none,
"font-weight": 700,
2023-09-25 14:49:52 +02:00
"font-size": 45px,
2023-09-07 18:06:36 +02:00
"letter-spacing": 0px,
"font-family": "Work Sans",
);
2023-09-25 14:49:52 +02:00
$📱_Title_Medium: (
"line-height": 1.2000000000000002,
2023-09-07 18:06:36 +02:00
"font-style": normal,
"text-transform": none,
2023-09-25 14:49:52 +02:00
"font-weight": 700,
"font-size": 37px,
2023-09-07 18:06:36 +02:00
"letter-spacing": 0px,
"font-family": "Work Sans",
);
$📱_Title_Small: (
"line-height": 1.2000000000000002,
"font-style": normal,
"text-transform": none,
"font-weight": 700,
"font-size": 31px,
"letter-spacing": 0px,
"font-family": "Work Sans",
);
2023-09-25 14:49:52 +02:00
$🖥_Title_Large: (
2023-09-07 18:06:36 +02:00
"line-height": 1.2,
"font-style": normal,
"text-transform": none,
"font-weight": 700,
2023-09-25 14:49:52 +02:00
"font-size": 77px,
2023-09-07 18:06:36 +02:00
"letter-spacing": 0px,
"font-family": "Work Sans",
);
2023-09-25 14:49:52 +02:00
$🖥_Title_Medium: (
"line-height": 1.2000000000000002,
2023-09-07 18:06:36 +02:00
"font-style": normal,
"text-transform": none,
2023-09-25 14:49:52 +02:00
"font-weight": 700,
"font-size": 54px,
2023-09-07 18:06:36 +02:00
"letter-spacing": 0px,
"font-family": "Work Sans",
);
2023-09-25 14:49:52 +02:00
$🖥_Title_Small: (
2023-09-07 18:06:36 +02:00
"line-height": 1.2,
"font-style": normal,
"text-transform": none,
2023-09-13 13:06:37 +02:00
"font-weight": 700,
2023-09-25 14:49:52 +02:00
"font-size": 31px,
2023-09-07 18:06:36 +02:00
"letter-spacing": 0px,
"font-family": "Work Sans",
);