MediaWiki:Monobook.css: Difference between revisions

From Sasara Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 3: Line 3:
body {
body {
   font-family: "Helvetica Neue", "Liberation Sans", "Noto Sans", Arial, sans-serif;
   font-family: "Helvetica Neue", "Liberation Sans", "Noto Sans", Arial, sans-serif;
   font-size: 12px;
   font-size: 11px;
}
}



Revision as of 05:50, 7 April 2025

/* All CSS here will be loaded for users of the MonoBook skin */

body {
  font-family: "Helvetica Neue", "Liberation Sans", "Noto Sans", Arial, sans-serif;
  font-size: 11px;
}

h1, h2 {
  font-family: "Linux Libertine", Georgia, "Noto Serif", "Liberation Serif", "Times New Roman", serif;
}