caroso1222 / notyf

👻 A minimalistic, responsive, vanilla JavaScript library to show toast notifications.

Home Page:https://carlosroso.com/notyf/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to change font of the notification

TommasoDb opened this issue · comments

Hello,
I would like to change the font of the notification to a sans serif one but this is not mentioned in the documentation.
Using the code example I get a serif font:
Screenshot from 2021-02-15 09-18-00

Thanks!

commented

Hi, I hope you found a solution to your problem.
If you want to change the font, I did it by using the class .notyf__message in your css and by applying the font you want.
Exemple :
.notyf__message { font-family: sans-serif !important; }