Нет описания правки |
Нет описания правки |
||
Строка 1: | Строка 1: | ||
/* Размещённый здесь CSS будет применяться ко всем темам оформления */ | /* Размещённый здесь CSS будет применяться ко всем темам оформления */ | ||
@media (prefers-reduced-motion: reduce) { | |||
*, ::before, ::after { | *, ::before, ::after { | ||
animation-delay: | animation-delay: none !important; | ||
animation-duration: | animation-duration: none !important; | ||
animation-iteration-count: | animation-iteration-count: none !important; | ||
scroll-behavior: | scroll-behavior: none !important; | ||
transition-duration: | transition-duration: none !important; | ||
} | } | ||
} | } | ||
@font-face { | @font-face { |
Версия от 09:39, 16 мая 2024
/* Размещённый здесь CSS будет применяться ко всем темам оформления */
@media (prefers-reduced-motion: reduce) {
*, ::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;
}