Nessun oggetto della modifica Etichetta: Annullato |
Nessun oggetto della modifica Etichetta: Annullato |
||
| Riga 6: | Riga 6: | ||
overflow: hidden | overflow: hidden | ||
/*Font | /*Font | ||
*{ font-family: arial } | *{ font-family: arial } | ||
*{ font-size: 16px } | *{ font-size: 16px }*/ | ||
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap'); | |||
.lora-<uniquifier> { | |||
font-family: "Lora", serif; | |||
font-optical-sizing: auto; | |||
font-weight: <weight>; | |||
font-style: normal; | |||
} | |||
Versione delle 11:34, 29 mar 2025
/* CSS placed here will be applied to all skins */
/* to remove the Discussion (talk) page tab on all wikipages */
#ca-talk { display:none!important; }
overflow: hidden
/*Font
*{ font-family: arial }
*{ font-size: 16px }*/
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
.lora-<uniquifier> {
font-family: "Lora", serif;
font-optical-sizing: auto;
font-weight: <weight>;
font-style: normal;
}