aramk/CSSJSON

Inline @font-face not convert json

Opened this issue · 1 comments

@font-face {
font-family: 'NonBreakingSpaceOverride';
src: url(data:application/font-woff2;charset=utf-8;base64,d09GMg...==) format("woff2"),
url(data:application/font-woff;charset=utf-8;base64,d09GR...) format("woff");
}
The css in this structure does not convert to json format correctly.
Example: https://core.trac.wordpress.org/ticket/48062

hey @mbilalbark did it get resolved for you? I am facing this same issue.