MediaWiki:Mobile.css

From Looney Pyramid Games Wiki

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* 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/e/ef/Cards-and-Dice-2024-1_17.woff') format('woff');
}