astro-fonts-next icon indicating copy to clipboard operation
astro-fonts-next copied to clipboard

Add google font subset support

Open kissu opened this issue 1 year ago • 1 comments

Hi! 👋🏻 Is it possible to add Google Fonts subsets? Example can be seen here: https://css-tricks.com/google-fonts-and-font-display/

With this: <link href="https://fonts.googleapis.com/css2?family=Nabla&display=swap&text=kisu", we should only download 4 characters as shown below (rather than the whole font).

image

Currently, it download everything and is quite heavy. 😅

kissu avatar Sep 19 '22 02:09 kissu

@kissu

Comparing the pattern with and without the text parameter, it appears that the css size is lower for the pattern with the text parameter than for the pattern without!

I verified the following URL in my browser https://fonts.googleapis.com/css2?family=Nabla&display=swap&text=kisu https://fonts.googleapis.com/css2?family=Nabla&display=swap

As far as KISSU has confirmed, are they both the same size?

dc7290 avatar Sep 23 '22 03:09 dc7290