73 lines
2.2 KiB
SCSS
73 lines
2.2 KiB
SCSS
/* remixicon */
|
|
@font-face {
|
|
font-family: 'remixicon';
|
|
src: url('/fonts/remixicon/remixicon.woff2?v=4') format('woff2');
|
|
font-display: swap;
|
|
}
|
|
|
|
/* source-sans-pro-regular - latin_cyrillic */
|
|
@font-face {
|
|
font-family: 'Source Sans Pro';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url('/fonts/source-sans-pro/source-sans-pro-v18-latin_cyrillic-regular.woff2') format('woff2');
|
|
}
|
|
|
|
/* source-sans-pro-italic - latin_cyrillic */
|
|
@font-face {
|
|
font-family: 'Source Sans Pro';
|
|
font-style: italic;
|
|
font-weight: 400;
|
|
src: url('/fonts/source-sans-pro/source-sans-pro-v18-latin_cyrillic-italic.woff2') format('woff2');
|
|
}
|
|
|
|
/* source-sans-pro-600 - latin_cyrillic */
|
|
@font-face {
|
|
font-family: 'Source Sans Pro';
|
|
font-style: normal;
|
|
font-weight: 600;
|
|
src: url('/fonts/source-sans-pro/source-sans-pro-v18-latin_cyrillic-600.woff2') format('woff2');
|
|
}
|
|
|
|
/* source-sans-pro-600italic - latin_cyrillic */
|
|
@font-face {
|
|
font-family: 'Source Sans Pro';
|
|
font-style: italic;
|
|
font-weight: 600;
|
|
src: url('/fonts/source-sans-pro/source-sans-pro-v18-latin_cyrillic-600italic.woff2') format('woff2');
|
|
}
|
|
|
|
/* source-sans-pro-700 - latin_cyrillic */
|
|
@font-face {
|
|
font-family: 'Source Sans Pro';
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
src: url('/fonts/source-sans-pro/source-sans-pro-v18-latin_cyrillic-700.woff2') format('woff2');
|
|
}
|
|
|
|
/* source-sans-pro-700italic - latin_cyrillic */
|
|
@font-face {
|
|
font-family: 'Source Sans Pro';
|
|
font-style: italic;
|
|
font-weight: 700;
|
|
src: url('/fonts/source-sans-pro/source-sans-pro-v18-latin_cyrillic-700italic.woff2') format('woff2');
|
|
}
|
|
|
|
/* ubuntu-mono-regular - cyrillic_latin */
|
|
@font-face {
|
|
font-display: swap;
|
|
font-family: 'Ubuntu Mono';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url('/fonts/ubuntu-mono/ubuntu-mono-v17-cyrillic_latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
|
|
}
|
|
|
|
/* ubuntu-mono-700 - cyrillic_latin */
|
|
@font-face {
|
|
font-display: swap;
|
|
font-family: 'Ubuntu Mono';
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
src: url('/fonts/ubuntu-mono/ubuntu-mono-v17-cyrillic_latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
|
|
}
|