Nessun oggetto della modifica Etichetta: Annullato |
Nessun oggetto della modifica Etichetta: Annullato |
||
Riga 8: | Riga 8: | ||
/*Fonts*/ | /*Fonts*/ | ||
/* Import fonts from Google Fonts: EB Garamond, Lora */ | /* Import fonts from Google Fonts: EB Garamond, Lora */ | ||
@import url('https://fonts.googleapis.com/css2? | @import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap'); | ||
/* | /* |
Versione delle 12:20, 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 /*Fonts*/ /* Import fonts from Google Fonts: EB Garamond, Lora */ @import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap'); /* * Use customized system fonts as fallback for font stack * Needed to avoid layout shift */ @font-face { font-family: 'EB Garamond-fallback'; size-adjust: 94.29999999999998%; ascent-override: 101%; descent-override: 36.40000000000171%; src: local('Times New Roman'); } @font-face { font-family: 'Lora-fallback'; size-adjust: 105.20000000000005%; ascent-override: 92%; descent-override: 32.60000000000166%; src: local('Georgia'); }