MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* Fix servfail logo */ | |||
img[src="/resources/assets/servfail.png"] { | |||
image-rendering: pixelated; | |||
} | |||
@font-face { | @font-face { | ||
font-family: 'Anton'; | font-family: 'Anton'; | ||
| Line 74: | Line 79: | ||
font-display: swap; | font-display: swap; | ||
src: url("/fonts/Besley-Italic.woff2") format('woff2'); | src: url("/fonts/Besley-Italic.woff2") format('woff2'); | ||
} | |||
@font-face { | |||
font-family: 'Drafting'; | |||
font-style: normal; | |||
font-weight: 100 700; | |||
font-display: swap; | |||
src: url("/fonts/Drafting.woff2") format('woff2'); | |||
} | |||
@font-face { | |||
font-family: 'Drafting'; | |||
font-style: italic; | |||
font-weight: 100 700; | |||
font-display: swap; | |||
src: url("/fonts/Drafting-Italic.woff2") format('woff2'); | |||
} | |||
@font-face { | |||
font-family: Inter; | |||
font-style: normal; | |||
font-weight: 100 900; | |||
font-display: swap; | |||
src: url('fonts/InterVariable.woff2') format('woff2'); | |||
} | |||
@font-face { | |||
font-family: Inter; | |||
font-style: italic; | |||
font-weight: 100 900; | |||
font-display: swap; | |||
src: url('fonts/InterVariable-Italic.woff2') format('woff2'); | |||
} | } | ||