[#6869] updated fonts and dependencies
This commit is contained in:
+18
-21
@@ -2,60 +2,58 @@
|
||||
@font-face {
|
||||
font-family: 'remixicon';
|
||||
src: url('/fonts/remixicon/remixicon.woff2?v=4') format('woff2');
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
/* source-sans-pro-regular - latin_cyrillic */
|
||||
/* source-sans-3-regular - cyrillic_latin_latin-ext */
|
||||
@font-face {
|
||||
font-family: 'Source Sans Pro';
|
||||
font-family: 'Source Sans 3';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('/fonts/source-sans-pro/source-sans-pro-v18-latin_cyrillic-regular.woff2') format('woff2');
|
||||
src: url('/fonts/source-sans-3/source-sans-3-v18-cyrillic_latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
|
||||
}
|
||||
|
||||
/* source-sans-pro-italic - latin_cyrillic */
|
||||
/* source-sans-3-italic - cyrillic_latin_latin-ext */
|
||||
@font-face {
|
||||
font-family: 'Source Sans Pro';
|
||||
font-family: 'Source Sans 3';
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
src: url('/fonts/source-sans-pro/source-sans-pro-v18-latin_cyrillic-italic.woff2') format('woff2');
|
||||
src: url('/fonts/source-sans-3/source-sans-3-v18-cyrillic_latin_latin-ext-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
|
||||
}
|
||||
|
||||
/* source-sans-pro-600 - latin_cyrillic */
|
||||
/* source-sans-3-600 - cyrillic_latin_latin-ext */
|
||||
@font-face {
|
||||
font-family: 'Source Sans Pro';
|
||||
font-family: 'Source Sans 3';
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
src: url('/fonts/source-sans-pro/source-sans-pro-v18-latin_cyrillic-600.woff2') format('woff2');
|
||||
src: url('/fonts/source-sans-3/source-sans-3-v18-cyrillic_latin_latin-ext-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
|
||||
}
|
||||
|
||||
/* source-sans-pro-600italic - latin_cyrillic */
|
||||
/* source-sans-3-600italic - cyrillic_latin_latin-ext */
|
||||
@font-face {
|
||||
font-family: 'Source Sans Pro';
|
||||
font-family: 'Source Sans 3';
|
||||
font-style: italic;
|
||||
font-weight: 600;
|
||||
src: url('/fonts/source-sans-pro/source-sans-pro-v18-latin_cyrillic-600italic.woff2') format('woff2');
|
||||
src: url('/fonts/source-sans-3/source-sans-3-v18-cyrillic_latin_latin-ext-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
|
||||
}
|
||||
|
||||
/* source-sans-pro-700 - latin_cyrillic */
|
||||
/* source-sans-3-700 - cyrillic_latin_latin-ext */
|
||||
@font-face {
|
||||
font-family: 'Source Sans Pro';
|
||||
font-family: 'Source Sans 3';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: url('/fonts/source-sans-pro/source-sans-pro-v18-latin_cyrillic-700.woff2') format('woff2');
|
||||
src: url('/fonts/source-sans-3/source-sans-3-v18-cyrillic_latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
|
||||
}
|
||||
|
||||
/* source-sans-pro-700italic - latin_cyrillic */
|
||||
/* source-sans-3-700italic - cyrillic_latin_latin-ext */
|
||||
@font-face {
|
||||
font-family: 'Source Sans Pro';
|
||||
font-family: 'Source Sans 3';
|
||||
font-style: italic;
|
||||
font-weight: 700;
|
||||
src: url('/fonts/source-sans-pro/source-sans-pro-v18-latin_cyrillic-700italic.woff2') format('woff2');
|
||||
src: url('/fonts/source-sans-3/source-sans-3-v18-cyrillic_latin_latin-ext-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
|
||||
}
|
||||
|
||||
/* ubuntu-mono-regular - cyrillic_latin */
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: 'Ubuntu Mono';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
@@ -64,7 +62,6 @@
|
||||
|
||||
/* ubuntu-mono-700 - cyrillic_latin */
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: 'Ubuntu Mono';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
:root {
|
||||
--baseFontFamily: 'Source Sans Pro', sans-serif, emoji;
|
||||
--baseFontFamily: 'Source Sans 3', sans-serif, emoji;
|
||||
--monospaceFontFamily: 'Ubuntu Mono', monospace, emoji;
|
||||
--iconFontFamily: 'remixicon';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user