Differenze tra le versioni di "MediaWiki:Monobook.css"
Jump to navigation
Jump to search
imported>Demos |
imported>Demos |
||
Riga 3: | Riga 3: | ||
/* Bring the text to 14px */ | /* Bring the text to 14px */ | ||
@import url("https://fonts.googleapis.com/css?family= | @import url("https://fonts.googleapis.com/css?family=Robot"); | ||
#bodyContent { | #bodyContent { | ||
font-family: ' | font-family: 'Robot', serif; font-size: 1.275em; | ||
} | } |
Versione delle 14:53, 4 nov 2016
/* Gli stili CSS inseriti qui si applicano agli utenti che usano la skin Monobook */ /* Bring the text to 14px */ @import url("https://fonts.googleapis.com/css?family=Robot"); #bodyContent { font-family: 'Robot', serif; font-size: 1.275em; }