Skip to content

Commit

Permalink
Improve theme excel format
Browse files Browse the repository at this point in the history
  • Loading branch information
FelipeSimoes committed Jan 5, 2024
1 parent b4f4e7f commit 440d209
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions blocks/theme/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -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});
}
Expand Down

0 comments on commit 440d209

Please sign in to comment.