Changing SweetAlert Font

I’m having trouble changing the font on my SweetAlert notifications. Everywhere I’ve seen it used the font looks like this:

image

But for some reason, when I use it on my site, it looks like this with what looks like the default Html font.

Does anyone know how to change the font?

I don’t where but, the style.css file is the answer to your problem.

Hmm. Do you know what container I would put the line in? I don’t know if it needs to go inside the header, body, or any other tag.

I think a quick search can answer your question.

You could try this:

body {
   font-family: sans-serif !important; /* or any other font */
}