MediaWiki:Common.css: Difference between revisions

From Looney Pyramid Games Wiki
Content added Content deleted
(Adding Pyramid Love font 3.1)
(Trying to get Pyramid love working in the mobile view by addressing the fontspring bulletproof syntax error.)
Tag: Reverted
Line 4: Line 4:
@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/9/99/Pyramid-Love-3.1.eot');
src: url('https://static.miraheze.org/looneypyramidswiki/9/99/Pyramid-Love-3.1.eot?iefix') format('eot'),
url("https://static.miraheze.org/looneypyramidswiki/e/e4/Pyramid-Love-3.1.woff") format("woff");
}
}



Revision as of 21:29, 24 May 2023

/* CSS placed here will be applied to all skins */

/* Font for pyramid diagrams */
@font-face {
    font-family: 'Pyramid Love';
    src: url('https://static.miraheze.org/looneypyramidswiki/9/99/Pyramid-Love-3.1.eot');
    src: url('https://static.miraheze.org/looneypyramidswiki/9/99/Pyramid-Love-3.1.eot?iefix') format('eot'),
         url("https://static.miraheze.org/looneypyramidswiki/e/e4/Pyramid-Love-3.1.woff") format("woff");
}

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