Munter / subfont

Command line tool to optimize your webfont loading. Aggressive subsetting based on your font use, self-hosting of Google fonts and preloading
MIT License
1.56k stars 29 forks source link

Subfont does not detect content in ::marker pseudo-element #166

Closed CxRes closed 2 years ago

CxRes commented 2 years ago

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 2 years ago

Fixed in 6.9.0.