MediaWiki talk:Common.css

Add topic
From Looney Pyramid Games Wiki
Revision as of 15:36, 21 May 2023 by Dazeysan (talk | contribs) (Created page with "Please add this to enable the Pyramid Love font: →‎Font for pyramid diagrams: @font-face { font-family: 'Pyramid Love'; src: url('https://static.miraheze.org/looneypyramidswiki/e/e4/Pyramid-Love-3.1.woff'); } .classname { font-family: 'Pyramid Love'; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Please add this to enable the Pyramid Love font:

/* Font for pyramid diagrams */ @font-face {

   font-family: 'Pyramid Love';
   src: url('https://static.miraheze.org/looneypyramidswiki/e/e4/Pyramid-Love-3.1.woff');

}

.classname {

   font-family: 'Pyramid Love';

}