Skip to content

Commit

Permalink
fix(vue-text): add default font-family
Browse files Browse the repository at this point in the history
  • Loading branch information
devCrossNet committed Oct 23, 2021
1 parent b5eacbc commit 3a1f32a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/typography/VueText/VueText.vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ export default defineComponent({
@import '~@/assets/_design-system';
.vueText {
font-family: $font-family;
// Utils
&.serifs {
font-family: $font-family-serif;
Expand Down

0 comments on commit 3a1f32a

Please sign in to comment.