andrews/zenstesting/fonts.html

69 lines
3.1 KiB
HTML
Raw Normal View History

2023-01-30 18:17:12 +01:00
<!DOCTYPE html>
<html>
<head>
2023-02-03 20:23:56 +01:00
<title>Fonts</title>
<link href='https://fonts.googleapis.com/css?family=Alexandria' rel='stylesheet'>
2023-01-30 18:17:12 +01:00
<link href="https://fonts.cdnfonts.com/css/instagram-sans-2" rel="stylesheet">
2023-02-03 20:23:56 +01:00
<link href="https://fonts.cdnfonts.com/css/samsung-logo-font?styles=139057" rel="stylesheet">
<link href="https://fonts.cdnfonts.com/css/tbs" rel="stylesheet">
2023-01-30 18:17:12 +01:00
<style>
2023-02-03 20:23:56 +01:00
.test1 {
font-family: 'Alexandria';
2023-01-30 18:17:12 +01:00
}
2023-02-03 20:23:56 +01:00
.test2 {
font-family: 'Instagram Sans', sans-serif;
}
.test3 {
font-family: 'Samsung Logo font', sans-serif;
}
.test4 {
font-family: 'TBS', sans-serif;
}
2023-01-30 18:17:12 +01:00
</style>
</head>
<body>
2023-02-03 20:33:43 +01:00
<h1>Click a font to see its preview. <a href="/netlifyforms/suggestions.html">Let me know which font you like best.</a></h1>
<br><br><br>
2023-02-03 20:30:29 +01:00
<div id="main">
2023-02-03 20:28:01 +01:00
<a href="#alexandria"><h1 class="test1">Alexandria Font</h1></a><br>
<a href="#instasans"><h1 class="test2">Instagram Sans Font</h1></a><br>
<a href="#samsung"><h1 class="test3">Samsung Logo Font</h1></a><br>
<a href="#tbs"><h1 class="test4">TBS Font</h1></a><br>
2023-02-03 20:30:29 +01:00
</div>
2023-02-03 20:28:01 +01:00
2023-02-03 20:30:29 +01:00
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
2023-02-03 20:28:01 +01:00
2023-02-03 20:30:29 +01:00
<a href="#main">Back</a><br><h3 class="test1" id="alexandria">Lorem Ipsum is simply dummy text of the printing and typesetting industry.
2023-02-03 20:28:01 +01:00
Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.<br>The quick brown fox jumps over the lazy dog. 1234567890
2023-02-03 20:30:29 +01:00
</h3>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
2023-02-03 20:28:01 +01:00
2023-02-03 20:30:29 +01:00
<a href="#main">Back</a><br><h3 class="test2" id="instasans">Lorem Ipsum is simply dummy text of the printing and typesetting industry.
2023-02-03 20:28:01 +01:00
Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.<br>The quick brown fox jumps over the lazy dog. 1234567890
2023-02-03 20:30:29 +01:00
</h3>
2023-02-03 20:28:01 +01:00
2023-02-03 20:30:29 +01:00
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
2023-02-03 20:28:01 +01:00
2023-02-03 20:30:29 +01:00
<a href="#main">Back</a><br><h3 class="test3" id="samsung">Lorem Ipsum is simply dummy text of the printing and typesetting industry.
2023-02-03 20:28:01 +01:00
Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.<br>The quick brown fox jumps over the lazy dog. 1234567890
2023-02-03 20:30:29 +01:00
</h3>
2023-02-03 20:28:01 +01:00
2023-02-03 20:30:29 +01:00
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
2023-02-03 20:28:01 +01:00
2023-02-03 20:30:29 +01:00
<a href="#main">Back</a><br><h3 class="test4" id="tbs">Lorem Ipsum is simply dummy text of the printing and typesetting industry.
2023-02-03 20:28:01 +01:00
Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.<br>The quick brown fox jumps over the lazy dog. 1234567890
2023-02-03 20:30:29 +01:00
</h3>
2023-02-03 20:23:56 +01:00
2023-01-30 18:17:12 +01:00
</body>
</html>