mirror of
https://github.com/penpot/penpot-export.git
synced 2025-01-04 13:50:05 -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;
|
||||
text-transform: uppercase;
|
||||
font-weight: 400;
|
||||
font-size: 15px;
|
||||
font-size: 13px;
|
||||
letter-spacing: 1px;
|
||||
font-family: "Work Sans";
|
||||
}
|
||||
|
@ -89,7 +89,7 @@
|
|||
line-height: 1.2;
|
||||
font-style: normal;
|
||||
text-transform: none;
|
||||
font-weight: 700;
|
||||
font-weight: 400;
|
||||
font-size: 45px;
|
||||
letter-spacing: 0px;
|
||||
font-family: "Work Sans";
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
"fontStyle": "normal",
|
||||
"textTransform": "uppercase",
|
||||
"fontWeight": "400",
|
||||
"fontSize": "15px",
|
||||
"fontSize": "13px",
|
||||
"letterSpacing": "1px",
|
||||
"fontFamily": "\"Work Sans\""
|
||||
}
|
||||
|
@ -110,7 +110,7 @@
|
|||
"lineHeight": "1.2",
|
||||
"fontStyle": "normal",
|
||||
"textTransform": "none",
|
||||
"fontWeight": "700",
|
||||
"fontWeight": "400",
|
||||
"fontSize": "45px",
|
||||
"letterSpacing": "0px",
|
||||
"fontFamily": "\"Work Sans\""
|
||||
|
|
|
@ -28,7 +28,7 @@ $Body_Small_Uppercase: (
|
|||
"font-style": normal,
|
||||
"text-transform": uppercase,
|
||||
"font-weight": 400,
|
||||
"font-size": 15px,
|
||||
"font-size": 13px,
|
||||
"letter-spacing": 1px,
|
||||
"font-family": "Work Sans",
|
||||
);
|
||||
|
@ -87,7 +87,7 @@ $📱_Title_Large: (
|
|||
"line-height": 1.2,
|
||||
"font-style": normal,
|
||||
"text-transform": none,
|
||||
"font-weight": 700,
|
||||
"font-weight": 400,
|
||||
"font-size": 45px,
|
||||
"letter-spacing": 0px,
|
||||
"font-family": "Work Sans",
|
||||
|
|
Loading…
Reference in a new issue