MediaWiki:Mobile.css: Difference between revisions

From Looney Pyramid Games Wiki
Content added Content deleted
imported>Lambda
(Add Pyramid Love to mobile CSS as well)
 
No edit summary
Line 3: Line 3:
@font-face {
@font-face {
font-family: 'Pyramid Love';
font-family: 'Pyramid Love';
src: url('/Pyramid Love.woff') format('woff');
src: url('https://static.miraheze.org/looneypyramidswiki/e/e4/Pyramid-Love-3.1.woff') format('woff');
}
}

Revision as of 21:41, 24 May 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');
}