MediaWiki:Wikia.css

From Jenny Everywhere Wiki
Revision as of 01:17, 4 August 2020 by Angela (talk | contribs) (Created page with "@import "https://fonts.googleapis.com/css?family=Josefin+Sans"; @font-face { font-family: 'Caslon Antique'; src: url('https://images.wikia.nocookie.net/snicket/image...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
@import "https://fonts.googleapis.com/css?family=Josefin+Sans";
 
@font-face {
    font-family: 'Caslon Antique';
    src: url('https://images.wikia.nocookie.net/snicket/images/6/68/Caslon_Antique.ttf') format("truetype");
    font-weight: normal;
    font-style: normal;
}
 
@font-face {
    font-family: 'Caslon Antique Italic';
    src: url('https://images.wikia.nocookie.net/snicket/images/3/39/Caslon_Antique_Italic.ttf') format("truetype");
    font-weight: normal;
    font-style: normal;
}
 
#WikiaArticle {
    font-family: 'Gentium Book Basic', Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
}