MediaWiki:Vector-2022.css: различия между версиями
WerySkok (обсуждение | вклад) Нет описания правки |
WerySkok (обсуждение | вклад) Нет описания правки |
||
Строка 1: | Строка 1: | ||
@import url('https://fonts.googleapis.com/css2?family=Inter:[email protected]&display=swap'); | @import url('https://fonts.googleapis.com/css2?family=Inter:[email protected]&display=swap'); | ||
body | body { | ||
font-family: 'Inter', sans-serif; | font-family: 'Inter', sans-serif; | ||
} | |||
.mw-body h1, .mw-body-content h1, .mw-body-content h2 { | |||
font-family: 'Inter', sans-serif; | |||
font-weight: 500; | |||
} | } |
Версия от 09:03, 17 февраля 2024
@import url('https://fonts.googleapis.com/css2?family=Inter:[email protected]&display=swap');
body {
font-family: 'Inter', sans-serif;
}
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {
font-family: 'Inter', sans-serif;
font-weight: 500;
}