From 78c7ec0b161bc7ad00211f13117287dbe2bcaf52 Mon Sep 17 00:00:00 2001 From: Konatsu Date: Fri, 20 Dec 2024 18:12:25 +0900 Subject: [PATCH] =?UTF-8?q?change=20=E3=83=87=E3=83=95=E3=82=A9=E3=83=AB?= =?UTF-8?q?=E3=83=88=E3=81=AE=E3=83=95=E3=82=A9=E3=83=B3=E3=83=88=E3=83=95?= =?UTF-8?q?=E3=82=A1=E3=83=9F=E3=83=AA=E3=83=BC=E3=82=92=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/develop/tailwind.config.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/develop/tailwind.config.js b/src/develop/tailwind.config.js index 2b0133a..3e49ea5 100644 --- a/src/develop/tailwind.config.js +++ b/src/develop/tailwind.config.js @@ -21,6 +21,19 @@ module.exports = { 'check': 'url("/themes/develop/images/fa-check-solid.svg")', 'select': 'url("/themes/develop/images/fa-chevron-down-solid.svg")', }, + fontFamily: { + sans: [ + '-apple-system', + 'BlinkMacSystemFont', + '"Helvetica Neue"', + '"Segoe UI"', + '"Hiragino Kaku Gothic ProN"', + '"Hiragino Sans"', + 'Arial', + 'Meiryo', + 'sans-serif' + ], + }, typography: { DEFAULT: { css: {