From c36a80fe7f9c02bef13c2a48cac0029f49f5ee3e Mon Sep 17 00:00:00 2001 From: yuta-ikeoku Date: Sat, 15 Jun 2024 18:16:19 +0900 Subject: [PATCH] add font --- torisetsu/src/jsMain/resources/index.html | 5 ++++- torisetsu/src/jsMain/resources/reset.css | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/torisetsu/src/jsMain/resources/index.html b/torisetsu/src/jsMain/resources/index.html index 9e78951..e284245 100644 --- a/torisetsu/src/jsMain/resources/index.html +++ b/torisetsu/src/jsMain/resources/index.html @@ -3,8 +3,11 @@ エンジニア トリ診断 - + + + +
diff --git a/torisetsu/src/jsMain/resources/reset.css b/torisetsu/src/jsMain/resources/reset.css index 8da3880..0183dc4 100644 --- a/torisetsu/src/jsMain/resources/reset.css +++ b/torisetsu/src/jsMain/resources/reset.css @@ -3,6 +3,8 @@ body { background-size: auto auto; background-image: repeating-linear-gradient(-45deg, rgb(12, 31, 204), rgb(12, 31, 204) 10px, rgba(10, 0, 146, 1) 10px, rgba(10, 0, 146, 1) 12px); min-height: 100dvh; + font-family: "Noto Sans JP", sans-serif; + font-optical-sizing: auto; } h1, h2, h3, h4, h5, h6, p {