MediaWiki:Mobile.css: Difference between revisions

From Looney Pyramid Games Wiki
Content added Content deleted
(Updating the cards and dice font version)
(updating Cards and Dice font to 1.15)
Line 11: Line 11:
@font-face {
@font-face {
font-family: 'Cards-and-Dice';
font-family: 'Cards-and-Dice';
src: url('https://static.miraheze.org/looneypyramidswiki/0/0d/Cards-and-Dice-2024-1_14.woff') format('woff');
src: url('https://static.miraheze.org/looneypyramidswiki/6/6c/Cards-and-Dice-2024-1_15.woff') format('woff');
}
}

Revision as of 13:27, 24 April 2024

/* CSS placed here will affect users of the mobile site */
/* Font for pyramid diagrams */
@font-face {
  font-family: 'Pyramid Love';
  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');
}


/*Font for Cards and Dice symbols in diagrams */
@font-face {
  font-family: 'Cards-and-Dice';
  src:  url('https://static.miraheze.org/looneypyramidswiki/6/6c/Cards-and-Dice-2024-1_15.woff') format('woff');
}