Changes

no edit summary
Line 2: Line 2:  
@font-face {
 
@font-face {
 
   font-family: "Cyborg45 Regular";
 
   font-family: "Cyborg45 Regular";
   src: url("https://wiki.machinamaincluster.com/images/9/93/CYBORG_.TTF") format("ttf"),
+
   src: url("https://wiki.machinamaincluster.com/images/9/93/CYBORG_.TTF") format("truetype")
 
}
 
}
   Line 10: Line 10:     
/* Changes the default font used for MediaWiki headings to Cyborg45: */
 
/* Changes the default font used for MediaWiki headings to Cyborg45: */
 +
 
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
 
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
 
     font-family: "Cyborg45 Regular", sans-serif;
 
     font-family: "Cyborg45 Regular", sans-serif;
Line 17: Line 18:  
}
 
}
   −
#content #firstHeading {
+
 
     font-weight: bold;
+
#content .mw-body h1, .mw-body h2, .mw-body #firstHeading {
 +
     font-family: "Cyborg45 Regular", sans-serif;
 
}
 
}