Skip to content

Commit 9d8eaa4

Browse files
committed
MC-16046: Leverage the font-display CSS feature to ensure text is user-visible while webfonts are loading
- Remove font display swap from icons;
1 parent 9dd61cf commit 9d8eaa4

File tree

1 file changed

+1
-2
lines changed
  • app/design/frontend/Magento/blank/web/css/source

1 file changed

+1
-2
lines changed

app/design/frontend/Magento/blank/web/css/source/_icons.less

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
@family-name: @icons__font-name,
99
@font-path: @icons__font-path,
1010
@font-weight: normal,
11-
@font-style: normal,
12-
@font-display: swap
11+
@font-style: normal
1312
);
1413
}

0 commit comments

Comments
 (0)