twenty/front/.storybook/preview-head.html
2023-04-10 18:04:49 +02:00

9 lines
244 B
HTML

<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inter">
<style type="text/css">
body {
margin: 0;
font-family: 'Inter', sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
</style>