Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to change font of the notification #95

Open
TommasoDb opened this issue Feb 15, 2021 · 1 comment
Open

How to change font of the notification #95

TommasoDb opened this issue Feb 15, 2021 · 1 comment

Comments

@TommasoDb
Copy link

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!

@OSU78
Copy link

OSU78 commented Oct 10, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants