A
A
Andre972021-10-25 14:05:48
Vue.js
Andre97, 2021-10-25 14:05:48

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;
}


But it doesn't work with nano. I'm trying to import it
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans');

and then apply
.custom-font {
  font-family: 'Nunito Sans', sans-serif !important;
}

also doesn't work.
How to do it right?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question