webfont icon indicating copy to clipboard operation
webfont copied to clipboard

Missing unicode-range: in the @font-face { ... } declaration

Open IgnacioHR opened this issue 4 years ago • 0 comments

Hello,

Shall it be possible to add unicode-range: property with the value U+EA01-XXXX (computed from source) so the browser can better determine which for to use?

The problem I'm facing is that my page needs to access glyphs from different fonts all created with this library (we provide different values for startUnicode on each one of them) and just using the "font-family" does not help identifying where the glyph shall be obtained from.

Thanks in advance!

IgnacioHR avatar Dec 03 '20 15:12 IgnacioHR