User:Jeremy/common.css: Difference between revisions

holy moly
(test run)
 
(holy moly)
Line 1: Line 1:
/* Download font */
@font-face {
font-family: weezer; /* Define the font name here to be used later */
src: url('https://cdn.discordapp.com/attachments/785317931382210591/1403401661535359036/weezer_Regular_rev02v12.ttf') format('ttf'); /* Define where the font can be downloaded */
}
/* Prevent the new CSS in "Typography Refresh" (since early 2014) from showing page titles and headings in serif font */
/* Prevent the new CSS in "Typography Refresh" (since early 2014) from showing page titles and headings in serif font */
h1, h2 { font-family: inherit !important; }
h1, h2 { font-family: inherit !important; }
/* Change all text to the font "weezer" (except headers) (you can change the font to anything else) */
/* Change all text to the font "weezer" (you can change the font to anything else) */
.mw-body h1, .mw-body h2 {
.mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6, .mw-headline {
     font-family: Verdana
     font-family: weezer
}
1,746

edits