Нет описания правки |
Нет описания правки |
||
Строка 2: | Строка 2: | ||
@media (prefers-reduced-motion: reduce) { | @media (prefers-reduced-motion: reduce) { | ||
*, ::before, ::after { | :root, *, ::before, ::after { | ||
animation-delay: none !important; | animation-delay: none !important; | ||
animation-duration: none !important; | animation-duration: none !important; |
Версия от 09:48, 16 мая 2024
/* Размещённый здесь CSS будет применяться ко всем темам оформления */
@media (prefers-reduced-motion: reduce) {
:root, *, ::before, ::after {
animation-delay: none !important;
animation-duration: none !important;
animation-iteration-count: none !important;
scroll-behavior: none !important;
transition-duration: none !important;
}
}
@font-face {
font-family: "Golos-Text";
src: url("/resources/assets/fonts/golos-text_regular.woff") format("woff");
src: url("/resources/assets/fonts/golos-text_regular.woff2") format("woff2");
font-style: normal;
font-weight: normal;
}
@font-face {
font-family: "Golos-Text";
src: url("/resources/assets/fonts/golos-text_bold.woff") format("woff");
src: url("/resources/assets/fonts/golos-text_bold.woff2") format("woff2");
font-style: normal;
font-weight: bold;
}
@font-face {
font-family: "Golos-Text";
src: url("/resources/assets/fonts/golos-text_medium.woff") format("woff");
src: url("/resources/assets/fonts/golos-text_medium.woff2") format("woff2");
font-style: normal;
font-weight: 500;
}
html, body {
font-family: 'Golos-Text', sans-serif;
}