@treely/strapi-slices 4.4.6 → 4.4.7

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.
@@ -3477,7 +3477,7 @@ var Cta = function Cta(_ref) {
3477
3477
  },
3478
3478
  title: ctaCard.title,
3479
3479
  titleProps: {
3480
- fontFamily: 'Inter',
3480
+ fontFamily: 'heading',
3481
3481
  fontSize: '4xl',
3482
3482
  fontWeight: '600',
3483
3483
  lineHeight: '9',
@@ -3873,7 +3873,7 @@ var Facts = function Facts(_ref) {
3873
3873
  mt: ['8', '8', '8', slice.facts.length > 3 ? '16' : '0']
3874
3874
  }, React__default.default.createElement(boemly.Heading, {
3875
3875
  fontSize: "6xl",
3876
- fontFamily: "GintoNord",
3876
+ fontFamily: "display",
3877
3877
  lineHeight: "10",
3878
3878
  fontWeight: "700",
3879
3879
  color: VARIANTS$2[slice.variant].factValueColor,