Happy 11th anniversary, screamer wiki!
MediaWiki:Vector.css: Difference between revisions
From Screamer Wiki
No edit summary |
(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 |
||
(5 intermediate revisions by 2 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-weight: bold; | ||
font-style: normal; | |||
font-style: | |||
} | } | ||
@font-face {# | |||
font-family: "Rubik"; | |||
src: url("/resources/assets/Rubik-Italic.woff2") format("woff2"); | |||
font-weight: normal; | |||
font-weight: | font-style: italic; | ||
} | } | ||
@font-face { | |||
font-family: "Rubik"; | |||
src: url("/resources/assets/Rubik-Italic.woff2") format("woff2"); | |||
font-weight: bold; | 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;
}