: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
* @author EmbedPress <help@embedpress.com>
* @copyright Copyright (C) 2018 EmbedPress. All rights reserved.
* @license GPLv2 or later
font-family: 'EmbedPress';
src: url('../fonts/embedpress.eot?80956116');
src: url('../fonts/embedpress.eot?80956116#iefix') format('embedded-opentype'),
url('../fonts/embedpress.woff?80956116') format('woff'),
url('../fonts/embedpress.ttf?80956116') format('truetype'),
url('../fonts/embedpress.svg?80956116#embedpress') format('svg');
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
@media screen and (-webkit-min-device-pixel-ratio:0) {
font-family: 'embedpress';
src: url('../font/embedpress.svg?80956116#embedpress') format('svg');
[class^="embedpress-icon-"]:before, [class*=" embedpress-icon-"]:before {
font-family: "EmbedPress";
text-decoration: inherit;
/* For safety - reset parent styles, that can break glyph codes*/
/* fix buttons height, for twitter bootstrap */
/* Animation center compensation - margins should be symmetric */
/* remove if not needed */
/* you can be more comfortable with increased icons size */
/* Font smoothing. That was taken from TWBS */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
.embedpress-icon-pencil:before {
.embedpress-icon-gear:before {
.embedpress-icon-x:before {
.embedpress-icon-reload {
-webkit-animation: embedpress-spin 2s infinite linear;
animation: embedpress-spin 2s infinite linear;
.embedpress-icon-reload:before {
@-webkit-keyframes embedpress-spin {
-webkit-transform: rotate(0deg);
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
@keyframes embedpress-spin {
-webkit-transform: rotate(0deg);
-webkit-transform: rotate(359deg);
transform: rotate(359deg);