MediaWiki:Common.css: различия между версиями
Перейти к навигации
Перейти к поиску
imported>Catweird (Содержимое страницы заменено на «.oo-ui-inputWidget-input, oo-ui-buttonElement-button { border-radius: 15px; } .mw-code, mw-css { background-color: #dedede; bord...») |
imported>Catweird Нет описания правки |
||
Строка 14: | Строка 14: | ||
font-family: 'Iosevka Web'; | font-family: 'Iosevka Web'; | ||
font-display: swap; | font-display: swap; | ||
font-weight: | font-weight: 400; | ||
font-stretch: normal; | font-stretch: normal; | ||
font-style: normal; | font-style: normal; | ||
src: url('https://pvinis.github.io/iosevka-webfont/3.4.1/woff2/iosevka- | src: url('https://pvinis.github.io/iosevka-webfont/3.4.1/woff2/iosevka-regular.woff2') format('woff2'), url('woff/iosevka-regular.woff') format('woff'), url('ttf/iosevka-regular.ttf') format('truetype'); | ||
} | } |
Версия от 22:22, 11 марта 2021
.oo-ui-inputWidget-input, oo-ui-buttonElement-button {
border-radius: 15px;
}
.mw-code, mw-css {
background-color: #dedede;
border-radius: 15px;
color: #000;
font-family: 'Iosevka Web'
}
@font-face {
font-family: 'Iosevka Web';
font-display: swap;
font-weight: 400;
font-stretch: normal;
font-style: normal;
src: url('https://pvinis.github.io/iosevka-webfont/3.4.1/woff2/iosevka-regular.woff2') format('woff2'), url('woff/iosevka-regular.woff') format('woff'), url('ttf/iosevka-regular.ttf') format('truetype');
}