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