MediaWiki:Common.css: различия между версиями

Материал из Тотальная Психиатрии
(Новая страница: «→‎Размещённый здесь CSS будет применяться ко всем темам оформления: @import url('https://fonts.googleapis.com/css2?family=Inter:wght@500&display=swap'); →‎Changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text):: body { font-family: 'Inter', sans-serif; }»)
 
Строка 6: Строка 6:
   font-family: 'Inter', sans-serif;
   font-family: 'Inter', sans-serif;
}
}
#footer-places-privacy { display: none; }

Версия 12:39, 23 апреля 2022

/* Размещённый здесь CSS будет применяться ко всем темам оформления */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500&display=swap');

/* Changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text): */
body {
  font-family: 'Inter', sans-serif;
}
#footer-places-privacy { display: none; }