shakee93 / vue-toasted

🖖 Responsive Touch Compatible Toast plugin for VueJS 2+
https://shakee93.github.io/vue-toasted/
MIT License
2.21k stars 194 forks source link

How can I change the font for the component? #199

Closed asim-shrestha closed 3 years ago

asim-shrestha commented 3 years ago

Is it possible to change the font used within the component? I couldn't find any documentation for this

asim-shrestha commented 3 years ago

Edit: just added global css styling

.toasted {
  font-family: "Roboto", sans-serif;
}