User:Cobra bubbles/vector.css

Source: Wikipedia, the free encyclopedia.
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/**
 * Gadget to counter some (but not all) aspects of the typography refresh
 */
 
html, body {
    font-family: sans-serif;
}
div#content {
    color: #black;
}
div#content h1,
div#content h2,
div#content #firstHeading,
div#content .mw-editsection {
    font-family: inherit;
}
div#content #firstHeading {
    font-size: 1.6em;
}
#bodyContent {
    font-size: 0.8125em;
}