sass-template-common 0.9.19 → 0.9.21

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.
@@ -445,6 +445,7 @@ export declare type Config = {
445
445
  useS3Font: boolean;
446
446
  fontName: string;
447
447
  fontWeight: string;
448
+ fontDisplay: 'swap' | 'block' | 'fallback' | 'optional';
448
449
  useSpeculationRules: boolean;
449
450
  googleFontFamily: string;
450
451
  sideCopyright: string;