File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
app/code/Magento/PageBuilder/view/frontend/web/css/source Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 3
3
// * See COPYING.txt for license details.
4
4
// */
5
5
6
- @font-face {
7
- font-family : @icons-pagebuilder__font-name ;
8
- font-style : normal ;
9
- font-weight : normal ;
10
- src : url(' @{icons-pagebuilder__font-path} .eot' ) ;
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' );
14
- }
15
-
16
6
//
17
7
// Common
18
8
// _____________________________________________
19
9
20
10
& when (@media-common = true ) {
11
+ @font-face {
12
+ font-family : @icons-pagebuilder__font-name ;
13
+ font-style : normal ;
14
+ font-weight : normal ;
15
+ src : url(' @{icons-pagebuilder__font-path} .eot' ) ;
16
+ src : url(' @{icons-pagebuilder__font-path} .eot?#iefix' ) format (' embedded-opentype' ),
17
+ url(' @{icons-pagebuilder__font-path} .woff' ) format (' woff' ),
18
+ url(' @{icons-pagebuilder__font-path} .ttf' ) format (' truetype' );
19
+ }
20
+
21
21
.pagebuilder-icon {
22
22
-webkit-font-smoothing : antialiased ;
23
23
font-family : @icons-pagebuilder__font-name ;
You can’t perform that action at this time.
0 commit comments