MediaWiki:Common.css: Difference between revisions

From LDraw.org Wiki
Jump to navigation Jump to search
(use same fonts in Wiki as on main ldraw.org site)
 
No edit summary
Line 6: Line 6:


/* change font for headings to the font used on ldraw.org main site */
/* change font for headings to the font used on ldraw.org main site */
div#content h1, div#content h2 div#content h3 div#content h4 div#content h5 div#content h6
h1, h2, h3, h4, h5, h6
{font-family: Lato, "Helvetica Neue", Arial, Helvetica, sans-serif}
{font-family: Lato, "Helvetica Neue", Arial, Helvetica, sans-serif}

Revision as of 08:17, 23 February 2019

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

/* change default font (does not include headings or monospaced text) to the font used on ldraw.org main site */
body
{font-family: Lato, "Helvetica Neue", Arial, Helvetica, sans-serif}

/* change font for headings to the font used on ldraw.org main site */
h1, h2, h3, h4, h5, h6
{font-family: Lato, "Helvetica Neue", Arial, Helvetica, sans-serif}