-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.html
20 lines (16 loc) · 1007 Bytes
/
example.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link rel="stylesheet" type="text/css"
href="style.css"/>
</head>
<body>
<h1>Generated from: https://github.com/brandonkramer/Teko-Font-Family-Customized</h1><br/>
<h1 style="font-family:'Teko Regular';font-weight:normal;font-size:42px">Lorem ipsum dolor sit amet: consectetur adipiscing elit.</h1>
<h1 style="font-family:'Teko Light';font-weight:normal;font-size:42px">Lorem ipsum dolor sit amet: consectetur adipiscing elit.</h1>
<h1 style="font-family:'Teko Medium';font-weight:normal;font-size:42px">Lorem ipsum dolor sit amet: consectetur adipiscing elit.</h1>
<h1 style="font-family:'Teko SemiBold';font-weight:normal;font-size:42px">Lorem ipsum dolor sit amet: consectetur adipiscing elit.</h1>
<h1 style="font-family:'Teko Bold';font-weight:normal;font-size:42px">Lorem ipsum dolor sit amet: consectetur adipiscing elit.</h1>
</body>
</html>