aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--index.html3
-rw-r--r--src/client/styles.css4
2 files changed, 2 insertions, 5 deletions
diff --git a/index.html b/index.html
index c71fcf2..eca0307 100644
--- a/index.html
+++ b/index.html
@@ -7,9 +7,6 @@
<meta name="description" content="A spaced repetition learning app" />
<link rel="icon" href="/icon.svg" type="image/svg+xml" />
<link rel="apple-touch-icon" href="/icon.svg" />
- <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=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;0,9..144,700;1,9..144,400&display=swap" rel="stylesheet" />
<title>Kioku</title>
</head>
<body>
diff --git a/src/client/styles.css b/src/client/styles.css
index 2c10cfe..9f16ead 100644
--- a/src/client/styles.css
+++ b/src/client/styles.css
@@ -27,8 +27,8 @@
--color-info: #2563eb;
/* Typography */
- --font-display: "Fraunces", "Georgia", serif;
- --font-body: "DM Sans", system-ui, sans-serif;
+ --font-display: "Noto Sans CJK JP", "Noto Sans JP", system-ui, sans-serif;
+ --font-body: "Noto Sans CJK JP", "Noto Sans JP", system-ui, sans-serif;
/* Border radius */
--radius-sm: 0.375rem;