Skip to content

Split official and unofficial icons into separate fonts #155

@lgarron

Description

@lgarron

Now that we have some more powerful build tools, we can start implementing some optimizations.

One option might be to load fonts only when needed. One natural split for this is official vs. unofficial. Pages that only use official icons could get a reduction in page loading bandwidth without losing the ability to use unofficial icons (at the cost of an extra round-trip when they do use unofficial icons). We'd have to check that the per-font overhead is not too high, though.

Once incremental font transfer is available in enough browsers, that will also be a great option (assuming it can be bundled): https://w3c.github.io/IFT/Overview.html

(I haven't thought about where the penalty icons would fit into this yet.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions