Subfont does not detect content in ::marker pseudo-element
CxRes opened this issue · 1 comments
CxRes commented
I have a code that looks something like this:
@font-face {
font-family: Noto Color Emoji;
src: ...
}
ul li::marker {
font-family: Noto Color Emoji;
content: "\2713";
}
Subfont does not seem to detect this for some reason. I can work around it by adding the character manually but it is not as nice as having it automatically detected.
papandreou commented
Fixed in 6.9.0.