Answer the question
In order to leave comments, you need to log in
How to add nanito font to vue.js component?
Good afternoon. It is necessary to change the font in several places to nanito. If I do something like this, it works
.custom-font {
font-family: 'Arial', sans-serif !important;
}
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans');
.custom-font {
font-family: 'Nunito Sans', sans-serif !important;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question