You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Thanks!
The text was updated successfully, but these errors were encountered:
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; }
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:
Thanks!
The text was updated successfully, but these errors were encountered: