MediaWiki:Mobile.css: Difference between revisions

Adding Cards and Dice font functionality for mobile users
(Temporarily adding remote copy of PyramidLove TTF font to test on IOS mobile view.)
(Adding Cards and Dice font functionality for mobile users)
Line 9:
.classname {
font-family: 'Pyramid Love';
}
 
 
/*Font for Cards and Dice symbols in diagrams */
@font-face {
font-family: 'Cards-and-Dice-2024';
src: url('https://static.miraheze.org/looneypyramidswiki/b/bd/Cards-and-Dice-2024.woff') format('woff');
}
 
.classname {
font-family: 'Cards-and-Dice-2024';
}