MediaWiki talk:Common.css: Difference between revisions

Add topic
From Looney Pyramid Games Wiki
Content added Content deleted
imported>Kataclysm
(Requested inclusion of poker card font)
 
(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'; }")
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
Please add this to enable the Pyramid Love font:
{{Admin}}

Can this page please be modified to include the Poker-Cards-and-Dice.woff font?


/* Font for pyramid diagrams */
@font-face {
@font-face {
font-family: 'Poker-Cards-and-Dice';
font-family: 'Pyramid Love';
src: url('https://static.miraheze.org/looneypyramidswiki/e/e4/Pyramid-Love-3.1.woff');
src: url('/Poker-Cards-and-Dice.woff') format('woff');
}
}


.classname {
This font is useful for showing polygonal die faces and standard playing cards, and even includes the custom Looney Pyramids Zark City suit of playing cards.
font-family: 'Pyramid Love';
}

Latest revision as of 15:36, 21 May 2023

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';

}