brick
brick copied to clipboard
Allow specifying subsets of the fonts
This request was triggered by loading the Noto font using Brick (see #1). The Google Fonts version loads faster if a subset is specified (e.g. &subset=latin) because the whole font contains characters for several scripts, which makes it large.
If Brick supported loading subsets in a similar manner (maybe a flag?), it would achieve feature parity with Google Fonts in this domain (specifically, large fonts could be loaded faster).
Details for how this would be implemented are also welcome! I can't think of an efficient way right now.