Difference between revisions of "MediaWiki:Common.css"

From Our History
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: body { font-family: "Arial", sans-serif; } h1, h2, h3, h4, h5, h6 { font-family: "Arial", sans-serif; } p { fo...")
 
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 
body {
 
body {
     font-family: "Arial", sans-serif;
+
     font-family: "Arial", sans-serif !important;
 
}
 
}
  
 
h1, h2, h3, h4, h5, h6 {
 
h1, h2, h3, h4, h5, h6 {
     font-family: "Arial", sans-serif;
+
     font-family: "Arial", sans-serif !important;
 
}
 
}
  
 
p {
 
p {
     font-family: "Arial", sans-serif;
+
     font-family: "Arial", sans-serif !important;
 
}
 
}

Latest revision as of 15:15, 26 June 2024

/* CSS placed here will be applied to all skins */
body {
    font-family: "Arial", sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Arial", sans-serif !important;
}

p {
    font-family: "Arial", sans-serif !important;
}