mirror of
https://github.com/LJ5O/website.git
synced 2026-08-11 22:54:46 +02:00
Font families
This commit is contained in:
@@ -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{
|
||||
|
||||
@@ -43,7 +43,9 @@ const i18n = createI18n({
|
||||
ja: ja,
|
||||
fr: fr
|
||||
}
|
||||
})
|
||||
});
|
||||
|
||||
document.body.classList.add(userLanguage);
|
||||
|
||||
// Creating App
|
||||
|
||||
|
||||
Reference in New Issue
Block a user