sass-template-common 0.9.171 → 0.9.173

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.
@@ -494,6 +494,7 @@ export declare type Config = {
494
494
  fontName: string;
495
495
  fontWeight: string;
496
496
  fontDisplay: 'swap' | 'block' | 'fallback' | 'optional';
497
+ fontFormat?: 'woff2' | 'woff' | 'ttf' | 'eot' | 'otf';
497
498
  useSpeculationRules: boolean;
498
499
  googleFontFamily: string;
499
500
  sideCopyright: string;