Skip to content

Commit

Permalink
update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiller1990 committed Jul 26, 2022
1 parent cbc65fe commit fc9c4e1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions packages/app/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,17 @@
/>
</router-view>
</template>

<style lang="scss">
html,
body,
#app {
@apply h-full bg-white;
}
@font-face {
font-family: "Fira Code";
src: local("Fira Code"),
url('../../frontend-shared/src/assets/fonts/FiraCode-VariableFont_wght.ttf') format("truetype");
}
</style>

0 comments on commit fc9c4e1

Please sign in to comment.