MediaWiki:Mobile.css: Difference between revisions

Content added Content deleted
(Adding Cards and Dice font functionality for mobile users)
(Removing .classname css)
Line 5: Line 5:
src: url('https://static.miraheze.org/looneypyramidswiki/e/e4/Pyramid-Love-3.1.woff') format('woff'),
src: url('https://static.miraheze.org/looneypyramidswiki/e/e4/Pyramid-Love-3.1.woff') format('woff'),
url('https://seagullincident.com/pyramidlove/demo/fonts/Pyramid-Love.ttf') format('truetype');
url('https://seagullincident.com/pyramidlove/demo/fonts/Pyramid-Love.ttf') format('truetype');
}

.classname {
font-family: 'Pyramid Love';
}
}


Line 16: Line 12:
font-family: 'Cards-and-Dice-2024';
font-family: 'Cards-and-Dice-2024';
src: url('https://static.miraheze.org/looneypyramidswiki/b/bd/Cards-and-Dice-2024.woff') format('woff');
src: url('https://static.miraheze.org/looneypyramidswiki/b/bd/Cards-and-Dice-2024.woff') format('woff');
}

.classname {
font-family: 'Cards-and-Dice-2024';
}
}