Initial commit

This commit is contained in:
Techit Thawiang
2025-06-29 14:02:21 +07:00
parent a401f9a472
commit af1b5b9b83
228 changed files with 11589 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
<template>
<main>
<article class="article">
<h1>Fonts</h1>
<p>
Welcome to /fonts! This page were created to list all fonts I have hosted it here, so you can use it too.
</p>
<ul>
<li>
<h3>Roboto Family</h3>
<p>All Roboto Family hosted here, here's the CSS files</p>
<ul>
<li><a href="/fonts/roboto/roboto.css">Roboto</a></li>
<li><a href="/fonts/roboto/serif/serif.css">Roboto Serif</a></li>
<li><a href="/fonts/roboto/mono/mono.css">Roboto Mono</a></li>
</ul>
</li>
<li>
<h3>Noto Sans Thai</h3>
<p>Noto Sans Thai, here's the CSS files</p>
<ul>
<li><a href="/fonts/noto/thai/thai.css">Noto Sans Thai</a></li>
</ul>
</li>
</ul>
</article>
</main>
</template>