0
Fork 0
mirror of https://github.com/penpot/penpot-export.git synced 2025-02-12 18:18:01 -05:00
penpot-export/packages/demo/src/index.html

49 lines
1.9 KiB
HTML
Raw Normal View History

<html>
<head>
<title>penpot-css-export demo</title>
<link href='https://fonts.googleapis.com/css?family=Work%20Sans:400,700' rel='stylesheet'>
<link rel="stylesheet" href="./styles/typographies.css">
</head>
<body>
<h1>Typography</h1>
<h2>📱 Type scale for < 768px devices</h2>
<div>
<span class="EasyFest:_Design_System_&_Landing_page--📱_Title_Large">Title Large</span>
</div>
<div>
<span class="EasyFest:_Design_System_&_Landing_page--📱_Title_Medium">Title Medium</span>
</div>
<div>
<span class="EasyFest:_Design_System_&_Landing_page--📱_Title_Small">Title Small</span>
</div>
<div>
<span class="EasyFest:_Design_System_&_Landing_page--Body_Large">Body Large</span>
</div>
<div>
<span class="EasyFest:_Design_System_&_Landing_page--Body_Medium">Body Medium</span>
</div>
<div>
<span class="EasyFest:_Design_System_&_Landing_page--Body_Small">Body Small</span>
</div>
<h2>🖥 Type scale for > 768px devices</h2>
<div>
<span class="EasyFest:_Design_System_&_Landing_page--🖥_Title_Large">Title Large</span>
</div>
<div>
<span class="EasyFest:_Design_System_&_Landing_page--🖥_Title_Medium">Title Medium</span>
</div>
<div>
<span class="EasyFest:_Design_System_&_Landing_page--🖥_Title_Small">Title Small</span>
</div>
<div>
<span class="EasyFest:_Design_System_&_Landing_page--Body_Large">Body Large</span>
</div>
<div>
<span class="EasyFest:_Design_System_&_Landing_page--Body_Medium">Body Medium</span>
</div>
<div>
<span class="EasyFest:_Design_System_&_Landing_page--Body_Small">Body Small</span>
</div>
</body>
</html>