diff --git a/.storybook/preview-head.html b/.storybook/preview-head.html new file mode 100644 index 0000000000000000000000000000000000000000..4a113a805ae544561678e9611480397f13d1ac19 --- /dev/null +++ b/.storybook/preview-head.html @@ -0,0 +1,5 @@ +<style type="text/css"> + :root { + --default-font-family: "Lato"; + } +</style>