Jump to content

User:Xplay26/common.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Xplay26 (talk | contribs)
No edit summary
Xplay26 (talk | contribs)
No edit summary
Line 1: Line 1:
/* Covers most text */
/* Covers most text */
body {
body {
font-family: "Consolas", sans-serif
font-family: "Consolas", sans-serif;
font-size: 0.6em;
}
}

Revision as of 21:56, 6 November 2017

/* Covers most text */ 
body {
    font-family: "Consolas", sans-serif;
    font-size: 0.6em;
}
 
/* Covers some headers */ 
.mw-body h1, .mw-body h2 {
    font-family: "Garamond", serif 
}