@openui5/themelib_sap_horizon 1.102.2 → 1.104.0

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.
Files changed (144) hide show
  1. package/.reuse/dep5 +17 -0
  2. package/LICENSES/LicenseRef-tzdata-PublicDomain.txt +5 -0
  3. package/THIRDPARTY.txt +35 -2
  4. package/package.json +18 -18
  5. package/src/sap/f/themes/sap_horizon/AvatarGroup.less +1 -1
  6. package/src/sap/f/themes/sap_horizon/FlexibleColumnLayout.less +17 -9
  7. package/src/sap/f/themes/sap_horizon/GridList.less +4 -0
  8. package/src/sap/f/themes/sap_horizon_dark/AvatarGroup.less +1 -1
  9. package/src/sap/f/themes/sap_horizon_dark/DynamicPageTitle.less +1 -1
  10. package/src/sap/f/themes/sap_horizon_dark/FlexibleColumnLayout.less +8 -0
  11. package/src/sap/f/themes/sap_horizon_dark/GridList.less +4 -0
  12. package/src/sap/f/themes/sap_horizon_hcb/FlexibleColumnLayout.less +13 -13
  13. package/src/sap/f/themes/sap_horizon_hcw/FlexibleColumnLayout.less +12 -12
  14. package/src/sap/m/themes/sap_horizon/ActionSelect.less +21 -8
  15. package/src/sap/m/themes/sap_horizon/Button.less +5 -6
  16. package/src/sap/m/themes/sap_horizon/GenericTag.less +75 -57
  17. package/src/sap/m/themes/sap_horizon/GenericTile.less +118 -10
  18. package/src/sap/m/themes/sap_horizon/HeaderContainer.less +17 -1
  19. package/src/sap/m/themes/sap_horizon/Label.less +4 -0
  20. package/src/sap/m/themes/sap_horizon/ListItemBase.less +0 -7
  21. package/src/sap/m/themes/sap_horizon/NewsContent.less +16 -2
  22. package/src/sap/m/themes/sap_horizon/ObjectNumber.less +0 -5
  23. package/src/sap/m/themes/sap_horizon/Popover.less +4 -0
  24. package/src/sap/m/themes/sap_horizon/ProgressIndicator.less +7 -0
  25. package/src/sap/m/themes/sap_horizon/RangeSlider.less +22 -0
  26. package/src/sap/m/themes/sap_horizon/RatingIndicator.less +30 -0
  27. package/src/sap/m/themes/sap_horizon/SlideTile.less +53 -18
  28. package/src/sap/m/themes/sap_horizon/Slider.less +23 -4
  29. package/src/sap/m/themes/sap_horizon/SplitButton.less +6 -0
  30. package/src/sap/m/themes/sap_horizon/Text.less +1 -0
  31. package/src/sap/m/themes/sap_horizon/TileContent.less +5 -2
  32. package/src/sap/m/themes/sap_horizon/Toolbar.less +1 -1
  33. package/src/sap/m/themes/sap_horizon_dark/ActionSelect.less +23 -10
  34. package/src/sap/m/themes/sap_horizon_dark/Button.less +5 -6
  35. package/src/sap/m/themes/sap_horizon_dark/GenericTag.less +74 -56
  36. package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +147 -9
  37. package/src/sap/m/themes/sap_horizon_dark/HeaderContainer.less +16 -0
  38. package/src/sap/m/themes/sap_horizon_dark/Label.less +4 -0
  39. package/src/sap/m/themes/sap_horizon_dark/ListItemBase.less +0 -2
  40. package/src/sap/m/themes/sap_horizon_dark/NewsContent.less +15 -2
  41. package/src/sap/m/themes/sap_horizon_dark/ObjectNumber.less +0 -5
  42. package/src/sap/m/themes/sap_horizon_dark/Popover.less +4 -0
  43. package/src/sap/m/themes/sap_horizon_dark/ProgressIndicator.less +7 -0
  44. package/src/sap/m/themes/sap_horizon_dark/RatingIndicator.less +30 -0
  45. package/src/sap/m/themes/sap_horizon_dark/SlideTile.less +54 -15
  46. package/src/sap/m/themes/sap_horizon_dark/Slider.less +15 -2
  47. package/src/sap/m/themes/sap_horizon_dark/SplitButton.less +6 -0
  48. package/src/sap/m/themes/sap_horizon_dark/Text.less +1 -0
  49. package/src/sap/m/themes/sap_horizon_dark/TileContent.less +5 -2
  50. package/src/sap/m/themes/sap_horizon_dark/Toolbar.less +1 -1
  51. package/src/sap/m/themes/sap_horizon_hcb/ActionSelect.less +11 -6
  52. package/src/sap/m/themes/sap_horizon_hcb/GenericTag.less +117 -13
  53. package/src/sap/m/themes/sap_horizon_hcb/GenericTile.less +116 -0
  54. package/src/sap/m/themes/sap_horizon_hcb/HeaderContainer.less +16 -8
  55. package/src/sap/m/themes/sap_horizon_hcb/Label.less +4 -0
  56. package/src/sap/m/themes/sap_horizon_hcb/ObjectNumber.less +0 -5
  57. package/src/sap/m/themes/sap_horizon_hcb/Popover.less +4 -0
  58. package/src/sap/m/themes/sap_horizon_hcb/ProgressIndicator.less +7 -0
  59. package/src/sap/m/themes/sap_horizon_hcb/RangeSlider.less +3 -3
  60. package/src/sap/m/themes/sap_horizon_hcb/RatingIndicator.less +33 -0
  61. package/src/sap/m/themes/sap_horizon_hcb/SlideTile.less +52 -5
  62. package/src/sap/m/themes/sap_horizon_hcb/Slider.less +26 -2
  63. package/src/sap/m/themes/sap_horizon_hcb/Text.less +1 -0
  64. package/src/sap/m/themes/sap_horizon_hcb/Toolbar.less +2 -3
  65. package/src/sap/m/themes/sap_horizon_hcw/ActionSelect.less +14 -9
  66. package/src/sap/m/themes/sap_horizon_hcw/GenericTag.less +119 -13
  67. package/src/sap/m/themes/sap_horizon_hcw/GenericTile.less +116 -1
  68. package/src/sap/m/themes/sap_horizon_hcw/HeaderContainer.less +16 -8
  69. package/src/sap/m/themes/sap_horizon_hcw/Label.less +4 -0
  70. package/src/sap/m/themes/sap_horizon_hcw/ObjectNumber.less +0 -6
  71. package/src/sap/m/themes/sap_horizon_hcw/Popover.less +4 -0
  72. package/src/sap/m/themes/sap_horizon_hcw/ProgressIndicator.less +7 -0
  73. package/src/sap/m/themes/sap_horizon_hcw/RangeSlider.less +3 -3
  74. package/src/sap/m/themes/sap_horizon_hcw/RatingIndicator.less +33 -0
  75. package/src/sap/m/themes/sap_horizon_hcw/SlideTile.less +53 -5
  76. package/src/sap/m/themes/sap_horizon_hcw/Slider.less +30 -2
  77. package/src/sap/m/themes/sap_horizon_hcw/Text.less +1 -0
  78. package/src/sap/m/themes/sap_horizon_hcw/Toolbar.less +2 -3
  79. package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +10 -182
  80. package/src/sap/tnt/themes/sap_horizon/ToolPage.less +3 -2
  81. package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +11 -182
  82. package/src/sap/tnt/themes/sap_horizon_dark/ToolPage.less +3 -2
  83. package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +3 -2
  84. package/src/sap/tnt/themes/sap_horizon_hcb/ToolPage.less +3 -2
  85. package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +3 -2
  86. package/src/sap/tnt/themes/sap_horizon_hcw/ToolPage.less +3 -2
  87. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  88. package/src/sap/ui/core/themes/sap_horizon/base.less +3 -3
  89. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Black-full.woff2 +0 -0
  90. package/src/sap/ui/core/themes/sap_horizon/fonts/72-SemiboldDuplex-full.woff2 +0 -0
  91. package/src/sap/ui/core/themes/sap_horizon/fonts/72-SemiboldDuplex.woff2 +0 -0
  92. package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.woff2 +0 -0
  93. package/src/sap/ui/core/themes/sap_horizon/shared.less +15 -0
  94. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  95. package/src/sap/ui/core/themes/sap_horizon_dark/base.less +3 -3
  96. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Black-full.woff2 +0 -0
  97. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-SemiboldDuplex-full.woff2 +0 -0
  98. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-SemiboldDuplex.woff2 +0 -0
  99. package/src/sap/ui/core/themes/sap_horizon_dark/shared.less +15 -0
  100. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  101. package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +4 -4
  102. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Black-full.woff2 +0 -0
  103. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-SemiboldDuplex-full.woff2 +0 -0
  104. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-SemiboldDuplex.woff2 +0 -0
  105. package/src/sap/ui/core/themes/sap_horizon_hcb/shared.less +20 -0
  106. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  107. package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +4 -4
  108. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Black-full.woff2 +0 -0
  109. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-SemiboldDuplex-full.woff2 +0 -0
  110. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-SemiboldDuplex.woff2 +0 -0
  111. package/src/sap/ui/core/themes/sap_horizon_hcw/shared.less +20 -0
  112. package/src/sap/ui/layout/themes/sap_horizon/BlockLayout.less +226 -190
  113. package/src/sap/ui/layout/themes/sap_horizon/ColumnLayout.less +1 -1
  114. package/src/sap/ui/layout/themes/sap_horizon_dark/BlockLayout.less +226 -190
  115. package/src/sap/ui/layout/themes/sap_horizon_dark/ColumnLayout.less +1 -1
  116. package/src/sap/ui/layout/themes/sap_horizon_hcb/BlockLayout.less +220 -3
  117. package/src/sap/ui/layout/themes/sap_horizon_hcb/BlockLayoutCell.less +1 -1
  118. package/src/sap/ui/layout/themes/sap_horizon_hcb/ColumnLayout.less +1 -1
  119. package/src/sap/ui/layout/themes/sap_horizon_hcw/BlockLayout.less +220 -3
  120. package/src/sap/ui/layout/themes/sap_horizon_hcw/BlockLayoutCell.less +1 -1
  121. package/src/sap/ui/layout/themes/sap_horizon_hcw/ColumnLayout.less +1 -1
  122. package/src/sap/ui/mdc/themes/sap_horizon/FieldBase.less +3 -0
  123. package/src/sap/ui/mdc/themes/sap_horizon/library.source.less +2 -1
  124. package/src/sap/ui/mdc/themes/sap_horizon_dark/FieldBase.less +3 -0
  125. package/src/sap/ui/mdc/themes/sap_horizon_dark/library.source.less +2 -1
  126. package/src/sap/ui/table/themes/sap_horizon/Cell.less +1 -0
  127. package/src/sap/ui/table/themes/sap_horizon/RowAction.less +12 -12
  128. package/src/sap/ui/table/themes/sap_horizon/Scrolling.less +16 -0
  129. package/src/sap/ui/table/themes/sap_horizon/library.source.less +1 -0
  130. package/src/sap/ui/table/themes/sap_horizon_dark/Cell.less +1 -0
  131. package/src/sap/ui/table/themes/sap_horizon_dark/RowAction.less +12 -12
  132. package/src/sap/ui/table/themes/sap_horizon_dark/Scrolling.less +16 -0
  133. package/src/sap/ui/table/themes/sap_horizon_dark/library.source.less +1 -0
  134. package/src/sap/ui/table/themes/sap_horizon_hcb/Cell.less +1 -0
  135. package/src/sap/ui/table/themes/sap_horizon_hcb/Scrolling.less +6 -5
  136. package/src/sap/ui/table/themes/sap_horizon_hcw/Cell.less +1 -0
  137. package/src/sap/ui/table/themes/sap_horizon_hcw/Scrolling.less +6 -5
  138. package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +8 -1
  139. package/src/sap/ui/unified/themes/sap_horizon/Menu.less +11 -22
  140. package/src/sap/ui/unified/themes/sap_horizon_dark/Menu.less +11 -22
  141. package/src/sap/ui/unified/themes/sap_horizon_hcb/Menu.less +2 -21
  142. package/src/sap/ui/unified/themes/sap_horizon_hcw/Menu.less +2 -21
  143. package/src/sap/uxap/themes/sap_horizon/AnchorBar.less +1 -2
  144. package/src/sap/uxap/themes/sap_horizon_dark/AnchorBar.less +1 -2
