@design-factory/design-factory 20.0.2 → 21.0.0-next.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -11
- package/fesm2022/design-factory.mjs +889 -1113
- package/fesm2022/design-factory.mjs.map +1 -1
- package/package.json +22 -51
- package/schematics/migrations/18_0_0/stepper-classes-18.0.0/index.js +1 -1
- package/schematics/migrations/21_0_0/ag-grid-neutral-header/index.d.ts +6 -0
- package/schematics/migrations/21_0_0/ag-grid-neutral-header/index.js +33 -0
- package/schematics/migrations/21_0_0/deleted-sass-vars/files/removed-vars.json +53 -0
- package/schematics/migrations/21_0_0/deleted-sass-vars/files/vars-with-value.json +4274 -0
- package/schematics/migrations/21_0_0/deleted-sass-vars/index.d.ts +7 -0
- package/schematics/migrations/21_0_0/deleted-sass-vars/index.js +90 -0
- package/schematics/migrations/21_0_0/style-import-package/index.d.ts +7 -0
- package/schematics/migrations/21_0_0/style-import-package/index.js +85 -0
- package/schematics/migrations/21_0_0/toast-classes-21.0/index.d.ts +2 -0
- package/schematics/migrations/21_0_0/toast-classes-21.0/index.js +36 -0
- package/schematics/migrations/migration.json +20 -0
- package/schematics/migrations/utils/add-dependencies.d.ts +3 -0
- package/schematics/migrations/utils/add-dependencies.js +41 -0
- package/schematics/migrations/utils/component-resource-collector.d.ts +3 -1
- package/schematics/migrations/utils/component-resource-collector.js +9 -4
- package/schematics/migrations/utils/style-updater.js +2 -2
- package/schematics/migrations/utils/template-updater.js +2 -2
- package/schematics/ng-add/index.js +12 -50
- package/{index.d.ts → types/design-factory.d.ts} +48 -71
- package/assets/.gitkeep +0 -0
- package/assets/fonts/amadeus-bold/amadeus-bold.woff +0 -0
- package/assets/fonts/amadeus-bold/amadeus-bold.woff2 +0 -0
- package/assets/fonts/amadeus-full/amadeus-full-bold.woff +0 -0
- package/assets/fonts/amadeus-full/amadeus-full-bold.woff2 +0 -0
- package/assets/fonts/amadeus-full/amadeus-full-bolditalic.woff +0 -0
- package/assets/fonts/amadeus-full/amadeus-full-bolditalic.woff2 +0 -0
- package/assets/fonts/amadeus-full/amadeus-full-italic.woff +0 -0
- package/assets/fonts/amadeus-full/amadeus-full-italic.woff2 +0 -0
- package/assets/fonts/amadeus-full/amadeus-full-light.woff +0 -0
- package/assets/fonts/amadeus-full/amadeus-full-light.woff2 +0 -0
- package/assets/fonts/amadeus-full/amadeus-full-lightitalic.woff +0 -0
- package/assets/fonts/amadeus-full/amadeus-full-lightitalic.woff2 +0 -0
- package/assets/fonts/amadeus-full/amadeus-full-regular.woff +0 -0
- package/assets/fonts/amadeus-full/amadeus-full-regular.woff2 +0 -0
- package/assets/fonts/amadeus-full/amadeus-full-thin.woff +0 -0
- package/assets/fonts/amadeus-full/amadeus-full-thin.woff2 +0 -0
- package/assets/fonts/amadeus-full/amadeus-full-thinitalic.woff +0 -0
- package/assets/fonts/amadeus-full/amadeus-full-thinitalic.woff2 +0 -0
- package/assets/fonts/amadeus-neue/bold/AmadeusNeueWeb-Bold.woff +0 -0
- package/assets/fonts/amadeus-neue/bold/AmadeusNeueWeb-Bold.woff2 +0 -0
- package/assets/fonts/amadeus-neue/bold/AmadeusNeueWeb-BoldItalic.woff +0 -0
- package/assets/fonts/amadeus-neue/bold/AmadeusNeueWeb-BoldItalic.woff2 +0 -0
- package/assets/fonts/amadeus-neue/light/AmadeusNeueWeb-Light.woff +0 -0
- package/assets/fonts/amadeus-neue/light/AmadeusNeueWeb-Light.woff2 +0 -0
- package/assets/fonts/amadeus-neue/light/AmadeusNeueWeb-LightItalic.woff +0 -0
- package/assets/fonts/amadeus-neue/light/AmadeusNeueWeb-LightItalic.woff2 +0 -0
- package/assets/fonts/amadeus-neue/medium/AmadeusNeueWeb-Medium.woff +0 -0
- package/assets/fonts/amadeus-neue/medium/AmadeusNeueWeb-Medium.woff2 +0 -0
- package/assets/fonts/amadeus-neue/medium/AmadeusNeueWeb-MediumItalic.woff +0 -0
- package/assets/fonts/amadeus-neue/medium/AmadeusNeueWeb-MediumItalic.woff2 +0 -0
- package/assets/fonts/amadeus-neue/regular/AmadeusNeueWeb-Regular.woff +0 -0
- package/assets/fonts/amadeus-neue/regular/AmadeusNeueWeb-Regular.woff2 +0 -0
- package/assets/fonts/amadeus-neue/regular/AmadeusNeueWeb-RegularItalic.woff +0 -0
- package/assets/fonts/amadeus-neue/regular/AmadeusNeueWeb-RegularItalic.woff2 +0 -0
- package/assets/fonts/amadeus-regular/amadeus-regular.woff +0 -0
- package/assets/fonts/amadeus-regular/amadeus-regular.woff2 +0 -0
- package/assets/fonts/amadeus-thin/amadeus-thin.woff +0 -0
- package/assets/fonts/amadeus-thin/amadeus-thin.woff2 +0 -0
- package/assets/fonts/df-icons/df-icons-light.woff2 +0 -0
- package/assets/fonts/df-icons/df-icons-solid.woff2 +0 -0
- package/assets/fonts/font-awesome/fa-brands-400.woff2 +0 -0
- package/assets/fonts/font-awesome/fa-light-300.woff2 +0 -0
- package/assets/fonts/font-awesome/fa-solid-900.woff2 +0 -0
- package/assets/fonts/noto/notosans-bold.woff +0 -0
- package/assets/fonts/noto/notosans-bold.woff2 +0 -0
- package/assets/fonts/noto/notosans-bolditalic.woff +0 -0
- package/assets/fonts/noto/notosans-bolditalic.woff2 +0 -0
- package/assets/fonts/noto/notosans-italic.woff +0 -0
- package/assets/fonts/noto/notosans-italic.woff2 +0 -0
- package/assets/fonts/noto/notosans-light.woff +0 -0
- package/assets/fonts/noto/notosans-light.woff2 +0 -0
- package/assets/fonts/noto/notosans-lightitalic.woff +0 -0
- package/assets/fonts/noto/notosans-lightitalic.woff2 +0 -0
- package/assets/fonts/noto/notosans-regular.woff +0 -0
- package/assets/fonts/noto/notosans-regular.woff2 +0 -0
- package/assets/fonts/noto/notosans-thin.woff +0 -0
- package/assets/fonts/noto/notosans-thin.woff2 +0 -0
- package/assets/fonts/noto/notosans-thinitalic.woff +0 -0
- package/assets/fonts/noto/notosans-thinitalic.woff2 +0 -0
- package/assets/fonts/noto/notosansarabic-bold.woff +0 -0
- package/assets/fonts/noto/notosansarabic-bold.woff2 +0 -0
- package/assets/fonts/noto/notosansarabic-light.woff +0 -0
- package/assets/fonts/noto/notosansarabic-light.woff2 +0 -0
- package/assets/fonts/noto/notosansarabic-regular.woff +0 -0
- package/assets/fonts/noto/notosansarabic-regular.woff2 +0 -0
- package/assets/fonts/noto/notosansarabic-thin.woff +0 -0
- package/assets/fonts/noto/notosansarabic-thin.woff2 +0 -0
- package/assets/fonts/noto/notosansgeorgian-bold.woff +0 -0
- package/assets/fonts/noto/notosansgeorgian-bold.woff2 +0 -0
- package/assets/fonts/noto/notosansgeorgian-light.woff +0 -0
- package/assets/fonts/noto/notosansgeorgian-light.woff2 +0 -0
- package/assets/fonts/noto/notosansgeorgian-regular.woff +0 -0
- package/assets/fonts/noto/notosansgeorgian-regular.woff2 +0 -0
- package/assets/fonts/noto/notosansgeorgian-thin.woff +0 -0
- package/assets/fonts/noto/notosansgeorgian-thin.woff2 +0 -0
- package/assets/fonts/noto/notosanshebrew-bold.woff +0 -0
- package/assets/fonts/noto/notosanshebrew-bold.woff2 +0 -0
- package/assets/fonts/noto/notosanshebrew-light.woff +0 -0
- package/assets/fonts/noto/notosanshebrew-light.woff2 +0 -0
- package/assets/fonts/noto/notosanshebrew-regular.woff +0 -0
- package/assets/fonts/noto/notosanshebrew-regular.woff2 +0 -0
- package/assets/fonts/noto/notosanshebrew-thin.woff +0 -0
- package/assets/fonts/noto/notosanshebrew-thin.woff2 +0 -0
- package/assets/fonts/source-sans-pro-bold/source-sans-pro-bold.woff +0 -0
- package/assets/fonts/source-sans-pro-bold/source-sans-pro-bold.woff2 +0 -0
- package/assets/fonts/source-sans-pro-full/sourcesanspro-full-bold.woff +0 -0
- package/assets/fonts/source-sans-pro-full/sourcesanspro-full-bold.woff2 +0 -0
- package/assets/fonts/source-sans-pro-full/sourcesanspro-full-bolditalic.woff +0 -0
- package/assets/fonts/source-sans-pro-full/sourcesanspro-full-bolditalic.woff2 +0 -0
- package/assets/fonts/source-sans-pro-full/sourcesanspro-full-italic.woff +0 -0
- package/assets/fonts/source-sans-pro-full/sourcesanspro-full-italic.woff2 +0 -0
- package/assets/fonts/source-sans-pro-full/sourcesanspro-full-light.woff +0 -0
- package/assets/fonts/source-sans-pro-full/sourcesanspro-full-light.woff2 +0 -0
- package/assets/fonts/source-sans-pro-full/sourcesanspro-full-lightitalic.woff +0 -0
- package/assets/fonts/source-sans-pro-full/sourcesanspro-full-lightitalic.woff2 +0 -0
- package/assets/fonts/source-sans-pro-full/sourcesanspro-full-regular.woff +0 -0
- package/assets/fonts/source-sans-pro-full/sourcesanspro-full-regular.woff2 +0 -0
- package/assets/fonts/source-sans-pro-light/source-sans-pro-light.woff +0 -0
- package/assets/fonts/source-sans-pro-light/source-sans-pro-light.woff2 +0 -0
- package/assets/fonts/source-sans-pro-regular/source-sans-pro-regular.woff +0 -0
- package/assets/fonts/source-sans-pro-regular/source-sans-pro-regular.woff2 +0 -0
- package/assets/fonts/source-sans-pro-semibold/source-sans-pro-semibold.woff +0 -0
- package/assets/fonts/source-sans-pro-semibold/source-sans-pro-semibold.woff2 +0 -0
- package/design-factory-initial-branding.css +0 -13
- package/design-factory-initial-branding.scss +0 -1
- package/design-factory-utilities.scss +0 -5
- package/design-factory.css +0 -13
- package/design-factory.scss +0 -3
- package/fesm2022/design-factory-design-factory-tokens-style-dictionary.mjs +0 -358
- package/fesm2022/design-factory-design-factory-tokens-style-dictionary.mjs.map +0 -1
- package/styles/scss/_common.mixins.scss +0 -30
- package/styles/scss/_common.root.scss +0 -70
- package/styles/scss/_common.scss +0 -51
- package/styles/scss/_common.variables.scss +0 -79
- package/styles/scss/_variables.scss +0 -61
- package/styles/scss/agnosui/_variables.scss +0 -28
- package/styles/scss/bootstrap/_maps.scss +0 -52
- package/styles/scss/bootstrap/_mixins-override.scss +0 -69
- package/styles/scss/bootstrap/_rtl-styles-override.scss +0 -127
- package/styles/scss/bootstrap/_utilities-override.scss +0 -25
- package/styles/scss/bootstrap/_variables-dark.scss +0 -86
- package/styles/scss/bootstrap/_variables.scss +0 -2622
- package/styles/scss/components/.gitkeep +0 -0
- package/styles/scss/components/accordion/_accordion.scss +0 -241
- package/styles/scss/components/accordion/_accordion.variables.scss +0 -19
- package/styles/scss/components/alert/_alert.scss +0 -236
- package/styles/scss/components/alert/_alert.variables.scss +0 -56
- package/styles/scss/components/badge/_badge.mixins.scss +0 -23
- package/styles/scss/components/badge/_badge.scss +0 -483
- package/styles/scss/components/badge/_badge.variables.scss +0 -28
- package/styles/scss/components/brand-color/_brand-color.mixins.scss +0 -42
- package/styles/scss/components/brand-color/_brand-color.scss +0 -20
- package/styles/scss/components/brand-color/_brand-color.variables.scss +0 -152
- package/styles/scss/components/brand-color/_brand-color_container.scss +0 -23
- package/styles/scss/components/breadcrumbs/_breadcrumbs.scss +0 -127
- package/styles/scss/components/breadcrumbs/_breadcrumbs.variables.scss +0 -21
- package/styles/scss/components/button/_button.scss +0 -1090
- package/styles/scss/components/button/_button.utils.scss +0 -35
- package/styles/scss/components/button/_button.variables.scss +0 -48
- package/styles/scss/components/button/_button_container.scss +0 -47
- package/styles/scss/components/card/_card.scss +0 -208
- package/styles/scss/components/card/_card.variables.scss +0 -33
- package/styles/scss/components/carousel/_carousel.scss +0 -51
- package/styles/scss/components/carousel/_carousel.variables.scss +0 -12
- package/styles/scss/components/checkbox/_checkbox.scss +0 -68
- package/styles/scss/components/checkbox/_checkbox.variables.scss +0 -7
- package/styles/scss/components/collapse/_collapse.scss +0 -99
- package/styles/scss/components/collapse/_collapse.variables.scss +0 -7
- package/styles/scss/components/datepicker/_datepicker.scss +0 -362
- package/styles/scss/components/datepicker/_datepicker.variables.scss +0 -64
- package/styles/scss/components/dropdown/_dropdown.mixins.scss +0 -8
- package/styles/scss/components/dropdown/_dropdown.scss +0 -178
- package/styles/scss/components/dropdown/_dropdown.variables.scss +0 -24
- package/styles/scss/components/fieldset/_fieldset.scss +0 -8
- package/styles/scss/components/fieldset/_fieldset.variables.scss +0 -2
- package/styles/scss/components/fonts/_font-awesome-icons-brands.scss +0 -1585
- package/styles/scss/components/fonts/_font-awesome-icons.scss +0 -12886
- package/styles/scss/components/fonts/_font-faces.mixins.scss +0 -579
- package/styles/scss/components/fonts/_fonts-family.scss +0 -229
- package/styles/scss/components/fonts/_fonts.root.scss +0 -28
- package/styles/scss/components/fonts/_fonts.scss +0 -101
- package/styles/scss/components/fonts/_fonts.variables.scss +0 -33
- package/styles/scss/components/fonts/_icon-font.scss +0 -94
- package/styles/scss/components/fonts/_icon-font.variables.scss +0 -14
- package/styles/scss/components/fonts/_multi-lang.mixins.scss +0 -8
- package/styles/scss/components/fonts/multi-lang/_arabic.mixins.scss +0 -12
- package/styles/scss/components/fonts/multi-lang/_chinese.mixins.scss +0 -21
- package/styles/scss/components/fonts/multi-lang/_cyrillic-extended.mixins.scss +0 -11
- package/styles/scss/components/fonts/multi-lang/_cyrillic.mixins.scss +0 -10
- package/styles/scss/components/fonts/multi-lang/_georgian.mixins.scss +0 -13
- package/styles/scss/components/fonts/multi-lang/_hebrew.mixins.scss +0 -13
- package/styles/scss/components/fonts/multi-lang/_japanese.mixins.scss +0 -33
- package/styles/scss/components/fonts/multi-lang/_korean.mixins.scss +0 -18
- package/styles/scss/components/footer/_footer.mixins.scss +0 -36
- package/styles/scss/components/footer/_footer.scss +0 -86
- package/styles/scss/components/footer/_footer.variables.scss +0 -14
- package/styles/scss/components/form/_form.scss +0 -206
- package/styles/scss/components/form/_form.variables.scss +0 -34
- package/styles/scss/components/icon/_amadeus-icon.scss +0 -39
- package/styles/scss/components/icon/_amadeus-icon.variables.scss +0 -4
- package/styles/scss/components/inputs/_inputs.mixin.scss +0 -125
- package/styles/scss/components/inputs/_inputs.root.scss +0 -8
- package/styles/scss/components/inputs/_inputs.scss +0 -292
- package/styles/scss/components/inputs/_inputs.variables.scss +0 -39
- package/styles/scss/components/link/_link.mixins.scss +0 -198
- package/styles/scss/components/link/_link.scss +0 -170
- package/styles/scss/components/link/_link.variables.scss +0 -55
- package/styles/scss/components/list/_list.scss +0 -20
- package/styles/scss/components/list/_list.variables.scss +0 -4
- package/styles/scss/components/list-group/_list-group.scss +0 -101
- package/styles/scss/components/list-group/_list-group.variables.scss +0 -10
- package/styles/scss/components/media/_media.scss +0 -89
- package/styles/scss/components/media/_media.variables.scss +0 -19
- package/styles/scss/components/modal/_modal.scss +0 -247
- package/styles/scss/components/modal/_modal.variables.scss +0 -29
- package/styles/scss/components/navbar/_navbar.mixins.scss +0 -55
- package/styles/scss/components/navbar/_navbar.scss +0 -563
- package/styles/scss/components/navbar/_navbar.variables.scss +0 -102
- package/styles/scss/components/pagination/_pagination.scss +0 -251
- package/styles/scss/components/pagination/_pagination.variables.scss +0 -35
- package/styles/scss/components/pagination/_pagination_container.scss +0 -17
- package/styles/scss/components/popover/_popover.mixin.scss +0 -46
- package/styles/scss/components/popover/_popover.scss +0 -45
- package/styles/scss/components/popover/_popover.variables.scss +0 -25
- package/styles/scss/components/popover/_popover_container.scss +0 -214
- package/styles/scss/components/progressbar/_progressbar.scss +0 -93
- package/styles/scss/components/progressbar/_progressbar.variables.scss +0 -28
- package/styles/scss/components/radio/_radio.scss +0 -50
- package/styles/scss/components/radio/_radio.variables.scss +0 -4
- package/styles/scss/components/rating/_rating.scss +0 -118
- package/styles/scss/components/rating/_rating.variables.scss +0 -20
- package/styles/scss/components/scrollspy/_scrollspy.scss +0 -88
- package/styles/scss/components/scrollspy/_scrollspy.variables.scss +0 -23
- package/styles/scss/components/select/_select.mixin.scss +0 -34
- package/styles/scss/components/select/_select.scss +0 -804
- package/styles/scss/components/select/_select.variables.scss +0 -89
- package/styles/scss/components/separator/_separator.scss +0 -9
- package/styles/scss/components/separator/_separator.variables.scss +0 -1
- package/styles/scss/components/sidenav/_sidenav.scss +0 -347
- package/styles/scss/components/sidenav/_sidenav.variables.scss +0 -104
- package/styles/scss/components/skip-links/_skip-links.scss +0 -40
- package/styles/scss/components/skip-links/_skip-links.variables.scss +0 -9
- package/styles/scss/components/slider/_slider.scss +0 -422
- package/styles/scss/components/slider/_slider.variables.scss +0 -59
- package/styles/scss/components/speechbubble/_speechbubble.scss +0 -166
- package/styles/scss/components/speechbubble/_speechbubble.variables.scss +0 -27
- package/styles/scss/components/spinner/_spinner.scss +0 -126
- package/styles/scss/components/spinner/_spinner.variables.scss +0 -30
- package/styles/scss/components/spinner/_spinner_container.scss +0 -43
- package/styles/scss/components/stepper/_stepper.mixins.scss +0 -176
- package/styles/scss/components/stepper/_stepper.scss +0 -254
- package/styles/scss/components/stepper/_stepper.variables.scss +0 -88
- package/styles/scss/components/table/_advancedtables.scss +0 -306
- package/styles/scss/components/table/_table.scss +0 -19
- package/styles/scss/components/table/_table.variables.scss +0 -37
- package/styles/scss/components/tabs/_tabs.scss +0 -277
- package/styles/scss/components/tabs/_tabs.variables.scss +0 -36
- package/styles/scss/components/timepicker/_timepicker.scss +0 -5
- package/styles/scss/components/timepicker/_timepicker.variables.scss +0 -1
- package/styles/scss/components/toast/_toast.scss +0 -354
- package/styles/scss/components/toast/_toast.variables.scss +0 -18
- package/styles/scss/components/toggle/_toggle.scss +0 -145
- package/styles/scss/components/toggle/_toggle.variables.scss +0 -22
- package/styles/scss/components/tooltip/_tooltip.scss +0 -24
- package/styles/scss/components/tooltip/_tooltip.variables.scss +0 -6
- package/styles/scss/components/tooltip/_tooltip_container.scss +0 -116
- package/styles/scss/components/typeahead/_typeahead.scss +0 -59
- package/styles/scss/components/typeahead/_typeahead.variables.scss +0 -11
- package/styles/scss/df-styles-namespace.scss +0 -165
- package/styles/scss/df-styles.scss +0 -117
- package/styles/scss/themes/brand2023/_variables.scss +0 -1140
- package/styles/scss/themes/brand2023/tokens/_mapping.gen.scss +0 -868
- package/styles/scss/themes/brand2023/tokens/_root.gen.scss +0 -1709
- package/styles/scss/themes/brand2023/tokens/_sass-vars.gen.scss +0 -1468
- package/styles/scss/utilities/_common.utilities.scss +0 -205
- package/styles/scss/utilities/_form.mixins.scss +0 -26
- package/styles/scss/utilities/_rgb.scss +0 -10
- package/tokens/style-dictionary/index.d.ts +0 -60
|
@@ -1,579 +0,0 @@
|
|
|
1
|
-
@mixin df-fonts-multi-lang-typo-fonts($parent-selector, $body-font-stack, $headings-font-stack) {
|
|
2
|
-
#{$parent-selector} {
|
|
3
|
-
font-family: $body-font-stack;
|
|
4
|
-
|
|
5
|
-
body {
|
|
6
|
-
font-family: $body-font-stack;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
h1,
|
|
10
|
-
h2,
|
|
11
|
-
h3,
|
|
12
|
-
h4,
|
|
13
|
-
h5,
|
|
14
|
-
h6,
|
|
15
|
-
.h1,
|
|
16
|
-
.h2,
|
|
17
|
-
.h3,
|
|
18
|
-
.h4,
|
|
19
|
-
.h5,
|
|
20
|
-
.h6 {
|
|
21
|
-
font-family: $headings-font-stack;
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
@mixin df-fonts-multi-lang-font-faces-source-sans-pro-full() {
|
|
27
|
-
@font-face {
|
|
28
|
-
font-family: 'Source Sans Pro Full';
|
|
29
|
-
src:
|
|
30
|
-
url('#{$font-path}/source-sans-pro-full/sourcesanspro-full-light.woff2') format('woff2'),
|
|
31
|
-
url('#{$font-path}/source-sans-pro-full/sourcesanspro-full-light.woff') format('woff');
|
|
32
|
-
font-weight: 300;
|
|
33
|
-
font-style: normal;
|
|
34
|
-
font-display: swap;
|
|
35
|
-
}
|
|
36
|
-
@font-face {
|
|
37
|
-
font-family: 'Source Sans Pro Full';
|
|
38
|
-
src:
|
|
39
|
-
url('#{$font-path}/source-sans-pro-full/sourcesanspro-full-lightitalic.woff2') format('woff2'),
|
|
40
|
-
url('#{$font-path}/source-sans-pro-full/sourcesanspro-full-lightitalic.woff') format('woff');
|
|
41
|
-
font-weight: 300;
|
|
42
|
-
font-style: italic;
|
|
43
|
-
font-display: swap;
|
|
44
|
-
}
|
|
45
|
-
@font-face {
|
|
46
|
-
font-family: 'Source Sans Pro Full';
|
|
47
|
-
src:
|
|
48
|
-
url('#{$font-path}/source-sans-pro-full/sourcesanspro-full-regular.woff2') format('woff2'),
|
|
49
|
-
url('#{$font-path}/source-sans-pro-full/sourcesanspro-full-regular.woff') format('woff');
|
|
50
|
-
font-weight: normal;
|
|
51
|
-
font-style: normal;
|
|
52
|
-
font-display: swap;
|
|
53
|
-
}
|
|
54
|
-
@font-face {
|
|
55
|
-
font-family: 'Source Sans Pro Full';
|
|
56
|
-
src:
|
|
57
|
-
url('#{$font-path}/source-sans-pro-full/sourcesanspro-full-italic.woff2') format('woff2'),
|
|
58
|
-
url('#{$font-path}/source-sans-pro-full/sourcesanspro-full-italic.woff') format('woff');
|
|
59
|
-
font-weight: normal;
|
|
60
|
-
font-style: italic;
|
|
61
|
-
font-display: swap;
|
|
62
|
-
}
|
|
63
|
-
@font-face {
|
|
64
|
-
font-family: 'Source Sans Pro Full';
|
|
65
|
-
src:
|
|
66
|
-
url('#{$font-path}/source-sans-pro-full/sourcesanspro-full-bold.woff2') format('woff2'),
|
|
67
|
-
url('#{$font-path}/source-sans-pro-full/sourcesanspro-full-bold.woff') format('woff');
|
|
68
|
-
font-weight: bold;
|
|
69
|
-
font-style: normal;
|
|
70
|
-
font-display: swap;
|
|
71
|
-
}
|
|
72
|
-
@font-face {
|
|
73
|
-
font-family: 'Source Sans Pro Full';
|
|
74
|
-
src:
|
|
75
|
-
url('#{$font-path}/source-sans-pro-full/sourcesanspro-full-bolditalic.woff2') format('woff2'),
|
|
76
|
-
url('#{$font-path}/source-sans-pro-full/sourcesanspro-full-bolditalic.woff') format('woff');
|
|
77
|
-
font-weight: bold;
|
|
78
|
-
font-style: italic;
|
|
79
|
-
font-display: swap;
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
@mixin df-fonts-multi-lang-font-faces-amadeus-full() {
|
|
84
|
-
@font-face {
|
|
85
|
-
font-family: 'Amadeus Full';
|
|
86
|
-
src:
|
|
87
|
-
url('#{$font-path}/amadeus-full/amadeus-full-thin.woff2') format('woff2'),
|
|
88
|
-
url('#{$font-path}/amadeus-full/amadeus-full-thin.woff') format('woff');
|
|
89
|
-
font-weight: 100;
|
|
90
|
-
font-style: normal;
|
|
91
|
-
font-display: swap;
|
|
92
|
-
}
|
|
93
|
-
@font-face {
|
|
94
|
-
font-family: 'Amadeus Full';
|
|
95
|
-
src:
|
|
96
|
-
url('#{$font-path}/amadeus-full/amadeus-full-thinitalic.woff2') format('woff2'),
|
|
97
|
-
url('#{$font-path}/amadeus-full/amadeus-full-thinitalic.woff') format('woff');
|
|
98
|
-
font-weight: 100;
|
|
99
|
-
font-style: italic;
|
|
100
|
-
font-display: swap;
|
|
101
|
-
}
|
|
102
|
-
@font-face {
|
|
103
|
-
font-family: 'Amadeus Full';
|
|
104
|
-
src:
|
|
105
|
-
url('#{$font-path}/amadeus-full/amadeus-full-light.woff2') format('woff2'),
|
|
106
|
-
url('#{$font-path}/amadeus-full/amadeus-full-light.woff') format('woff');
|
|
107
|
-
font-weight: 300;
|
|
108
|
-
font-style: normal;
|
|
109
|
-
font-display: swap;
|
|
110
|
-
}
|
|
111
|
-
@font-face {
|
|
112
|
-
font-family: 'Amadeus Full';
|
|
113
|
-
src:
|
|
114
|
-
url('#{$font-path}/amadeus-full/amadeus-full-lightitalic.woff2') format('woff2'),
|
|
115
|
-
url('#{$font-path}/amadeus-full/amadeus-full-lightitalic.woff') format('woff');
|
|
116
|
-
font-weight: 300;
|
|
117
|
-
font-style: italic;
|
|
118
|
-
font-display: swap;
|
|
119
|
-
}
|
|
120
|
-
@font-face {
|
|
121
|
-
font-family: 'Amadeus Full';
|
|
122
|
-
src:
|
|
123
|
-
url('#{$font-path}/amadeus-full/amadeus-full-regular.woff2') format('woff2'),
|
|
124
|
-
url('#{$font-path}/amadeus-full/amadeus-full-regular.woff') format('woff');
|
|
125
|
-
font-weight: normal;
|
|
126
|
-
font-style: normal;
|
|
127
|
-
font-display: swap;
|
|
128
|
-
}
|
|
129
|
-
@font-face {
|
|
130
|
-
font-family: 'Amadeus Full';
|
|
131
|
-
src:
|
|
132
|
-
url('#{$font-path}/amadeus-full/amadeus-full-italic.woff2') format('woff2'),
|
|
133
|
-
url('#{$font-path}/amadeus-full/amadeus-full-italic.woff') format('woff');
|
|
134
|
-
font-weight: normal;
|
|
135
|
-
font-style: italic;
|
|
136
|
-
font-display: swap;
|
|
137
|
-
}
|
|
138
|
-
@font-face {
|
|
139
|
-
font-family: 'Amadeus Full';
|
|
140
|
-
src:
|
|
141
|
-
url('#{$font-path}/amadeus-full/amadeus-full-bold.woff2') format('woff2'),
|
|
142
|
-
url('#{$font-path}/amadeus-full/amadeus-full-bold.woff') format('woff');
|
|
143
|
-
font-weight: bold;
|
|
144
|
-
font-style: normal;
|
|
145
|
-
font-display: swap;
|
|
146
|
-
}
|
|
147
|
-
@font-face {
|
|
148
|
-
font-family: 'Amadeus Full';
|
|
149
|
-
src:
|
|
150
|
-
url('#{$font-path}/amadeus-full/amadeus-full-bolditalic.woff2') format('woff2'),
|
|
151
|
-
url('#{$font-path}/amadeus-full/amadeus-full-bolditalic.woff') format('woff');
|
|
152
|
-
font-weight: bold;
|
|
153
|
-
font-style: italic;
|
|
154
|
-
font-display: swap;
|
|
155
|
-
}
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
@mixin df-fonts-multi-lang-font-faces-noto-sans() {
|
|
159
|
-
@font-face {
|
|
160
|
-
font-family: 'Noto Sans';
|
|
161
|
-
src:
|
|
162
|
-
url('#{$font-path}/noto/notosans-thin.woff2') format('woff2'),
|
|
163
|
-
url('#{$font-path}/noto/notosans-thin.woff') format('woff');
|
|
164
|
-
font-weight: 100;
|
|
165
|
-
font-style: normal;
|
|
166
|
-
font-display: swap;
|
|
167
|
-
}
|
|
168
|
-
@font-face {
|
|
169
|
-
font-family: 'Noto Sans';
|
|
170
|
-
src:
|
|
171
|
-
url('#{$font-path}/noto/notosans-thinitalic.woff2') format('woff2'),
|
|
172
|
-
url('#{$font-path}/noto/notosans-thinitalic.woff') format('woff');
|
|
173
|
-
font-weight: 100;
|
|
174
|
-
font-style: italic;
|
|
175
|
-
font-display: swap;
|
|
176
|
-
}
|
|
177
|
-
@font-face {
|
|
178
|
-
font-family: 'Noto Sans';
|
|
179
|
-
src:
|
|
180
|
-
url('#{$font-path}/noto/notosans-light.woff2') format('woff2'),
|
|
181
|
-
url('#{$font-path}/noto/notosans-light.woff') format('woff');
|
|
182
|
-
font-weight: 300;
|
|
183
|
-
font-style: normal;
|
|
184
|
-
font-display: swap;
|
|
185
|
-
}
|
|
186
|
-
@font-face {
|
|
187
|
-
font-family: 'Noto Sans';
|
|
188
|
-
src:
|
|
189
|
-
url('#{$font-path}/noto/notosans-lightitalic.woff2') format('woff2'),
|
|
190
|
-
url('#{$font-path}/noto/notosans-lightitalic.woff') format('woff');
|
|
191
|
-
font-weight: 300;
|
|
192
|
-
font-style: italic;
|
|
193
|
-
font-display: swap;
|
|
194
|
-
}
|
|
195
|
-
@font-face {
|
|
196
|
-
font-family: 'Noto Sans';
|
|
197
|
-
src:
|
|
198
|
-
url('#{$font-path}/noto/notosans-regular.woff2') format('woff2'),
|
|
199
|
-
url('#{$font-path}/noto/notosans-regular.woff') format('woff');
|
|
200
|
-
font-weight: normal;
|
|
201
|
-
font-style: normal;
|
|
202
|
-
font-display: swap;
|
|
203
|
-
}
|
|
204
|
-
@font-face {
|
|
205
|
-
font-family: 'Noto Sans';
|
|
206
|
-
src:
|
|
207
|
-
url('#{$font-path}/noto/notosans-italic.woff2') format('woff2'),
|
|
208
|
-
url('#{$font-path}/noto/notosans-italic.woff') format('woff');
|
|
209
|
-
font-weight: normal;
|
|
210
|
-
font-style: italic;
|
|
211
|
-
font-display: swap;
|
|
212
|
-
}
|
|
213
|
-
@font-face {
|
|
214
|
-
font-family: 'Noto Sans';
|
|
215
|
-
src:
|
|
216
|
-
url('#{$font-path}/noto/notosans-bold.woff2') format('woff2'),
|
|
217
|
-
url('#{$font-path}/noto/notosans-bold.woff') format('woff');
|
|
218
|
-
font-weight: bold;
|
|
219
|
-
font-style: normal;
|
|
220
|
-
font-display: swap;
|
|
221
|
-
}
|
|
222
|
-
@font-face {
|
|
223
|
-
font-family: 'Noto Sans';
|
|
224
|
-
src:
|
|
225
|
-
url('#{$font-path}/noto/notosans-bolditalic.woff2') format('woff2'),
|
|
226
|
-
url('#{$font-path}/noto/notosans-bolditalic.woff') format('woff');
|
|
227
|
-
font-weight: bold;
|
|
228
|
-
font-style: italic;
|
|
229
|
-
font-display: swap;
|
|
230
|
-
}
|
|
231
|
-
}
|
|
232
|
-
|
|
233
|
-
@mixin df-fonts-multi-lang-font-faces-noto-sans-hebrew() {
|
|
234
|
-
@font-face {
|
|
235
|
-
font-family: 'Noto Sans';
|
|
236
|
-
src:
|
|
237
|
-
url('#{$font-path}/noto/notosanshebrew-thin.woff2') format('woff2'),
|
|
238
|
-
url('#{$font-path}/noto/notosanshebrew-thin.woff') format('woff');
|
|
239
|
-
font-weight: 100;
|
|
240
|
-
font-style: normal;
|
|
241
|
-
unicode-range: U+0590-05FF;
|
|
242
|
-
font-display: swap;
|
|
243
|
-
}
|
|
244
|
-
@font-face {
|
|
245
|
-
font-family: 'Noto Sans';
|
|
246
|
-
src:
|
|
247
|
-
url('#{$font-path}/noto/notosanshebrew-light.woff2') format('woff2'),
|
|
248
|
-
url('#{$font-path}/noto/notosanshebrew-light.woff') format('woff');
|
|
249
|
-
font-weight: 300;
|
|
250
|
-
font-style: normal;
|
|
251
|
-
unicode-range: U+0590-05FF;
|
|
252
|
-
font-display: swap;
|
|
253
|
-
}
|
|
254
|
-
@font-face {
|
|
255
|
-
font-family: 'Noto Sans';
|
|
256
|
-
src:
|
|
257
|
-
url('#{$font-path}/noto/notosanshebrew-regular.woff2') format('woff2'),
|
|
258
|
-
url('#{$font-path}/noto/notosanshebrew-regular.woff') format('woff');
|
|
259
|
-
font-weight: normal;
|
|
260
|
-
font-style: normal;
|
|
261
|
-
unicode-range: U+0590-05FF;
|
|
262
|
-
font-display: swap;
|
|
263
|
-
}
|
|
264
|
-
|
|
265
|
-
@font-face {
|
|
266
|
-
font-family: 'Noto Sans';
|
|
267
|
-
src:
|
|
268
|
-
url('#{$font-path}/noto/notosanshebrew-bold.woff2') format('woff2'),
|
|
269
|
-
url('#{$font-path}/noto/notosanshebrew-bold.woff') format('woff');
|
|
270
|
-
font-weight: bold;
|
|
271
|
-
font-style: normal;
|
|
272
|
-
unicode-range: U+0590-05FF;
|
|
273
|
-
font-display: swap;
|
|
274
|
-
}
|
|
275
|
-
|
|
276
|
-
@font-face {
|
|
277
|
-
font-family: 'Noto Sans';
|
|
278
|
-
src:
|
|
279
|
-
url('#{$font-path}/noto/notosanshebrew-thin.woff2') format('woff2'),
|
|
280
|
-
url('#{$font-path}/noto/notosanshebrew-thin.woff') format('woff');
|
|
281
|
-
font-weight: 100;
|
|
282
|
-
font-style: italic;
|
|
283
|
-
unicode-range: U+0590-05FF;
|
|
284
|
-
font-display: swap;
|
|
285
|
-
}
|
|
286
|
-
|
|
287
|
-
@font-face {
|
|
288
|
-
font-family: 'Noto Sans';
|
|
289
|
-
src:
|
|
290
|
-
url('#{$font-path}/noto/notosanshebrew-light.woff2') format('woff2'),
|
|
291
|
-
url('#{$font-path}/noto/notosanshebrew-light.woff') format('woff');
|
|
292
|
-
font-weight: 300;
|
|
293
|
-
font-style: italic;
|
|
294
|
-
unicode-range: U+0590-05FF;
|
|
295
|
-
font-display: swap;
|
|
296
|
-
}
|
|
297
|
-
|
|
298
|
-
@font-face {
|
|
299
|
-
font-family: 'Noto Sans';
|
|
300
|
-
src:
|
|
301
|
-
url('#{$font-path}/noto/notosanshebrew-regular.woff2') format('woff2'),
|
|
302
|
-
url('#{$font-path}/noto/notosanshebrew-regular.woff') format('woff');
|
|
303
|
-
font-weight: normal;
|
|
304
|
-
font-style: italic;
|
|
305
|
-
unicode-range: U+0590-05FF;
|
|
306
|
-
font-display: swap;
|
|
307
|
-
}
|
|
308
|
-
|
|
309
|
-
@font-face {
|
|
310
|
-
font-family: 'Noto Sans';
|
|
311
|
-
src:
|
|
312
|
-
url('#{$font-path}/noto/notosanshebrew-bold.woff2') format('woff2'),
|
|
313
|
-
url('#{$font-path}/noto/notosanshebrew-bold.woff') format('woff');
|
|
314
|
-
font-weight: bold;
|
|
315
|
-
font-style: italic;
|
|
316
|
-
unicode-range: U+0590-05FF;
|
|
317
|
-
font-display: swap;
|
|
318
|
-
}
|
|
319
|
-
}
|
|
320
|
-
|
|
321
|
-
@mixin df-fonts-multi-lang-font-faces-noto-sans-arabic() {
|
|
322
|
-
@font-face {
|
|
323
|
-
font-family: 'Noto Sans';
|
|
324
|
-
src:
|
|
325
|
-
url('#{$font-path}/noto/notosansarabic-thin.woff2') format('woff2'),
|
|
326
|
-
url('#{$font-path}/noto/notosansarabic-thin.woff') format('woff');
|
|
327
|
-
font-weight: 100;
|
|
328
|
-
font-style: italic;
|
|
329
|
-
unicode-range: U+0600-06FF;
|
|
330
|
-
font-display: swap;
|
|
331
|
-
}
|
|
332
|
-
|
|
333
|
-
@font-face {
|
|
334
|
-
font-family: 'Noto Sans';
|
|
335
|
-
src:
|
|
336
|
-
url('#{$font-path}/noto/notosansarabic-thin.woff2') format('woff2'),
|
|
337
|
-
url('#{$font-path}/noto/notosansarabic-thin.woff') format('woff');
|
|
338
|
-
font-weight: 100;
|
|
339
|
-
font-style: normal;
|
|
340
|
-
unicode-range: U+0600-06FF;
|
|
341
|
-
font-display: swap;
|
|
342
|
-
}
|
|
343
|
-
@font-face {
|
|
344
|
-
font-family: 'Noto Sans';
|
|
345
|
-
src:
|
|
346
|
-
url('#{$font-path}/noto/notosansarabic-light.woff2') format('woff2'),
|
|
347
|
-
url('#{$font-path}/noto/notosansarabic-light.woff') format('woff');
|
|
348
|
-
font-weight: 300;
|
|
349
|
-
font-style: normal;
|
|
350
|
-
unicode-range: U+0600-06FF;
|
|
351
|
-
font-display: swap;
|
|
352
|
-
}
|
|
353
|
-
@font-face {
|
|
354
|
-
font-family: 'Noto Sans';
|
|
355
|
-
src:
|
|
356
|
-
url('#{$font-path}/noto/notosansarabic-regular.woff2') format('woff2'),
|
|
357
|
-
url('#{$font-path}/noto/notosansarabic-regular.woff') format('woff');
|
|
358
|
-
font-weight: normal;
|
|
359
|
-
font-style: normal;
|
|
360
|
-
unicode-range: U+0600-06FF;
|
|
361
|
-
font-display: swap;
|
|
362
|
-
}
|
|
363
|
-
@font-face {
|
|
364
|
-
font-family: 'Noto Sans';
|
|
365
|
-
src:
|
|
366
|
-
url('#{$font-path}/noto/notosansarabic-bold.woff2') format('woff2'),
|
|
367
|
-
url('#{$font-path}/noto/notosansarabic-bold.woff') format('woff');
|
|
368
|
-
font-weight: bold;
|
|
369
|
-
font-style: normal;
|
|
370
|
-
unicode-range: U+0600-06FF;
|
|
371
|
-
font-display: swap;
|
|
372
|
-
}
|
|
373
|
-
@font-face {
|
|
374
|
-
font-family: 'Noto Sans';
|
|
375
|
-
src:
|
|
376
|
-
url('#{$font-path}/noto/notosansarabic-regular.woff2') format('woff2'),
|
|
377
|
-
url('#{$font-path}/noto/notosansarabic-regular.woff') format('woff');
|
|
378
|
-
font-weight: normal;
|
|
379
|
-
font-style: italic;
|
|
380
|
-
unicode-range: U+0600-06FF;
|
|
381
|
-
font-display: swap;
|
|
382
|
-
}
|
|
383
|
-
|
|
384
|
-
@font-face {
|
|
385
|
-
font-family: 'Noto Sans';
|
|
386
|
-
src:
|
|
387
|
-
url('#{$font-path}/noto/notosansarabic-bold.woff2') format('woff2'),
|
|
388
|
-
url('#{$font-path}/noto/notosansarabic-bold.woff') format('woff');
|
|
389
|
-
font-weight: bold;
|
|
390
|
-
font-style: italic;
|
|
391
|
-
unicode-range: U+0600-06FF;
|
|
392
|
-
font-display: swap;
|
|
393
|
-
}
|
|
394
|
-
|
|
395
|
-
@font-face {
|
|
396
|
-
font-family: 'Noto Sans';
|
|
397
|
-
src:
|
|
398
|
-
url('#{$font-path}/noto/notosansarabic-light.woff2') format('woff2'),
|
|
399
|
-
url('#{$font-path}/noto/notosansarabic-light.woff') format('woff');
|
|
400
|
-
font-weight: 300;
|
|
401
|
-
font-style: italic;
|
|
402
|
-
unicode-range: U+0600-06FF;
|
|
403
|
-
font-display: swap;
|
|
404
|
-
}
|
|
405
|
-
}
|
|
406
|
-
|
|
407
|
-
@mixin df-fonts-multi-lang-font-faces-noto-sans-georgian() {
|
|
408
|
-
@font-face {
|
|
409
|
-
font-family: 'Noto Sans';
|
|
410
|
-
src:
|
|
411
|
-
url('#{$font-path}/noto/notosansgeorgian-thin.woff2') format('woff2'),
|
|
412
|
-
url('#{$font-path}/noto/notosansgeorgian-thin.woff') format('woff');
|
|
413
|
-
font-weight: 100;
|
|
414
|
-
font-style: normal;
|
|
415
|
-
unicode-range: U+10A0-10FF;
|
|
416
|
-
font-display: swap;
|
|
417
|
-
}
|
|
418
|
-
|
|
419
|
-
@font-face {
|
|
420
|
-
font-family: 'Noto Sans';
|
|
421
|
-
src:
|
|
422
|
-
url('#{$font-path}/noto/notosansgeorgian-light.woff2') format('woff2'),
|
|
423
|
-
url('#{$font-path}/noto/notosansgeorgian-light.woff') format('woff');
|
|
424
|
-
font-weight: 300;
|
|
425
|
-
font-style: normal;
|
|
426
|
-
unicode-range: U+10A0-10FF;
|
|
427
|
-
font-display: swap;
|
|
428
|
-
}
|
|
429
|
-
@font-face {
|
|
430
|
-
font-family: 'Noto Sans';
|
|
431
|
-
src:
|
|
432
|
-
url('#{$font-path}/noto/notosansgeorgian-regular.woff2') format('woff2'),
|
|
433
|
-
url('#{$font-path}/noto/notosansgeorgian-regular.woff') format('woff');
|
|
434
|
-
font-weight: normal;
|
|
435
|
-
font-style: normal;
|
|
436
|
-
unicode-range: U+10A0-10FF;
|
|
437
|
-
font-display: swap;
|
|
438
|
-
}
|
|
439
|
-
@font-face {
|
|
440
|
-
font-family: 'Noto Sans';
|
|
441
|
-
src:
|
|
442
|
-
url('#{$font-path}/noto/notosansgeorgian-bold.woff2') format('woff2'),
|
|
443
|
-
url('#{$font-path}/noto/notosansgeorgian-bold.woff') format('woff');
|
|
444
|
-
font-weight: bold;
|
|
445
|
-
font-style: normal;
|
|
446
|
-
unicode-range: U+10A0-10FF;
|
|
447
|
-
font-display: swap;
|
|
448
|
-
}
|
|
449
|
-
@font-face {
|
|
450
|
-
font-family: 'Noto Sans';
|
|
451
|
-
src:
|
|
452
|
-
url('#{$font-path}/noto/notosansgeorgian-bold.woff2') format('woff2'),
|
|
453
|
-
url('#{$font-path}/noto/notosansgeorgian-bold.woff') format('woff');
|
|
454
|
-
font-weight: bold;
|
|
455
|
-
font-style: italic;
|
|
456
|
-
unicode-range: U+10A0-10FF;
|
|
457
|
-
font-display: swap;
|
|
458
|
-
}
|
|
459
|
-
|
|
460
|
-
@font-face {
|
|
461
|
-
font-family: 'Noto Sans';
|
|
462
|
-
src:
|
|
463
|
-
url('#{$font-path}/noto/notosansgeorgian-regular.woff2') format('woff2'),
|
|
464
|
-
url('#{$font-path}/noto/notosansgeorgian-regular.woff') format('woff');
|
|
465
|
-
font-weight: normal;
|
|
466
|
-
font-style: italic;
|
|
467
|
-
unicode-range: U+10A0-10FF;
|
|
468
|
-
font-display: swap;
|
|
469
|
-
}
|
|
470
|
-
|
|
471
|
-
@font-face {
|
|
472
|
-
font-family: 'Noto Sans';
|
|
473
|
-
src:
|
|
474
|
-
url('#{$font-path}/noto/notosansgeorgian-light.woff2') format('woff2'),
|
|
475
|
-
url('#{$font-path}/noto/notosansgeorgian-light.woff') format('woff');
|
|
476
|
-
font-weight: 300;
|
|
477
|
-
font-style: italic;
|
|
478
|
-
unicode-range: U+10A0-10FF;
|
|
479
|
-
font-display: swap;
|
|
480
|
-
}
|
|
481
|
-
|
|
482
|
-
@font-face {
|
|
483
|
-
font-family: 'Noto Sans';
|
|
484
|
-
src:
|
|
485
|
-
url('#{$font-path}/noto/notosansgeorgian-thin.woff2') format('woff2'),
|
|
486
|
-
url('#{$font-path}/noto/notosansgeorgian-thin.woff') format('woff');
|
|
487
|
-
font-weight: 100;
|
|
488
|
-
font-style: italic;
|
|
489
|
-
unicode-range: U+10A0-10FF;
|
|
490
|
-
font-display: swap;
|
|
491
|
-
}
|
|
492
|
-
}
|
|
493
|
-
|
|
494
|
-
@mixin df-fonts-multi-lang-font-faces-noto-sans-armenian() {
|
|
495
|
-
@font-face {
|
|
496
|
-
font-family: 'Noto Sans';
|
|
497
|
-
src:
|
|
498
|
-
url('#{$font-path}/noto/notosansarmenian-thin.woff2') format('woff2'),
|
|
499
|
-
url('#{$font-path}/noto/notosansarmenian-thin.woff') format('woff');
|
|
500
|
-
font-weight: 100;
|
|
501
|
-
font-style: normal;
|
|
502
|
-
unicode-range: U+0530-058F;
|
|
503
|
-
font-display: swap;
|
|
504
|
-
}
|
|
505
|
-
@font-face {
|
|
506
|
-
font-family: 'Noto Sans';
|
|
507
|
-
src:
|
|
508
|
-
url('#{$font-path}/noto/notosansarmenian-light.woff2') format('woff2'),
|
|
509
|
-
url('#{$font-path}/noto/notosansarmenian-light.woff') format('woff');
|
|
510
|
-
font-weight: 300;
|
|
511
|
-
font-style: normal;
|
|
512
|
-
unicode-range: U+0530-058F;
|
|
513
|
-
font-display: swap;
|
|
514
|
-
}
|
|
515
|
-
@font-face {
|
|
516
|
-
font-family: 'Noto Sans';
|
|
517
|
-
src:
|
|
518
|
-
url('#{$font-path}/noto/notosansarmenian-regular.woff2') format('woff2'),
|
|
519
|
-
url('#{$font-path}/noto/notosansarmenian-regular.woff') format('woff');
|
|
520
|
-
font-weight: normal;
|
|
521
|
-
font-style: normal;
|
|
522
|
-
unicode-range: U+0530-058F;
|
|
523
|
-
font-display: swap;
|
|
524
|
-
}
|
|
525
|
-
@font-face {
|
|
526
|
-
font-family: 'Noto Sans';
|
|
527
|
-
src:
|
|
528
|
-
url('#{$font-path}/noto/notosansarmenian-thin.woff2') format('woff2'),
|
|
529
|
-
url('#{$font-path}/noto/notosansarmenian-thin.woff') format('woff');
|
|
530
|
-
font-weight: 100;
|
|
531
|
-
font-style: italic;
|
|
532
|
-
unicode-range: U+0530-058F;
|
|
533
|
-
font-display: swap;
|
|
534
|
-
}
|
|
535
|
-
|
|
536
|
-
@font-face {
|
|
537
|
-
font-family: 'Noto Sans';
|
|
538
|
-
src:
|
|
539
|
-
url('#{$font-path}/noto/notosansarmenian-light.woff2') format('woff2'),
|
|
540
|
-
url('#{$font-path}/noto/notosansarmenian-light.woff') format('woff');
|
|
541
|
-
font-weight: 300;
|
|
542
|
-
font-style: italic;
|
|
543
|
-
unicode-range: U+0530-058F;
|
|
544
|
-
font-display: swap;
|
|
545
|
-
}
|
|
546
|
-
|
|
547
|
-
@font-face {
|
|
548
|
-
font-family: 'Noto Sans';
|
|
549
|
-
src:
|
|
550
|
-
url('#{$font-path}/noto/notosansarmenian-bold.woff2') format('woff2'),
|
|
551
|
-
url('#{$font-path}/noto/notosansarmenian-bold.woff') format('woff');
|
|
552
|
-
font-weight: bold;
|
|
553
|
-
font-style: italic;
|
|
554
|
-
unicode-range: U+0530-058F;
|
|
555
|
-
font-display: swap;
|
|
556
|
-
}
|
|
557
|
-
|
|
558
|
-
@font-face {
|
|
559
|
-
font-family: 'Noto Sans';
|
|
560
|
-
src:
|
|
561
|
-
url('#{$font-path}/noto/notosansarmenian-regular.woff2') format('woff2'),
|
|
562
|
-
url('#{$font-path}/noto/notosansarmenian-regular.woff') format('woff');
|
|
563
|
-
font-weight: normal;
|
|
564
|
-
font-style: italic;
|
|
565
|
-
unicode-range: U+0530-058F;
|
|
566
|
-
font-display: swap;
|
|
567
|
-
}
|
|
568
|
-
|
|
569
|
-
@font-face {
|
|
570
|
-
font-family: 'Noto Sans';
|
|
571
|
-
src:
|
|
572
|
-
url('#{$font-path}/noto/notosansarmenian-bold.woff2') format('woff2'),
|
|
573
|
-
url('#{$font-path}/noto/notosansarmenian-bold.woff') format('woff');
|
|
574
|
-
font-weight: bold;
|
|
575
|
-
font-style: normal;
|
|
576
|
-
unicode-range: U+0530-058F;
|
|
577
|
-
font-display: swap;
|
|
578
|
-
}
|
|
579
|
-
}
|