Add Task list on Tasks page
This commit is contained in:
9
front/.storybook/preview-head.html
Normal file
9
front/.storybook/preview-head.html
Normal file
@ -0,0 +1,9 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user