MediaWiki:Common.css: Difference between revisions
Appearance
try again |
test again |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap'); | |||
font-family: | |||
body { | |||
font-family: 'Libre Baskerville', 'Times New Roman', Times, serif; | |||
} | } |