Анонимный участник
MediaWiki:Common.css: различия между версиями
нет описания правки
imported>Catweird Нет описания правки |
imported>Catweird Нет описания правки |
||
Строка 20: | Строка 20: | ||
* не забудьте добавить аналогичные правила в [[MediaWiki:Mobile.css]]. | * не забудьте добавить аналогичные правила в [[MediaWiki:Mobile.css]]. | ||
*/ | */ | ||
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap'); | |||
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap'); | |||
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap'); | |||
text { | |||
font-family: 'Inter', sans-serif; | |||
font-size: 35px; | |||
font-weight: 500; | |||
} | |||
h1, h2, h3 { | |||
font-family: 'Roboto Slab', sans-serif; | |||
} | |||
h4, h5, h6, p { | |||
font-family: 'Inter', serif; | |||
font-weight: 500; | |||
} | |||
pre, code { | |||
fontFamily: 'Roboto Mono'; | |||
font-family: 'Roboto Mono'; | |||
font-weight: 500; | |||
} | |||
/* ================================================ | /* ================================================ |