minor fixes
This commit is contained in:
parent
038c9325db
commit
b1738587ad
3 changed files with 3 additions and 3 deletions
1
notes
1
notes
|
@ -18,6 +18,7 @@ https://fonts.google.com/knowledge/choosing_type/pairing_typefaces_within_a_fami
|
|||
https://web.dev/articles/optimize-webfont-loading
|
||||
|
||||
noted fonts:
|
||||
Piazzolla https://piazzolla.huertatipografica.com/
|
||||
Atkinson Hyperlegible Font https://www.brailleinstitute.org/freefont/
|
||||
Hanuman https://fonts.google.com/specimen/Hanuman
|
||||
TT2020 https://www.fontspace.com/tt2020-font-f42044
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<!-- not sure if this is good or bad for mobile
|
||||
<!--<meta name="viewport" content="width=device-width, initial-scale=1">-->
|
||||
<!-- not sure if this is good or bad for mobile -->
|
||||
<!-- <meta name="viewport" content="width=device-width, initial-scale=1"> -->
|
||||
<title>{{{title}}} · Pagwin's website</title>
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
</div>
|
||||
</header>
|
||||
<hr>
|
||||
</hr>
|
||||
<article>
|
||||
{{{content}}}
|
||||
</article>
|
||||
|
|
Loading…
Reference in a new issue