Change default font in vuetify

前端 未结 13 1668
[愿得一人]
[愿得一人] 2020-12-14 16:19

I can\'t figure out how to change the default font in vuetify. I\'ve been looking for the right variable within ./node_modules/vuetify, but I can\'t locate it.

I\'d

13条回答
  •  借酒劲吻你
    2020-12-14 16:52

    Unfortunately, @alice-mx answer didn't work for me (couldn't import from node_modules).

    This is how I solved this problem in my code (using Vuetify 2):


    After downloading the wanted .woff2 file and put it in src/assets/fonts, I added this code to my App.vue file (or whichever main vue file you set in your project):

    // App.vue
    
    

    I hope this will help!

    This answer helped me to form the .scss code

提交回复
热议问题