From 95f670e3ec5bdf1ef678f316d976f60388c3c45e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Acid=20Chicken=20=28=E7=A1=AB=E9=85=B8=E9=B6=8F=29?=
 <root@acid-chicken.com>
Date: Sat, 8 Apr 2023 17:18:00 +0900
Subject: [PATCH] test: use M PLUS Rounded 1c on Storybook (#10520)

* test: use M PLUS Rounded 1c on Storybook

* test: fix hostname
---
 packages/frontend/.storybook/preview-head.html | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/packages/frontend/.storybook/preview-head.html b/packages/frontend/.storybook/preview-head.html
index 01912da28b..64e537b931 100644
--- a/packages/frontend/.storybook/preview-head.html
+++ b/packages/frontend/.storybook/preview-head.html
@@ -1,4 +1,10 @@
 <link rel="stylesheet" href="https://unpkg.com/@tabler/icons-webfont@2.12.0/tabler-icons.min.css">
+<link rel="stylesheet" href="https://unpkg.com/@fontsource/m-plus-rounded-1c/index.css">
+<style>
+	html {
+		font-family: 'Hiragino Maru Gothic Pro', 'BIZ UDGothic', Roboto, HelveticaNeue, Arial, 'M PLUS Rounded 1c', sans-serif;
+	}
+</style>
 <script>
   window.global = window;
 </script>
-- 
GitLab