mirror of
https://github.com/penpot/penpot-export.git
synced 2025-01-06 14:50:10 -05:00
chore(demo): update generated files
This commit is contained in:
parent
1681cefb05
commit
07977124da
3 changed files with 6 additions and 6 deletions
|
@ -30,7 +30,7 @@
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 15px;
|
font-size: 13px;
|
||||||
letter-spacing: 1px;
|
letter-spacing: 1px;
|
||||||
font-family: "Work Sans";
|
font-family: "Work Sans";
|
||||||
}
|
}
|
||||||
|
@ -89,7 +89,7 @@
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
font-weight: 700;
|
font-weight: 400;
|
||||||
font-size: 45px;
|
font-size: 45px;
|
||||||
letter-spacing: 0px;
|
letter-spacing: 0px;
|
||||||
font-family: "Work Sans";
|
font-family: "Work Sans";
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
"fontStyle": "normal",
|
"fontStyle": "normal",
|
||||||
"textTransform": "uppercase",
|
"textTransform": "uppercase",
|
||||||
"fontWeight": "400",
|
"fontWeight": "400",
|
||||||
"fontSize": "15px",
|
"fontSize": "13px",
|
||||||
"letterSpacing": "1px",
|
"letterSpacing": "1px",
|
||||||
"fontFamily": "\"Work Sans\""
|
"fontFamily": "\"Work Sans\""
|
||||||
}
|
}
|
||||||
|
@ -110,7 +110,7 @@
|
||||||
"lineHeight": "1.2",
|
"lineHeight": "1.2",
|
||||||
"fontStyle": "normal",
|
"fontStyle": "normal",
|
||||||
"textTransform": "none",
|
"textTransform": "none",
|
||||||
"fontWeight": "700",
|
"fontWeight": "400",
|
||||||
"fontSize": "45px",
|
"fontSize": "45px",
|
||||||
"letterSpacing": "0px",
|
"letterSpacing": "0px",
|
||||||
"fontFamily": "\"Work Sans\""
|
"fontFamily": "\"Work Sans\""
|
||||||
|
|
|
@ -28,7 +28,7 @@ $Body_Small_Uppercase: (
|
||||||
"font-style": normal,
|
"font-style": normal,
|
||||||
"text-transform": uppercase,
|
"text-transform": uppercase,
|
||||||
"font-weight": 400,
|
"font-weight": 400,
|
||||||
"font-size": 15px,
|
"font-size": 13px,
|
||||||
"letter-spacing": 1px,
|
"letter-spacing": 1px,
|
||||||
"font-family": "Work Sans",
|
"font-family": "Work Sans",
|
||||||
);
|
);
|
||||||
|
@ -87,7 +87,7 @@ $📱_Title_Large: (
|
||||||
"line-height": 1.2,
|
"line-height": 1.2,
|
||||||
"font-style": normal,
|
"font-style": normal,
|
||||||
"text-transform": none,
|
"text-transform": none,
|
||||||
"font-weight": 700,
|
"font-weight": 400,
|
||||||
"font-size": 45px,
|
"font-size": 45px,
|
||||||
"letter-spacing": 0px,
|
"letter-spacing": 0px,
|
||||||
"font-family": "Work Sans",
|
"font-family": "Work Sans",
|
||||||
|
|
Loading…
Reference in a new issue