83 lines
2.9 KiB
HTML
83 lines
2.9 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | fonts-for-antho</title>
|
|
<link rel="stylesheet" type="text/css" href="/style.css" />
|
|
<meta name="viewport" content="width=device-width" />
|
|
<meta charset="utf-8" />
|
|
</head>
|
|
<body>
|
|
<main>
|
|
<header>
|
|
<h1>Zk | fonts-for-antho</h1>
|
|
</header>
|
|
<article class="content">
|
|
<style>
|
|
@import url('https://fonts.googleapis.com/css2?family=East+Sea+Dokdo&family=Finger+Paint&family=Freehand&family=Grechen+Fuemen&family=Kalam&family=Liu+Jian+Mao+Cao&family=Nanum+Brush+Script&family=Oooh+Baby&family=Reenie+Beanie&family=Reggae+One&family=Sedgwick+Ave&family=Square+Peg&display=swap');
|
|
|
|
p {
|
|
font-size: 40px;
|
|
}
|
|
</style>
|
|
|
|
<h2 id="east-side-dokdo">East Side Dokdo</h2>
|
|
<p style="font-family: 'East Sea Dokdo'">Let Him That Speaketh Fate to Men Have No Fate of His Own</p>
|
|
|
|
<hr />
|
|
<h2 id="finger-paint">Finger Paint</h2>
|
|
<p style="font-family: 'Finger Paint'">Let Him That Speaketh Fate to Men Have No Fate of His Own</p>
|
|
|
|
<hr />
|
|
<h2 id="freehand">Freehand</h2>
|
|
<p style="font-family: 'Freehand'">Let Him That Speaketh Fate to Men Have No Fate of His Own</p>
|
|
|
|
<hr />
|
|
<h2 id="grechen-fuemen">Grechen Fuemen</h2>
|
|
<p style="font-family: 'Grechen Fuemen'">Let Him That Speaketh Fate to Men Have No Fate of His Own</p>
|
|
|
|
<hr />
|
|
<h2 id="kalam">Kalam</h2>
|
|
<p style="font-family: 'Kalam'">Let Him That Speaketh Fate to Men Have No Fate of His Own</p>
|
|
|
|
<hr />
|
|
<h2 id="liu-jian-mao-cao">Liu Jian Mao Cao</h2>
|
|
<p style="font-family: 'Liu Jian Mao Cao'">Let Him That Speaketh Fate to Men Have No Fate of His Own</p>
|
|
|
|
<hr />
|
|
<h2 id="nanum-brush-script">Nanum Brush Script</h2>
|
|
<p style="font-family: 'Nanum Brush Script'">Let Him That Speaketh Fate to Men Have No Fate of His Own</p>
|
|
|
|
<hr />
|
|
<h2 id="oooh-baby">Oooh Baby</h2>
|
|
<p style="font-family: 'Oooh Baby'">Let Him That Speaketh Fate to Men Have No Fate of His Own</p>
|
|
|
|
<hr />
|
|
<h2 id="reenie-beanie">Reenie Beanie</h2>
|
|
<p style="font-family: 'Reenie Beanie'">Let Him That Speaketh Fate to Men Have No Fate of His Own</p>
|
|
|
|
<hr />
|
|
<h2 id="reggae-one">Reggae One</h2>
|
|
<p style="font-family: 'Reggae One'">Let Him That Speaketh Fate to Men Have No Fate of His Own</p>
|
|
|
|
<hr />
|
|
<h3 id="sedgwick-ave">Sedgwick Ave</h3>
|
|
<p style="font-family: 'Sedgwick Ave'">Let Him That Speaketh Fate to Men Have No Fate of His Own</p>
|
|
|
|
<hr />
|
|
<h2 id="square-peg">Square Peg</h2>
|
|
<p style="font-family: 'Square Peg'">Let Him That Speaketh Fate to Men Have No Fate of His Own</p>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2022-08-18</p>
|
|
</footer>
|
|
</main>
|
|
<script type="text/javascript">
|
|
document.querySelectorAll('.tag').forEach(tag => {
|
|
let text = tag.innerText;
|
|
tag.innerText = '';
|
|
tag.innerHTML = `<a href="/tags.html#${text}">${text}</a>`;
|
|
});
|
|
</script>
|
|
</body>
|
|
</html>
|