@gravity-ui/blog-constructor 9.0.0 → 9.1.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.
@@ -267,5 +267,5 @@ unpredictable css rules order in build */
267
267
  }
268
268
 
269
269
  .yfm_heading.yfm_heading {
270
- font-family: var(--g-text-body-font-family);
270
+ font-family: var(--g-text-display-font-family);
271
271
  }
@@ -267,5 +267,5 @@ unpredictable css rules order in build */
267
267
  }
268
268
 
269
269
  .yfm_heading.yfm_heading {
270
- font-family: var(--g-text-body-font-family);
270
+ font-family: var(--g-text-display-font-family);
271
271
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravity-ui/blog-constructor",
3
- "version": "9.0.0",
3
+ "version": "9.1.0",
4
4
  "description": "Gravity UI Blog Constructor",
5
5
  "license": "MIT",
6
6
  "type": "commonjs",
package/styles/styles.css CHANGED
@@ -247,7 +247,7 @@ unpredictable css rules order in build */
247
247
  }
248
248
 
249
249
  .yfm_heading.yfm_heading {
250
- font-family: var(--g-text-body-font-family);
250
+ font-family: var(--g-text-display-font-family);
251
251
  }
252
252
 
253
253
  @font-face {
package/styles/yfm.css CHANGED
@@ -245,5 +245,5 @@ unpredictable css rules order in build */
245
245
  }
246
246
 
247
247
  .yfm_heading.yfm_heading {
248
- font-family: var(--g-text-body-font-family);
248
+ font-family: var(--g-text-display-font-family);
249
249
  }
package/styles/yfm.scss CHANGED
@@ -145,6 +145,6 @@
145
145
 
146
146
  .yfm_heading {
147
147
  @include add-specificity(&) {
148
- font-family: var(--g-text-body-font-family);
148
+ font-family: var(--g-text-display-font-family);
149
149
  }
150
150
  }