Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support web fonts (@font-face) #91

Open
nicoburns opened this issue Jul 1, 2024 · 0 comments
Open

Support web fonts (@font-face) #91

nicoburns opened this issue Jul 1, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@nicoburns
Copy link
Collaborator

Many websites use web fonts. We should support them.

Implementation Plan

  • When (just after) a stylesheet is added to the Stylist we should introspect the stylesheet to look for @font-face rules
  • We should fetch any font URLs found (for now this can be synchronous as with our other networking)
  • If the font is successfully fetched then it should be registered with the Parley FontContext using https://docs.rs/fontique/0.1.0/fontique/struct.Collection.html#method.register_fonts . For now this can not worry about supporting custom names, matching criteria or deregistering.
@nicoburns nicoburns added the enhancement New feature or request label Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant