Font families

This commit is contained in:
2025-05-08 14:17:13 +02:00
parent 1ed789d9b3
commit cff2b4c2bb
3 changed files with 22 additions and 2 deletions

View File

@@ -2,7 +2,19 @@
h1,h2,h3,h4,h5,p,td,th{
color: #EAEAEA;
/*Family Roboto or Atma ?*/
/*font-family: "Noto Sans JP", "Montserrat", sans-serif;*/
}
body{
font-family: Arial, Helvetica, sans-serif;
}
body.fr,body.en{
font-family: "Montserrat", Arial, Helvetica, sans-serif;
}
body.ja{
font-family: "Noto Sans JP", sans-serif;
}
a{

View File

@@ -43,7 +43,9 @@ const i18n = createI18n({
ja: ja,
fr: fr
}
})
});
document.body.classList.add(userLanguage);
// Creating App