test: use M PLUS Rounded 1c on Storybook (#10520)

* test: use M PLUS Rounded 1c on Storybook

* test: fix hostname
This commit is contained in:
Acid Chicken (硫酸鶏) 2023-04-08 17:18:00 +09:00 committed by GitHub
parent 66342337ef
commit 95f670e3ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>