Setup styled-components, typescript, barebones button component, global styles, and shared css variables
This commit is contained in:
8
.storybook/preview-head.html
Normal file
8
.storybook/preview-head.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono&display=swap"
|
||||
/>
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://fonts.googleapis.com/css?family=Nunito+Sans:400,700,800,900"
|
||||
/>
|
Reference in New Issue
Block a user