MediaWiki:Monobook.css: Difference between revisions

From Sasara Wiki
Jump to navigationJump to search
Created page with "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: 10px; } h1, h2 { font-family: "Linux Libertine", Georgia, "Noto Serif", "Liberation Serif", "Times New Roman", serif; }"
 
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: 10px;
   font-size: 12px;
}
}



Revision as of 05:49, 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: 12px;
}

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