Difference between revisions of "MediaWiki:Common.css"

From SP World Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: @font-face { font-family: spFont; src: url(fonts/SpLanguage-Regular.ttf); }")
 
 
Line 3: Line 3:
 
   font-family: spFont;
 
   font-family: spFont;
 
   src: url(fonts/SpLanguage-Regular.ttf);
 
   src: url(fonts/SpLanguage-Regular.ttf);
 +
}
 +
 +
spFormat {
 +
  font-family: spFont;
 
}
 
}

Latest revision as of 15:43, 17 February 2022

/* CSS placed here will be applied to all skins */
@font-face {
  font-family: spFont;
  src: url(fonts/SpLanguage-Regular.ttf);
}

spFormat {
  font-family: spFont;
}