MediaWiki:Commons.css

From Encyclopedia Arabica

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.
@font-face {
    font-family: "Noto Sans V2";
    src: url("https://db.onlinewebfonts.com/t/2967a3c5ee426de27b245bcbc22ab82f.eot");
    src: url("https://db.onlinewebfonts.com/t/2967a3c5ee426de27b245bcbc22ab82f.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/2967a3c5ee426de27b245bcbc22ab82f.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/2967a3c5ee426de27b245bcbc22ab82f.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/2967a3c5ee426de27b245bcbc22ab82f.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/2967a3c5ee426de27b245bcbc22ab82f.svg#Noto Sans V2")format("svg");
}

.classname {
    font-family: 'Noto Sans V2';
}

.site-logo a {
    display: none; /* Hide the default sitename text */
}
.site-logo::before {
    content: Coffee Wiki; /* Set your custom text */
}