Open main menu

The Fansus β

Changes

MediaWiki:Common.css

498 bytes added, 15:30, 16 July 2018
Added more font options
@font-face {
font-family: Philosopher;
font-weight: normal;
src: url(https://www.thefansus.com/fonts/philosopher-regular.ttf);
}
 
@font-face {
font-family: Philosopher;
font-weight: normal;
font-style: italic;
src: url(https://www.thefansus.com/fonts/philosopher-italic.ttf);
}
 
@font-face {
font-family: Philosopher;
font-weight: bold;
src: url(https://www.thefansus.com/fonts/philosopher-bold.ttf);
}
 
@font-face {
font-family: Philosopher;
font-weight: bold;
font-style: italic;
src: url(https://www.thefansus.com/fonts/philosopher-bolditalic.ttf);
}
 
/* Reset italic styling set by user agent */