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

нет описания правки
Нет описания правки
Нет описания правки
Строка 1: Строка 1:
/* Размещённый здесь CSS будет применяться ко всем темам оформления */
/* Размещённый здесь CSS будет применяться ко всем темам оформления */
@font-face {
@font-face {
font-family: 'Gilroy Thin';
font-family: 'Gilroy Regular';
src: url('https://test09.rgdb.ru/fonts/Gilroy-Thin.eot');
src: url('https://test09.rgdb.ru/fonts/Gilroy-Regular.eot');
src: url('https://test09.rgdb.ru/fonts/Gilroy-Thin.eot?#iefix') format('embedded-opentype'),
src: url('https://test09.rgdb.ru/fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
url('https://test09.rgdb.ru/fonts/Gilroy-Thin.woff') format('woff'),
url('https://test09.rgdb.ru/fonts/Gilroy-Regular.woff') format('woff'),
url('https://test09.rgdb.ru/fonts/Gilroy-Thin.ttf') format('truetype');
url('https://test09.rgdb.ru/fonts/Gilroy-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Gilroy Bold';
src: url('https://test09.rgdb.ru/fonts/Gilroy-Bold.eot');
src: url('https://test09.rgdb.ru/fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
url('https://test09.rgdb.ru/fonts/Gilroy-Bold.woff') format('woff'),
url('https://test09.rgdb.ru/fonts/Gilroy-Bold.ttf') format('truetype');
font-weight: normal;
font-weight: normal;
font-style: normal;
font-style: normal;
}
}
body {
body {
font-family: 'Gilroy Thin';
font-family: 'Gilroy Regular';
font-size: 1.2em;
font-size: 1em;
}
}


Строка 67: Строка 76:
}
}
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {
     font-family: 'Gilroy Thin';
     font-family: 'Gilroy Bold';
}
}