Skip to content

Commit

Permalink
crear componente icon
Browse files Browse the repository at this point in the history
  • Loading branch information
damian committed Aug 24, 2023
1 parent 0825ecd commit f0b8253
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .storybook/preview-head.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,15 @@
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;900&display=swap" rel="stylesheet">

<!-- Or you can load custom head-tag JavaScript: -->



<style>
@font-face {
font-family: 'janisFontIcon';
font-family: 'janis-font-icon';
src: url('./janis-font-icon.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-weight: normal;
}
</style>



</style>



Expand Down

0 comments on commit f0b8253

Please sign in to comment.