MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| (15 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
@font-face { | @font-face { | ||
font-family: 'GapSans'; | font-family: 'GapSans'; | ||
src: url('/fonts/GapSansBold.ttf') format('truetype'); | src: url('/fonts/GapSansBold.ttf') format('truetype'); | ||
font-weight: bold; | font-weight: bold; | ||
font-style: normal; | font-style: normal; | ||
font-display: swap; | font-display: swap; | ||
} | } | ||
| Line 61: | Line 11: | ||
.mw-headline { | .mw-headline { | ||
font-family: 'GapSans', sans-serif; | font-family: 'GapSans', sans-serif; | ||
font-weight: bold; | font-weight: bold; | ||
} | |||
.cdx-button { | |||
display:none !important; | |||
} | } | ||
Latest revision as of 10:01, 18 August 2025
@font-face {
font-family: 'GapSans';
src: url('/fonts/GapSansBold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
font-display: swap;
}
/* All wiki headings */
h1, h2, h3, h4, h5, h6,
.mw-headline {
font-family: 'GapSans', sans-serif;
font-weight: bold;
}
.cdx-button {
display:none !important;
}