MediaWiki:Vector.css: Difference between revisions
From Screamer Wiki
(Replaced content with "→CSS placed here will affect users of the Vector skin: @import url("https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif") body {font-family: "Noto Sans", san...") Tag: Replaced |
(Replaced content with "→CSS placed here will affect users of the Vector skin: →DO NOT add CSS for DarkVector here.: @font-face { font-family: "Rubik"; src: url("/resources/assets/Rubik.woff2") format("woff2"), url("/resources/assets/Rubik-Bold.woff2") format("woff2"), url("/resources/assets/Rubik-Italic.woff2") format("woff2"); font-weight: normal; font-style: normal; } in @font-face {bl font-family: "Rubik"; src: url("/resources/assets/Rubik-Bold.woff2"...") Tag: Replaced |
||
(492 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Vector skin */ | /* CSS placed here will affect users of the Vector skin */ | ||
@ | /* DO NOT add CSS for DarkVector here. */ | ||
@font-face { | |||
/ | font-family: "Rubik"; | ||
src: url("/resources/assets/Rubik.woff2") format("woff2"), | |||
url("/resources/assets/Rubik-Bold.woff2") format("woff2"), | |||
url("/resources/assets/Rubik-Italic.woff2") format("woff2"); | |||
font-weight: normal; | |||
font-style: normal; | |||
} in | |||
@font-face {bl | |||
/ | font-family: "Rubik"; | ||
src: url("/resources/assets/Rubik-Bold.woff2") format("woff2"); | |||
font-weight: bold; | |||
font-style: normal; | |||
} | |||
@font-face {# | |||
font-family: "Rubik"; | |||
src: url("/resources/assets/Rubik-Italic.woff2") format("woff2"); | |||
font-weight: normal; | |||
font-style: italic; | |||
} | |||
@font-face { | |||
font-family: "Rubik"; | |||
src: url("/resources/assets/Rubik-Italic.woff2") format("woff2"); | |||
font-weight: bold; | |||
font-style: italic; | |||
} | } | ||
. | body, .mw-headline { | ||
font-family: "Rubik", "Arial", "Helvetica Neue", "Segoe UI", Rubix, sans-serif !important; | |||
} | } | ||
Latest revision as of 02:37, 17 December 2023
/* CSS placed here will affect users of the Vector skin */
/* DO NOT add CSS for DarkVector here. */
@font-face {
font-family: "Rubik";
src: url("/resources/assets/Rubik.woff2") format("woff2"),
url("/resources/assets/Rubik-Bold.woff2") format("woff2"),
url("/resources/assets/Rubik-Italic.woff2") format("woff2");
font-weight: normal;
font-style: normal;
} in
@font-face {bl
font-family: "Rubik";
src: url("/resources/assets/Rubik-Bold.woff2") format("woff2");
font-weight: bold;
font-style: normal;
}
@font-face {#
font-family: "Rubik";
src: url("/resources/assets/Rubik-Italic.woff2") format("woff2");
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: "Rubik";
src: url("/resources/assets/Rubik-Italic.woff2") format("woff2");
font-weight: bold;
font-style: italic;
}
body, .mw-headline {
font-family: "Rubik", "Arial", "Helvetica Neue", "Segoe UI", Rubix, sans-serif !important;
}