0
Fork 0
mirror of https://github.com/penpot/penpot-export.git synced 2025-03-13 07:51:24 -05:00
penpot-export/packages/demo/src/styles/ui.css
Enrique Bernabeu 9eed1481ce Initial commit
2023-08-21 08:36:47 +02:00

47 lines
No EOL
798 B
CSS

.variables--h5 {
font-style: normal;
font-size: 18px;
font-weight: 800;
direction: ltr;
font-family: "Source Code Pro";
}
.variables--h4 {
font-style: normal;
font-size: 24px;
font-weight: 800;
direction: ltr;
font-family: "Source Code Pro";
}
.variables--h1 {
font-style: normal;
font-size: 72px;
font-weight: 900;
direction: ltr;
font-family: "Source Code Pro";
}
.variables--h5 {
font-style: normal;
font-size: 48px;
font-weight: 800;
direction: ltr;
font-family: "Source Code Pro";
}
.variables--body {
font-style: normal;
font-size: 14px;
font-weight: 400;
direction: ltr;
font-family: "Source Code Pro";
}
.variables--h4 {
font-style: normal;
font-size: 36px;
font-weight: 800;
direction: ltr;
font-family: "Source Code Pro";
}