Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Commit

Permalink
Fix for PageBuilder font _icons.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwindell authored Oct 18, 2023
1 parent 8564919 commit d20312e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Magento_PageBuilder/styles/modules/_icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
font-family: $icons-pagebuilder__font-name;
font-style: normal;
font-weight: normal;
src: url('${icons-pagebuilder__font-path}.eot');
src: url('#{$icons-pagebuilder__font-path}.eot');
src:
url('${icons-pagebuilder__font-path}.eot?#iefix') format('embedded-opentype'),
url('${icons-pagebuilder__font-path}.woff') format('woff'),
url('${icons-pagebuilder__font-path}.ttf') format('truetype');
url('#{$icons-pagebuilder__font-path}.eot?#iefix') format('embedded-opentype'),
url('#{$icons-pagebuilder__font-path}.woff') format('woff'),
url('#{$icons-pagebuilder__font-path}.ttf') format('truetype');
}

.pagebuilder-icon {
Expand Down

0 comments on commit d20312e

Please sign in to comment.