diff --git a/blocks/theme/theme.js b/blocks/theme/theme.js index 85d29470..1892ddb9 100644 --- a/blocks/theme/theme.js +++ b/blocks/theme/theme.js @@ -21,6 +21,7 @@ export default class Theme extends ComponentBase { @font-face { font-family: ${name}; font-weight: ${fontWeight}; + font-display: swap; font-style: ${fontStyle}; src: url('/fonts/${fontFace}') format(${format}); }