![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/old/vendor/magento/module-page-builder/view/adminhtml/web/css/source/ |
// /** // * Copyright © Magento, Inc. All rights reserved. // * See COPYING.txt for license details. // */ // // PageBuilder Admin Icons // _____________________________________________ @font-face { font-family: @icon_font; font-style: normal; font-weight: normal; src: url('@{baseDir}Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot'); src: url('@{baseDir}Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('@{baseDir}Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('@{baseDir}Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype'), url('@{baseDir}Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.svg#pagebuilder-icons') format('svg'); } .lib-font-face( @family-name: 'luma-icons', @font-path: '@{baseDir}Magento_PageBuilder/fonts/luma-icons/Luma-Icons', @font-weight: normal, @font-style: normal ); .pagebuilder-icon { /* Better Font Rendering =========== */ -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; /* use !important to prevent issues with browser extensions that change fonts */ font-family: @icon_font !important; font-style: normal; font-variant: normal; font-weight: normal; line-height: 1; speak: none; text-transform: none; } [class^='icon-pagebuilder-'], [class*=' icon-pagebuilder-'] { &:extend(.pagebuilder-icon all); }