hardcode the font
This commit is contained in:
parent
6e074340dc
commit
b45f1e95b8
|
@ -6,6 +6,13 @@
|
|||
<link rel='stylesheet' href='/base.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>
|
||||
</head>
|
||||
|
||||
|
|
Loading…
Reference in New Issue