Resources
Description
This is lightweight font resource manager, driven by CSS `@font-face` font descriptors.
Methods
These are matched and ordered by preference, using the W3C Font Matching Algorithm.
Fonts are first matched using the `match()` method [above]
This list is then flattened to CSS::Font::Resources::Source::Local and CSS::Font::Resources::Source::Url for `local` and `url` font references in the font descriptor's list of `src` references.
Fallback local references are also appended for the font's font-family list.
These matches are ordered by user preference. The fonts themselves can be fetched using the `.IO` or `.Str` or Blob methods on the first matching font.