Bureaucrats, Check users, Comment administrators, csmoderator, forumadmin, Interface administrators, oversight, Suppressors, Administrators
9,237
edits
Happy 11th anniversary, screamer wiki!
No edit summary Tag: Manual revert |
(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 |
||
(21 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-style: normal; | |||
} | } | ||
@font-face {# | |||
font-family: "Rubik"; | |||
src: url("/resources/assets/Rubik-Italic.woff2") format("woff2"); | |||
font-weight: normal; | |||
font-weight | |||
font-style: italic; | 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; | |||
font- | |||
} | } | ||
body, .mw-headline { | |||
. | font-family: "Rubik", "Arial", "Helvetica Neue", "Segoe UI", Rubix, sans-serif !important; | ||
} | } |
edits