@@ -3,8 +3,9 @@
3
3
  /* Horizon High Contrast White theme */
4
4
  /* =================================== */
5
5
 
6
- @_sap_tnt_ToolHeader_Height: 2.75rem;
6
+ @_sap_tnt_ToolHeader_Height: 3.5rem;
7
7
  @_sap_tnt_ToolHeader_IconHeight: 0.75rem;
8
8
  @_sap_tnt_ToolHeader_ArrowMargin: 0 -0.25rem;
9
9
  @_sap_tnt_ToolHeader_Padding: 0 0.75rem;
10
- @_sap_tnt_ToolHeader_ArrowMarginBottom: 0.25rem;
10
+ @_sap_tnt_ToolHeader_ArrowMarginBottom: 0.25rem;
11
+ @_sap_tnt_ToolHeader_IconTabHeader_Height: auto;
@@ -3,5 +3,6 @@
3
3
  /* Horizon High Contrast White theme */
4
4
  /* ================================== */
5
5
 
6
- @_sap_tnt_ToolPage_AsideWidthOnTablet : 3.5rem;
7
- @_sap_tnt_ToolPage_HeaderHeight : 2.75rem;
6
+ @_sap_tnt_ToolPage_AsideWidthOnTablet: 3.5rem;
7
+ @_sap_tnt_ToolPage_HeaderHeight: 3.5rem;
8
+ @_sap_tnt_ToolPage_HeaderShadow: @sapUiContentHeaderShadow;
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.102.2</version>
9
+ <version>1.104.0</version>
10
10
 
