1,299
edits
Changes
Jump to navigation
Jump to search
no edit summary
/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css?family=Quattrocento');
div#content #firstHeading { font-family: 'Quattrocento', serif; font-size:1.75em }
div#content h1 { font-family: 'Quattrocento', serif; font-size:1.5em }
div#content h2 { font-family: 'Quattrocento', serif; font-size:1.25em }
div#content h3 { font-family: 'Quattrocento', serif; font-weight: normal; text-decoration: underline; font-size:1.25em }
div#content h4 { font-family: 'Quattrocento', serif; font-weight: normal; text-decoration: underline; font-size:1.25em }
div#content h5 { font-family: 'Quattrocento', serif; font-weight: normal; text-decoration: underline; font-size:1.25em }
div#content h6 { font-family: 'Quattrocento', serif; font-weight: normal; text-decoration: underline; font-size:1.25em }
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }