0
Fork 0
mirror of https://github.com/penpot/penpot-export.git synced 2025-01-22 14:38:57 -05:00

chore(demo): generate typographies CSS

This commit is contained in:
Roberto Redradix 2023-08-23 19:07:16 +02:00 committed by Roberto RedRadix
parent 61ec971192
commit c201db2f2d

View file

@ -0,0 +1,59 @@
.easyfest__design_system___landing_page--___title_medium {
line-height: 1.2000000000000002;
font-style: normal;
text-transform: none;
font-weight: 700;
font-size: 54px;
letter-spacing: 0px;
font-family: "Work Sans";
}
.easyfest__design_system___landing_page--___title_large {
line-height: 1;
font-style: normal;
text-transform: none;
font-weight: 700;
font-size: 85px;
letter-spacing: 0px;
font-family: "Work Sans";
}
.easyfest__design_system___landing_page--body_large {
line-height: 1.2;
font-style: normal;
text-transform: none;
font-weight: 400;
font-size: 22px;
letter-spacing: 0px;
font-family: "Work Sans";
}
.easyfest__design_system___landing_page--___title_small {
line-height: 1.2000000000000002;
font-style: normal;
text-transform: none;
font-weight: 700;
font-size: 35px;
letter-spacing: 0px;
font-family: "Work Sans";
}
.easyfest__design_system___landing_page--body_small {
line-height: 1.2;
font-style: normal;
text-transform: none;
font-weight: 400;
font-size: 14px;
letter-spacing: 0px;
font-family: "Work Sans";
}
.easyfest__design_system___landing_page--body_medium {
line-height: 1.2;
font-style: normal;
text-transform: none;
font-weight: 400;
font-size: 18px;
letter-spacing: 0px;
font-family: "Work Sans";
}