twenty/front/.storybook/preview-head.html

9 lines
244 B
HTML
Raw Normal View History

2023-04-09 17:43:43 +03:00
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inter">
2022-12-05 02:49:45 +03:00
<style type="text/css">
body {
margin: 0;
2023-04-09 17:43:43 +03:00
font-family: 'Inter', sans-serif;
2022-12-05 02:49:45 +03:00
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
</style>