MediaWiki:Refreshed.css: Difference between revisions
From Australian Enthusiasts Wiki
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
#content-wrapper { | #content-wrapper { | ||
background-color: #ffffff; | background-color: #ffffff; | ||
font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; | font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif !important; | ||
color: #252525; | color: #252525; | ||
} | } | ||
Latest revision as of 03:52, 17 October 2020
/*
@note: AEW uses a special rule that renders font in Open Sans. To restore the original look, copy and paste the following code
into [[Special:MyPage/refreshed.css]]:
#content-wrapper {
background-color: #ffffff;
font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif !important;
color: #252525;
}
Without comments of course.
*/