MediaWiki:Mobile.css: Difference between revisions

From Looney Pyramid Games Wiki
Content added Content deleted
(Temporarily adding remote copy of PyramidLove TTF font to test on IOS mobile view.)
(updating Cards and Dice font to 1.17)
 
(5 intermediate revisions by 2 users not shown)
Line 7: Line 7:
}
}



.classname {
/*Font for Cards and Dice symbols in diagrams */
font-family: 'Pyramid Love';
@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');
}
}

Latest revision as of 02:43, 25 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/e/ef/Cards-and-Dice-2024-1_17.woff') format('woff');
}