mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 11:03:09 +02:00
95f670e3ec
* test: use M PLUS Rounded 1c on Storybook * test: fix hostname
10 lines
383 B
HTML
10 lines
383 B
HTML
<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>
|