update from sparkleup
This commit is contained in:
parent
13155e2253
commit
cd7ad99747
|
@ -0,0 +1,67 @@
|
|||
<!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');
|
||||
</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>
|
||||
|
||||
<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>
|
||||
|
||||
<h2 id="freehand">Freehand</h2>
|
||||
<p style="font-family: 'Freehand'">Let Him That Speaketh Fate to Men Have No Fate of His Own</p>
|
||||
|
||||
<h2 id="grechen-feumen">Grechen Feumen</h2>
|
||||
<p style="font-family: 'Grechen Feumen'">Let Him That Speaketh Fate to Men Have No Fate of His Own</p>
|
||||
|
||||
<h2 id="kalam">Kalam</h2>
|
||||
<p style="font-family: 'Kalam'">Let Him That Speaketh Fate to Men Have No Fate of His Own</p>
|
||||
|
||||
<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>
|
||||
|
||||
<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>
|
||||
|
||||
<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>
|
||||
|
||||
<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>
|
||||
|
||||
<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>
|
||||
|
||||
<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>
|
||||
|
||||
<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>
|
|
@ -18,6 +18,7 @@
|
|||
<li><a href="media.html">Movies/shows/etc I liked</a></li>
|
||||
<li><a href="letters.html">Letters</a></li>
|
||||
<li><a href="summerschool.html">SummerSchool presentations</a></li>
|
||||
<li><a href="fonts-for-antho.html">Fonts for antho</a></li>
|
||||
<li>Descs:<ul>
|
||||
<li><a href="makyo.html">Makyo</a></li>
|
||||
<li><a href="maddy.html">Maddy</a></li>
|
||||
|
@ -32,7 +33,7 @@
|
|||
</ul>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2022-06-16</p>
|
||||
<p>Page generated on 2022-08-18</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
|
|
Loading…
Reference in New Issue