MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Nicole Sharp (talk | contribs) No edit summary Tag: Manual revert |
Nicole Sharp (talk | contribs) No edit summary |
||
Line 8: | Line 8: | ||
/* "Roboto", sans-serif */ | /* "Roboto", sans-serif */ | ||
/* @import "https://fonts.googleapis.com/css2?family=Roboto:ital,[email protected],400;0,700;1,400;1,700&display=swap"; */ | /* @import "https://fonts.googleapis.com/css2?family=Roboto:ital,[email protected],400;0,700;1,400;1,700&display=swap"; */ | ||
@font-face { font-family: "Roboto"; font-weight: normal; font-style: normal; src: url( | @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( | @font-face { font-family: "Roboto"; font-weight: normal; font-style: italic; src: url(/fonts/google/Roboto-Italic.ttf); font-display: swap; } | ||
@font-face { font-family: "Roboto"; font-weight: bold; font-style: normal; src: url( | @font-face { font-family: "Roboto"; font-weight: bold; font-style: normal; src: url(/fonts/google/Roboto-Bold.ttf); font-display: swap; } | ||
@font-face { font-family: "Roboto"; font-weight: bold; font-style: italic; src: url( | @font-face { font-family: "Roboto"; font-weight: bold; font-style: italic; src: url(/fonts/google/Roboto-BoldItalic.ttf); font-display: swap; } | ||
/* "Roboto Mono", monospace */ | /* "Roboto Mono", monospace */ | ||
/* @import "https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,[email protected],400;0,700;1,400;1,700&display=swap"; */ | /* @import "https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,[email protected],400;0,700;1,400;1,700&display=swap"; */ | ||
@font-face { font-family: "Roboto Mono"; font-style: normal; src: url( | @font-face { font-family: "Roboto Mono"; font-style: normal; src: url(/fonts/google/RobotoMono.ttf); font-display: swap; } | ||
@font-face { font-family: "Roboto Mono"; font-style: italic; src: url( | @font-face { font-family: "Roboto Mono"; font-style: italic; src: url(/fonts/google/RobotoMono-Italic.ttf); font-display: swap; } | ||
/* "Roboto Serif", serif */ | /* "Roboto Serif", serif */ | ||
/* @import "https://fonts.googleapis.com/css2?family=Roboto+Serif:ital,[email protected],400;0,700;1,400;1,700&display=swap"; */ | /* @import "https://fonts.googleapis.com/css2?family=Roboto+Serif:ital,[email protected],400;0,700;1,400;1,700&display=swap"; */ | ||
@font-face { font-family: "Roboto Serif"; font-style: normal; src: url( | @font-face { font-family: "Roboto Serif"; font-style: normal; src: url(/fonts/google/RobotoSerif.ttf); font-display: swap; } | ||
@font-face { font-family: "Roboto Serif"; font-style: italic; src: url( | @font-face { font-family: "Roboto Serif"; font-style: italic; src: url(/fonts/google/RobotoSerif-Italic.ttf); font-display: swap; } | ||
/* "Roboto Slab", serif */ | /* "Roboto Slab", serif */ | ||
/* @import "https://fonts.googleapis.com/css2?family=Roboto+Slab:[email protected];700&display=swap"; */ | /* @import "https://fonts.googleapis.com/css2?family=Roboto+Slab:[email protected];700&display=swap"; */ | ||
@font-face { font-family: "Roboto Slab"; src: url( | @font-face { font-family: "Roboto Slab"; src: url(/fonts/google/RobotoSlab.ttf); font-display: swap; } | ||
/* "Emilys Candy", fantasy */ | /* "Emilys Candy", fantasy */ | ||
/* @import "https://fonts.googleapis.com/css2?family=Emilys+Candy&display=swap"; */ | /* @import "https://fonts.googleapis.com/css2?family=Emilys+Candy&display=swap"; */ | ||
@font-face { font-family: "Emilys Candy"; src: url( | @font-face { font-family: "Emilys Candy"; src: url(/fonts/google/EmilysCandy-Regular.ttf); font-display: swap; } |
Revision as of 2023-03-29T23:54:51
/* Cascading stylesheets (CSS) here will be applied to all skins. */
/*
Google Fonts: https://fonts.google.com/
NikkiFonts: https://fonts.nicolesharp.net/
*/
/* "Roboto", sans-serif */
/* @import "https://fonts.googleapis.com/css2?family=Roboto:ital,[email protected],400;0,700;1,400;1,700&display=swap"; */
@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/google/Roboto-Italic.ttf); font-display: swap; }
@font-face { font-family: "Roboto"; font-weight: bold; font-style: normal; src: url(/fonts/google/Roboto-Bold.ttf); font-display: swap; }
@font-face { font-family: "Roboto"; font-weight: bold; font-style: italic; src: url(/fonts/google/Roboto-BoldItalic.ttf); font-display: swap; }
/* "Roboto Mono", monospace */
/* @import "https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,[email protected],400;0,700;1,400;1,700&display=swap"; */
@font-face { font-family: "Roboto Mono"; font-style: normal; src: url(/fonts/google/RobotoMono.ttf); font-display: swap; }
@font-face { font-family: "Roboto Mono"; font-style: italic; src: url(/fonts/google/RobotoMono-Italic.ttf); font-display: swap; }
/* "Roboto Serif", serif */
/* @import "https://fonts.googleapis.com/css2?family=Roboto+Serif:ital,[email protected],400;0,700;1,400;1,700&display=swap"; */
@font-face { font-family: "Roboto Serif"; font-style: normal; src: url(/fonts/google/RobotoSerif.ttf); font-display: swap; }
@font-face { font-family: "Roboto Serif"; font-style: italic; src: url(/fonts/google/RobotoSerif-Italic.ttf); font-display: swap; }
/* "Roboto Slab", serif */
/* @import "https://fonts.googleapis.com/css2?family=Roboto+Slab:[email protected];700&display=swap"; */
@font-face { font-family: "Roboto Slab"; src: url(/fonts/google/RobotoSlab.ttf); font-display: swap; }
/* "Emilys Candy", fantasy */
/* @import "https://fonts.googleapis.com/css2?family=Emilys+Candy&display=swap"; */
@font-face { font-family: "Emilys Candy"; src: url(/fonts/google/EmilysCandy-Regular.ttf); font-display: swap; }