Jump to content

MediaWiki:Common.css: Difference between revisions

From Project Herzl
Project Herzl (talk | contribs)
try again
Project Herzl (talk | contribs)
test again
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
body, .mw-body, .mw-body-content {
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap');
   font-family: "Times New Roman", Times, serif !important;
 
body {
   font-family: 'Libre Baskerville', 'Times New Roman', Times, serif;
}
}

Revision as of 09:35, 25 July 2025

/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap');

body {
  font-family: 'Libre Baskerville', 'Times New Roman', Times, serif;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.