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:
parent
61ec971192
commit
c201db2f2d
1 changed files with 59 additions and 0 deletions
59
packages/demo/src/styles/typographies.css
Normal file
59
packages/demo/src/styles/typographies.css
Normal 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";
|
||||
}
|
Loading…
Add table
Reference in a new issue