MediaWiki:Common.css: Difference between revisions

From Emmy The Robot Fandom Wiki
Content deleted Content added
No edit summary
No edit summary
Line 18: Line 18:
/* change font to lifesavers */
/* change font to lifesavers */
@font-face {
@font-face {
font-family: LifeSavers-Regular;
font-family: LifeSavers-Bold;
src: url(https://static.miraheze.org/emmytherobotwiki/c/c7/LifeSavers-Bold.ttf);
src: url(https://static.miraheze.org/emmytherobotwiki/c/c7/LifeSavers-Bold.ttf);
} /* https://static.miraheze.org/emmytherobotwiki/c/c7/LifeSavers-Bold.ttf or https://static.miraheze.org/emmytherobotwiki/f/fa/LifeSavers-Regular.ttf */
} /* https://static.miraheze.org/emmytherobotwiki/c/c7/LifeSavers-Bold.ttf or https://static.miraheze.org/emmytherobotwiki/f/fa/LifeSavers-Regular.ttf */
/* font for main body */
/* font for main body */
div#mw-content {
div#mw-content {
font-family: LifeSavers-Regular;
font-family: LifeSavers-Bold;
}
}
/* navigation left sidebar transparent */
/* navigation left sidebar transparent */