Changes

From Fish Wrangler
Jump to navigationJump to search
no edit summary
Line 4: Line 4:

/* Changes the default font used for MediaWiki headings to Noto Serif: */
/* Changes the default font used for MediaWiki headings to Noto Serif: */
#content h1,  
h1,
#content h2 {
.mw-headline,
h2 {
   font-family: "Wendy One", serif;
   font-family: "Wendy One", serif;
font-weight:normal;
font-weight:normal;
}
}
*{
html,body,span,div{
font-family:"lucida grande",tahoma,arial,sans-serif;
font-family:"lucida grande",tahoma,arial,sans-serif;
}
}

Navigation menu