MediaWiki:Common.css: Difference between revisions

Project Herzl (talk | contribs)
test again
Project Herzl (talk | contribs)
test
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');
.mw-body-content, #mw-content-text, .mw-parser-output {
 
   font-family: "Times New Roman", Times, serif !important;
body {
   font-family: 'Libre Baskerville', 'Times New Roman', Times, serif;
}
}