MediaWiki:Common.css: Difference between revisions

From NewgonWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
/* Font stuff */
/* Font stuff */


.mw-body-content h2, .mw-body-content h3, .mw-body-content h4, .mw-body-content h5 { font-family:'Segoe UI'; }
.mw-body-content h2, .mw-body-content h3, .mw-body-content h4, .mw-body-content h5 .mw-body-content h6 { font-family:'Segoe UI'; }


#firstHeading { font-family:'Segoe UI'; }
#firstHeading { font-family:'Segoe UI'; }

Revision as of 15:59, 10 June 2022

/* CSS placed here will be applied to all skins */

/* Font stuff */

.mw-body-content h2, .mw-body-content h3, .mw-body-content h4, .mw-body-content h5 .mw-body-content h6 { font-family:'Segoe UI'; }

#firstHeading { font-family:'Segoe UI'; }

/* Thumb border */

.thumbborder { border:1px solid #000; }