MediaWiki:Common.css: Difference between revisions
mNo edit summary Tag: Reverted |
mNo edit summary Tag: Reverted |
||
| Line 3: | Line 3: | ||
Fallback mobile menu styles are appended at the end | Fallback mobile menu styles are appended at the end | ||
========================================================= */ | ========================================================= */ | ||
/* ---------- | |||
/* ---------- Custom fonts ---------- */ | |||
@font-face { | @font-face { | ||
font-family: "Gotham- | font-family: "Gotham-Black"; | ||
src: url("/styles/Gotham- | src: url("/styles/Gotham-Black.otf"); | ||
} | |||
@font-face { | |||
font-family: "Gotham-BlackItalic"; | |||
src: url("/styles/Gotham-BlackItalic.otf"); | |||
} | } | ||
@font-face { | @font-face { | ||
font-family: "Gotham-Bold"; | font-family: "Gotham-Bold"; | ||
src: url("/styles/Gotham-Bold.otf") | src: url("/styles/Gotham-Bold.otf"); | ||
} | } | ||
@font-face { | @font-face { | ||
font-family: "Gotham- | font-family: "Gotham-BoldItalic"; | ||
src: url("/styles/Gotham- | src: url("/styles/Gotham-BoldItalic.otf"); | ||
} | } | ||
@font-face { | @font-face { | ||
font-family: "Gotham- | font-family: "Gotham-Book"; | ||
src: url("/styles/Gotham- | src: url("/styles/Gotham-Book.otf"); | ||
} | } | ||
@font-face { | @font-face { | ||
font-family: "Gotham- | font-family: "Gotham-BookItalic"; | ||
src: url("/styles/Gotham- | src: url("/styles/Gotham-BookItalic.otf"); | ||
} | } | ||
/* ---------- Base typography ---------- */ | /* ---------- Base typography ---------- */ | ||