File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
app/code/Magento/PageBuilder/view/frontend/web/css/source Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
font-weight : normal ;
10
10
src : url(' @{icons-pagebuilder__font-path} .eot' ) ;
11
11
src : url(' @{icons-pagebuilder__font-path} .eot?#iefix' ) format (' embedded-opentype' ),
12
- url(' @{icons-pagebuilder__font-path} .woff' ) format (' woff' ),
13
- url(' @{icons-pagebuilder__font-path} .ttf' ) format (' truetype' );
12
+ url(' @{icons-pagebuilder__font-path} .woff' ) format (' woff' ),
13
+ url(' @{icons-pagebuilder__font-path} .ttf' ) format (' truetype' );
14
14
}
15
15
16
16
//
19
19
20
20
& when (@media-common = true ) {
21
21
.pagebuilder-icon {
22
- font-family : @icons-pagebuilder__font-name ;
23
22
-webkit-font-smoothing : antialiased ;
23
+ font-family : @icons-pagebuilder__font-name ;
24
24
font-style : normal ;
25
25
font-weight : normal ;
26
26
line-height : 1 ;
29
29
30
30
[class^= ' pagebuilder-icon-' ]:before ,
31
31
[class*= ' pagebuilder-icon-' ]:before {
32
+ -moz-osx-font-smoothing : grayscale ;
33
+ -webkit-font-smoothing : antialiased ;
32
34
display : inline-block ;
33
35
font-family : @icons-pagebuilder__font-name ;
34
- -webkit-font-smoothing : antialiased ;
35
- -moz-osx-font-smoothing : grayscale ;
36
36
font-style : normal ;
37
37
font-weight : normal ;
38
38
line-height : 1 ;
You can’t perform that action at this time.
0 commit comments