hds-web 1.1.7 → 1.1.9

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.
@@ -784,21 +784,18 @@ module.exports = {
784
784
  letterSpacing: '-0.01em',
785
785
  fontWeight: '400',
786
786
  fontStyle: 'italic',
787
- fontFamily: 'Petrona'
788
787
  }],
789
788
  'hds-t-quote': ['1.125rem', {
790
789
  lineHeight: '1.75rem',
791
790
  letterSpacing: '-0.01em',
792
791
  fontWeight: '400',
793
792
  fontStyle: 'italic',
794
- fontFamily: 'Petrona'
795
793
  }],
796
794
  'hds-d-quote': ['1.5rem', {
797
795
  lineHeight: '2.25rem',
798
796
  letterSpacing: '-0.01em',
799
797
  fontWeight: '400',
800
798
  fontStyle: 'italic',
801
- fontFamily: 'Petrona'
802
799
  }],
803
800
  // add more for more breakpoints
804
801