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
|
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
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
<hr>
|
<hr>
|
||||||
</hr>
|
|
||||||
<article>
|
<article>
|
||||||
{{{content}}}
|
{{{content}}}
|
||||||
</article>
|
</article>
|
||||||
|
|
Loading…
Reference in a new issue