MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| (18 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
@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; | |||
} | } | ||
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;
}