Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

497
Visualizações
How can i change the font-family of SweetAllert.js?

I am having a problem with changing the font-family of a sweetalert.

The script is bellow:

swal({
          title: "Success!",
          text: "You created your team.That's amazing!",
          type: "success",
          timer: 2000,
          showConfirmButton: false
        }, function(){
              window.location.href = "/generatelinkQR.php";
        });

I have so far tried to change the css with .swal2-popup but it did not work. Any suggestions? Thank for your time.

about 4 years ago · Juan Pablo Isaza
1 Respostas
Responde à pergunta

0

You can directly style .swal-modal which is used by sweet alert to display the dialog box.

(I have updated your code to use the latest version of sweet alert, as it seems you were using an old version).

@import url('https://fonts.googleapis.com/css2?family=Kdam+Thmor+Pro&display=swap');

.swal-modal{
  font-family: 'Kdam Thmor Pro', sans-serif;
}
<html>

<head>
  <script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>
</head>

<body>
  <script>
    swal({
      title: "Success!",
      text: "You created your team.That's amazing!",
      icon: "success",
      timer: 2000,
      button: false
    }).then(value => {
      window.location.href = "/generatelinkQR.php";
    });
  </script>
</body>

</html>

about 4 years ago · Juan Pablo Isaza Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda