MediaWiki:FandomMobile.css: Difference between revisions

From Poupedia
Jump to navigation Jump to search
Content added Content deleted
No edit summary
mNo edit summary
Line 17: Line 17:
.mainpage-header {
.mainpage-header {
font-family: 'Pou Font';
font-family: 'Pou Font';
font-size: 22pt;
text-align: center;
letter-spacing: 2px;
color: #ffffff;
text-shadow: 4px #000000;
border-radius: 5px;
background-color: #337800;
}
}

Revision as of 14:11, 29 January 2024

/* CSS placed here will be applied to all skins */
@font-face {
	font-family: "Pou Font";
	src:url(https://static.wikia.nocookie.net/pou/images/d/d9/Pou_Font.ttf/revision/latest?cb=20221010151243&format=original);
}

.fandom-sticky-header {
	font-family: Pou Font;
}

/* Page titles and sections titles font */
.page-header__title, .mw-headline {
	font-family: Pou Font;
}

/* Main Page */
.mainpage-header {
    font-family: 'Pou Font';
}