Fix: Webフォントの指定

This commit is contained in:
2020-08-17 21:22:41 +09:00
parent e562054344
commit cd8d77824f
3 changed files with 6 additions and 9 deletions

View File

@@ -13,7 +13,7 @@
<title>yude のあれこれ</title>
<style>
body {
font-family: 'Roboto Mono', monospace;
font-family: 'Noto Sans JP';
}
@media (prefers-color-scheme: dark) {