MediaWiki:Mobile.css: Difference between revisions

impact font file is probably a copyvio
(impact font)
(impact font file is probably a copyvio)
Line 1: Line 1:
/* CSS placed here will affect users of the mobile site */
/* CSS placed here will affect users of the mobile site */


/* Impact font for those who don't have it installed */
/* Anton is an open-source font similar to Impact. This is to be used as a backup for Impact, for devices that don't have Impact installed such as iPhone. */
@font-face {
@font-face {
font-family: Impact;
font-family: 'Anton';
src: url('/resources/assets/impact.ttf');
src: url('/resources/assets/Anton-Regular.ttf');
}
 
.impact {
font-family: Impact, 'Anton';
}
}