minor fixes

This commit is contained in:
Pagwin 2024-11-10 22:38:52 -05:00
parent 038c9325db
commit b1738587ad
No known key found for this signature in database
GPG key ID: 81137023740CA260
3 changed files with 3 additions and 3 deletions

1
notes
View file

@ -18,6 +18,7 @@ https://fonts.google.com/knowledge/choosing_type/pairing_typefaces_within_a_fami
https://web.dev/articles/optimize-webfont-loading https://web.dev/articles/optimize-webfont-loading
noted fonts: noted fonts:
Piazzolla https://piazzolla.huertatipografica.com/
Atkinson Hyperlegible Font https://www.brailleinstitute.org/freefont/ Atkinson Hyperlegible Font https://www.brailleinstitute.org/freefont/
Hanuman https://fonts.google.com/specimen/Hanuman Hanuman https://fonts.google.com/specimen/Hanuman
TT2020 https://www.fontspace.com/tt2020-font-f42044 TT2020 https://www.fontspace.com/tt2020-font-f42044

View file

@ -3,8 +3,8 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<!-- not sure if this is good or bad for mobile <!-- not sure if this is good or bad for mobile -->
<!--<meta name="viewport" content="width=device-width, initial-scale=1">--> <!-- <meta name="viewport" content="width=device-width, initial-scale=1"> -->
<title>{{{title}}} · Pagwin's website</title> <title>{{{title}}} · Pagwin's website</title>
<link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>

View file

@ -5,7 +5,6 @@
</div> </div>
</header> </header>
<hr> <hr>
</hr>
<article> <article>
{{{content}}} {{{content}}}
</article> </article>