From 86a7eb5794275120c7f8efcd4551604a38824cc8 Mon Sep 17 00:00:00 2001 From: rca Date: Mon, 12 Aug 2024 21:12:22 +0900 Subject: [PATCH] =?UTF-8?q?=E6=9C=AC=E6=96=87=E3=83=95=E3=82=A9=E3=83=B3?= =?UTF-8?q?=E3=83=88=E3=82=92=E3=82=B4=E3=82=B7=E3=83=83=E3=82=AF=E4=BD=93?= =?UTF-8?q?=E3=81=AB=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/custom.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/custom.css b/css/custom.css index 7b1ee7f..b058c52 100755 --- a/css/custom.css +++ b/css/custom.css @@ -26,7 +26,8 @@ /* github-markdown-cssのカスタマイズ */ .markdown-body { - font-family: "Source Han Serif JP", "MS PMincho", serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Source Han Sans JP", "Hiragino Kaku Gothic Pro", "MS PGothic"; + /* font-family: "Source Han Serif JP", "MS PMincho", serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Source Han Sans JP", "Hiragino Kaku Gothic Pro", "MS PGothic"; */ + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Source Han Sans JP", "Hiragino Kaku Gothic Pro", "MS PGothic"; } h1, h2, h3, h4, h5, h6 { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Source Han Sans JP", "Hiragino Kaku Gothic Pro", "MS PGothic";