ivodolenc / nuxt-font-loader

Handles your fonts with ease.
MIT License
74 stars 2 forks source link

Can add support for unicode-range? #18

Closed helenmoon1 closed 1 year ago

helenmoon1 commented 1 year ago

Request Description

The unicode-range CSS descriptor sets the specific range of characters to be used from a font defined by @font-face and made available for use on the current page. If the page doesn't use any character in this range, the font is not downloaded; if it uses at least one, the whole font is downloaded.

Alternative Solutions

https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/unicode-range

Additional Details

No response

ivodolenc commented 1 year ago

Hi, nice one, thanks for the suggestion 👍

I'm labeling this as planned as it will be a nice addition to the module.

As soon as I find some time, I'll start working on it.

ivodolenc commented 1 year ago

New options have been added in the latest version 2.3.0.

Feel free to test them. Cheers 👋🏻