Nessun oggetto della modifica |
Nessun oggetto della modifica Etichetta: Annullato |
||
| Riga 3: | Riga 3: | ||
#siteSub{ display: none !important; } | #siteSub{ display: none !important; } | ||
body { font-size: larger; } | body { font-size: larger; } | ||
<style> | |||
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap'); | |||
</style> | |||
.lora-<uniquifier> { | |||
font-family: "Lora", serif; | |||
font-optical-sizing: auto; | |||
font-weight: <weight>; | |||
font-style: normal; | |||
} | |||
Versione delle 11:35, 29 mar 2025
/* All CSS here will be loaded for users of the Citizen skin */
#siteSub{ display: none !important; }
body { font-size: larger; }
<style>
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
</style>
.lora-<uniquifier> {
font-family: "Lora", serif;
font-optical-sizing: auto;
font-weight: <weight>;
font-style: normal;
}