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

9 lines
264 B
HTML
Raw Normal View History

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