MediaWiki:Mobile.css: Difference between revisions

From Looney Pyramid Games Wiki
Content added Content deleted
(Adding .classname in case that affects the font on IOS Mobile View)
(Temporarily adding remote copy of PyramidLove TTF font to test on IOS mobile view.)
Line 3: Line 3:
@font-face {
@font-face {
font-family: 'Pyramid Love';
font-family: 'Pyramid Love';
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');
}
}



Revision as of 00:32, 1 June 2023

/* 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');
}

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