nuxt / fonts

Plug-and-play web font optimization and configuration for Nuxt apps.
https://fonts.nuxt.com
MIT License
398 stars 5 forks source link

The `local` provider does not perform font metric optimization #171

Open dungsil opened 1 month ago

dungsil commented 1 month ago

I'm not sure if this is intended, but it appears that the fonts available through the Local provider are not being optimised.

In the screenshot, Inter from google is displayed as ‘Fallback font: Inter’, but Pretendard from local is not.

image

dungsil commented 1 month ago

Reproduction link: https://github.com/dungsil/issues/tree/main/nuxt-fonts-171

dosubot[bot] commented 1 month ago

Hello, @dungsil! I'm here to assist you with any bugs, questions, or becoming a contributor. Let's tackle this together! 🤖

The local provider does not perform font metric optimization because the current implementation does not support reading font metrics. This is indicated by a TODO comment in the code:

// TODO: support reading font metrics

This means that while the local provider can register and resolve font files, it does not have the capability to optimize font metrics, which is why local fonts like Pretendard are not optimized. In contrast, fonts from Google, like Inter, are likely optimized because the Google provider includes font metric optimization [1][2].

To continue talking to Dosu, mention @dosu.