MediaWiki:Common.css
Jump to navigation
Jump to search
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.
/* Cascading stylesheets (CSS) here will be applied to all skins. */
/*
Google Fonts: https://fonts.google.com/
NikkiFonts: https://fonts.nicolesharp.net/
*/
/*
@import "https://fonts.googleapis.com/css2?family=Roboto:ital,[email protected],400;0,700;1,400;1,700&display=swap"; // "Roboto" (SANS-SERIF)
@import "https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,[email protected],400;0,700;1,400;1,700&display=swap"; // "Roboto Mono" (MONOSPACE)
@import "https://fonts.googleapis.com/css2?family=Roboto+Serif:ital,[email protected],400;0,700;1,400;1,700&display=swap"; // "Roboto Serif" (SERIF)
@import "https://fonts.googleapis.com/css2?family=Roboto+Slab:[email protected];700&display=swap"; // "Roboto Slab" (SERIF)
@import "https://fonts.googleapis.com/css2?family=Emilys+Candy&display=swap"; // "Emilys Candy" (FANTASY)
*/
@font-face { font-family: "Roboto"; font-weight: normal; font-style: normal; src: url(../fonts/google/Roboto-Regular.ttf); font-display: swap; }
@font-face { font-family: "Roboto"; font-weight: normal; font-style: italic; src: url("../fonts/Roboto-Italic.ttf"); font-display: swap; }
@font-face { font-family: "Roboto"; font-weight: bold; font-style: normal; src: url("../fonts/Roboto-Bold.ttf"); font-display: swap; }
@font-face { font-family: "Roboto"; font-weight: bold; font-style: italic; src: url("../fonts/Roboto-BoldItalic.ttf"); font-display: swap; }
@font-face { font-family: "Roboto Mono"; font-style: normal; src: url("../fonts/RobotoMono.ttf"); font-display: swap; }
@font-face { font-family: "Roboto Mono"; font-style: italic; src: url("../fonts/RobotoMono-Italic.ttf"); font-display: swap; }
@font-face { font-family: "Roboto Serif"; font-style: normal; src: url("../fonts/RobotoSerif.ttf"); font-display: swap; }
@font-face { font-family: "Roboto Serif"; font-style: italic; src: url("../fonts/RobotoSerif-Italic.ttf"); font-display: swap; }
@font-face { font-family: "Roboto Slab"; src: url("../fonts/RobotoSlab.ttf"); font-display: swap; }
@font-face { font-family: "Emilys Candy"; src: url(../fonts/google/EmilysCandy-Regular.ttf); font-display: swap; }