Skip to content

Commit

Permalink
fix(fonts): add font family base to vuetify application style
Browse files Browse the repository at this point in the history
  • Loading branch information
shadow81627 committed Dec 16, 2019
1 parent 9014742 commit 81431a5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions assets/scss/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,9 @@
.text-shadow {
text-shadow: black 0.1em 0.1em 0.2em;
}

.v-application {
font-family: $font-family-base !important;
}

@import '~/assets/css/print.css' print;

1 comment on commit 81431a5

@vercel
Copy link

@vercel vercel bot commented on 81431a5 Dec 16, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.