forked from blek/world
1
0
Fork 0

hardcode the font

This commit is contained in:
b1ek 2024-01-11 11:56:40 +10:00
parent 6e074340dc
commit b45f1e95b8
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 7 additions and 0 deletions

View File

@ -6,6 +6,13 @@
<link rel='stylesheet' href='/base.css'> <link rel='stylesheet' href='/base.css'>
<link rel='stylesheet' href='/screen.css'> <link rel='stylesheet' href='/screen.css'>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap" rel="stylesheet">
<style>
* { font-family: 'Noto Serif JP' }
</style>
<title>blek! World</title> <title>blek! World</title>
</head> </head>