MediaWiki:Common.css: Difference between revisions

From NikkiWiki
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
 
(5 intermediate revisions by the same user not shown)
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(../fonts/google/Roboto-Regular.ttf); font-display: swap; }
@font-face { font-family: "Roboto"; font-weight: normal; font-style: normal; src: url(/fonts/google/apache/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: normal; font-style: italic; src: url(/fonts/google/apache/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: normal; src: url(/fonts/google/apache/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; }
@font-face { font-family: "Roboto"; font-weight: bold; font-style: italic; src: url(/fonts/google/apache/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(../fonts/google/RobotoMono.ttf); font-display: swap; }
@font-face { font-family: "Roboto Mono"; font-style: normal; src: url(/fonts/google/apache/RobotoMono.ttf); font-display: swap; }
@font-face { font-family: "Roboto Mono"; font-style: italic; src: url(../fonts/google/RobotoMono-Italic.ttf); font-display: swap; }
@font-face { font-family: "Roboto Mono"; font-style: italic; src: url(/fonts/google/apache/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(../fonts/google/RobotoSerif.ttf); font-display: swap; }
@font-face { font-family: "Roboto Serif"; font-style: normal; src: url(/fonts/google/sil/RobotoSerif.ttf); font-display: swap; }
@font-face { font-family: "Roboto Serif"; font-style: italic; src: url(../fonts/google/RobotoSerif-Italic.ttf); font-display: swap; }
@font-face { font-family: "Roboto Serif"; font-style: italic; src: url(/fonts/google/sil/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(../fonts/google/RobotoSlab.ttf); font-display: swap; }
@font-face { font-family: "Roboto Slab"; src: url(/fonts/google/apache/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(../fonts/google/EmilysCandy-Regular.ttf); font-display: swap; }
@font-face { font-family: "Emilys Candy"; src: url(/fonts/google/sil/EmilysCandy-Regular.ttf); font-display: swap; }
 
dfn .b { font-style: normal; font-weight: bold; }

Latest revision as of 2023-04-01T02:03:50

/* 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/apache/Roboto-Regular.ttf); font-display: swap; }
@font-face { font-family: "Roboto"; font-weight: normal; font-style: italic; src: url(/fonts/google/apache/Roboto-Italic.ttf); font-display: swap; }
@font-face { font-family: "Roboto"; font-weight: bold; font-style: normal; src: url(/fonts/google/apache/Roboto-Bold.ttf); font-display: swap; }
@font-face { font-family: "Roboto"; font-weight: bold; font-style: italic; src: url(/fonts/google/apache/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/apache/RobotoMono.ttf); font-display: swap; }
@font-face { font-family: "Roboto Mono"; font-style: italic; src: url(/fonts/google/apache/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/sil/RobotoSerif.ttf); font-display: swap; }
@font-face { font-family: "Roboto Serif"; font-style: italic; src: url(/fonts/google/sil/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/apache/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/sil/EmilysCandy-Regular.ttf); font-display: swap; }