MediaWiki:Common.css: Difference between revisions
From AoP Wiki
Added fonts. |
Changed domain for fonts |
||
Line 14: | Line 14: | ||
@font-face{ | @font-face{ | ||
font-family: "Gothic821"; | font-family: "Gothic821"; | ||
src: url(https:// | src: url(https://zmeja.com/foaop/planner/apps/fcp/font/fallout.eot); | ||
} | } | ||
@font-face{ | @font-face{ | ||
font-family: "Gothic821"; | font-family: "Gothic821"; | ||
src: url(https:// | src: url(https://zmeja.com/foaop/planner/apps/fcp/font/fallout.ttf) format('truetype'); | ||
} | } | ||
@font-face{ | @font-face{ | ||
font-family: "JHFO"; | font-family: "JHFO"; | ||
src: url(https:// | src: url(https://zmeja.com/foaop/planner/apps/fcp/font/fallout_display.ttf) format('truetype'); | ||
} | } | ||
@font-face{ | @font-face{ | ||
font-family: "FDecayed"; | font-family: "FDecayed"; | ||
src: url(https:// | src: url(https://zmeja.com/foaop/planner/apps/fcp/font/fallout_decayed.ttf); | ||
} | } |
Latest revision as of 19:23, 27 February 2025
/* CSS placed here will be applied to all skins */
/* Collapsible elements. Toggle-link moved to left.
/* Margin around it adjusted. */
/*
.mw-collapsible span.mw-collapsible-toggle {
float:left;
margin-left:0;
margin-right:1em;
}
*/
@font-face{
font-family: "Gothic821";
src: url(https://zmeja.com/foaop/planner/apps/fcp/font/fallout.eot);
}
@font-face{
font-family: "Gothic821";
src: url(https://zmeja.com/foaop/planner/apps/fcp/font/fallout.ttf) format('truetype');
}
@font-face{
font-family: "JHFO";
src: url(https://zmeja.com/foaop/planner/apps/fcp/font/fallout_display.ttf) format('truetype');
}
@font-face{
font-family: "FDecayed";
src: url(https://zmeja.com/foaop/planner/apps/fcp/font/fallout_decayed.ttf);
}