all. I'm new to Vuetify. Vuetify has its default font-weight for 500 and 700; but I want to use font-weight: 600; So, this means I need to define a custom style in Vuetify. Is there any method I can achieve it? Thanks in advance!
Asked
Active
Viewed 436 times
1 Answers
0
Yeah, you have to create own global class. You also have to be sure you import a font with font-weight 600
. See here how to import fonts: Change default font in vuetify

Łukasz Socha
- 158
- 6
-
Thx! That's what I want. – leo0807 Jan 29 '22 at 06:37