Skip to content

Commit

Permalink
Merge pull request #8 from openameba/chore/font-family
Browse files Browse the repository at this point in the history
chore(spindle-ui): set base font family
  • Loading branch information
herablog authored Aug 17, 2020
2 parents af77761 + f7e6477 commit cac4460
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/spindle-ui/.storybook/preview-head.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<style>
body {
font-family: Meiryo, Yu Gothic Medium, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}
</style>

0 comments on commit cac4460

Please sign in to comment.