Utilisateur:Lichtt/common.css

Remarque: après avoir sauvegardé, vous devez vider le cache de votre navigateur pour que les changements prennent effet. Mozilla, cliquez sur Actualiser (ou ctrl-r). Internet Explorer / Opera: ctrl-f5. Safari: cmd-r. Konqueror ctrl-r.

@import url('https://fonts.googleapis.com/css2?family=Andada+Pro:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap');

body {
     font-family: 'Andada Pro';
     color: #333;
     font-size: 1.10em;
}

textarea#wpTextbox1 {
     font-family: "Monaco";
}

.wikitext-editor {
     font-family: "Monaco";
}

#section_0 {
     font-family: 'Reckless';
     font-weight: bold;
     font-style: normal;
}

a {
     color: #007AFF;
}

a:visited {
     color: #5856D6;
}

table {
     border-radius: 0.5em;
}

h2 {
     font-family: 'Andada Pro';
     font-weight: normal;
}