11
11
  <documentation>SAPUI5 Horizon theme library.</documentation>
12
12
 
@@ -1,11 +1,11 @@
1
1
  // /**
2
- // * Copyright (c) 2012-2020 SAP SE or an SAP affiliate company. All rights reserved.
2
+ // * Copyright (c) 2012-2022 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
3
3
  // * Theming Engine 1.69.2
4
- // * data:{"sModified":"2022-04-26T06:31:06Z"}
4
+ // * data:{"sModified":"2022-05-24T07:19:31Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_horizon/base.less (Version 11.1.39) *******************/
8
+ /******************* FILE /Base/baseLib/sap_horizon/base.less (Version 11.1.40) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -306,6 +306,21 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
306
306
  src: url('fonts/72-Black.woff2') format('woff2');
307
307
  }
308
308
 
309
+ @font-face {
310
+ font-family: '72Blackfull';
311
+ src: url('fonts/72-Black-full.woff2') format('woff2');
312
+ }
313
+
314
+ @font-face {
315
+ font-family: '72-SemiboldDuplex';
316
+ src: url('fonts/72-SemiboldDuplex.woff2') format('woff2');
317
+ }
318
+
319
+ @font-face {
320
+ font-family: '72-SemiboldDuplexfull';
321
+ src: url('fonts/72-SemiboldDuplex-full.woff2') format('woff2');
322
+ }
323
+
309
324
  /**
310
325
  * Some diacritics are supported by the 72 font:
311
326
  * * Grave
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.102.2</version>
9
+ <version>1.104.0</version>
10
10
 
11
11
  <documentation>SAPUI5 Evening Horizon theme library.</documentation>
12
12
 
@@ -1,11 +1,11 @@
1
1
  // /**
2
- // * Copyright (c) 2012-2020 SAP SE or an SAP affiliate company. All rights reserved.
2
+ // * Copyright (c) 2012-2022 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
3
3
  // * Theming Engine 1.69.2
4
- // * data:{"sModified":"2022-04-26T06:31:06Z"}
4
+ // * data:{"sModified":"2022-05-24T07:19:31Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_horizon_dark/base.less (Version 11.1.39) *******************/
8
+ /******************* FILE /Base/baseLib/sap_horizon_dark/base.less (Version 11.1.40) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -306,6 +306,21 @@ html.sap-tablet:not(.sap-desktop) input, html.sap-tablet:not(.sap-desktop) texta
306
306
  src: url('fonts/72-Black.woff2') format('woff2');
307
307
  }
308
308
 
309
+ @font-face {
310
+ font-family: '72Blackfull';
311
+ src: url('fonts/72-Black-full.woff2') format('woff2');
312
+ }
313
+
314
+ @font-face {
315
+ font-family: '72-SemiboldDuplex';
316
+ src: url('fonts/72-SemiboldDuplex.woff2') format('woff2');
317
+ }
318
+
319
+ @font-face {
320
+ font-family: '72-SemiboldDuplexfull';
321
+ src: url('fonts/72-SemiboldDuplex-full.woff2') format('woff2');
322
+ }
323
+
309
324
  /**
310
325
  * Some diacritics are supported by the 72 font:
311
326
  * * Grave
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.102.2</version>
9
+ <version>1.104.0</version>
10
10
 
11
11
  <documentation>SAPUI5 horizon high contrast black theme library.</documentation>
12
12
 
@@ -1,11 +1,11 @@
1
1
  // /**
2
- // * Copyright (c) 2012-2020 SAP SE or an SAP affiliate company. All rights reserved.
2
+ // * Copyright (c) 2012-2022 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
3
3
  // * Theming Engine 1.69.2
4
- // * data:{"sModified":"2022-04-26T06:31:06Z"}
4
+ // * data:{"sModified":"2022-05-24T07:19:31Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_horizon_hcb/base.less (Version 11.1.39) *******************/
8
+ /******************* FILE /Base/baseLib/sap_horizon_hcb/base.less (Version 11.1.40) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -1626,7 +1626,7 @@
1626
1626
  @sapPageFooter_Background: @sapBackgroundColor;
1627
1627
 
1628
1628
  // [Tags "!Protected"]
1629
- @sapPageFooter_BorderColor: @sapPageFooter_Background;
1629
+ @sapPageFooter_BorderColor: @sapHC_StandardForeground;
1630
1630
 
1631
1631
  // [Tags "!Protected"]
1632
1632
  @sapPageFooter_TextColor: contrast(@sapPageFooter_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@@ -160,6 +160,26 @@
160
160
  src: url('fonts/72Mono-Bold-full.woff2') format('woff2');
161
161
  }
162
162
 
163
+ @font-face {
164
+ font-family: '72Black';
165
+ src: url('fonts/72-Black.woff2') format('woff2');
166
+ }
167
+
168
+ @font-face {
169
+ font-family: '72Blackfull';
170
+ src: url('fonts/72-Black-full.woff2') format('woff2');
171
+ }
172
+
173
+ @font-face {
174
+ font-family: '72-SemiboldDuplex';
175
+ src: url('fonts/72-SemiboldDuplex.woff2') format('woff2');
176
+ }
177
+
178
+ @font-face {
179
+ font-family: '72-SemiboldDuplexfull';
180
+ src: url('fonts/72-SemiboldDuplex-full.woff2') format('woff2');
181
+ }
182
+
163
183
  /**
164
184
  * Some diacritics are supported by the 72 font:
165
185
  * * Grave
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.102.2</version>
9
+ <version>1.104.0</version>
10
10
 
11
11
  <documentation>SAPUI5 horizon high contrast white theme library.</documentation>
12
12
 
@@ -1,11 +1,11 @@
1
1
  // /**
2
- // * Copyright (c) 2012-2020 SAP SE or an SAP affiliate company. All rights reserved.
2
+ // * Copyright (c) 2012-2022 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
3
3
  // * Theming Engine 1.69.2
4
- // * data:{"sModified":"2022-04-26T06:31:06Z"}
4
+ // * data:{"sModified":"2022-05-24T07:19:31Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_horizon_hcw/base.less (Version 11.1.39) *******************/
8
+ /******************* FILE /Base/baseLib/sap_horizon_hcw/base.less (Version 11.1.40) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -1626,7 +1626,7 @@
1626
1626
  @sapPageFooter_Background: @sapBackgroundColor;
1627
1627
 
1628
1628
  // [Tags "!Protected"]
1629
- @sapPageFooter_BorderColor: @sapPageFooter_Background;
1629
+ @sapPageFooter_BorderColor: @sapHC_StandardForeground;
1630
1630
 
1631
1631
  // [Tags "!Protected"]
1632
1632
  @sapPageFooter_TextColor: contrast(@sapPageFooter_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
@@ -160,6 +160,26 @@
160
160
  src: url('fonts/72Mono-Bold-full.woff2') format('woff2');
161
161
  }
162
162
 
163
+ @font-face {
164
+ font-family: '72Black';
165
+ src: url('fonts/72-Black.woff2') format('woff2');
166
+ }
167
+
168
+ @font-face {
169
+ font-family: '72Blackfull';
170
+ src: url('fonts/72-Black-full.woff2') format('woff2');
171
+ }
172
+
173
+ @font-face {
174
+ font-family: '72-SemiboldDuplex';
175
+ src: url('fonts/72-SemiboldDuplex.woff2') format('woff2');
176
+ }
177
+
178
+ @font-face {
179
+ font-family: '72-SemiboldDuplexfull';
180
+ src: url('fonts/72-SemiboldDuplex-full.woff2') format('woff2');
181
+ }
182
+
163
183
  /**
164
184
  * Some diacritics are supported by the 72 font:
165
185
  * * Grave