garretrieger / patch-subset-incxfer

the web fonts patch subset client/server implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

patch-subset-incxfer

Code repository for the incremental transfer (incxfer) approach to Progressive Font Enrichment (INCXFER). See also (PFE).

Build

This repository uses the bazel build system. You can build everything:

bazel build ...

and run all of the tests:

bazel test ...

Code Style

The code follows the Google C++ Style Guide. Formatting is enforced by an automated check for new commits to this repo. You can auto-correct formatting for all files using the format.sh script.

About

the web fonts patch subset client/server implementation

License:Other


Languages

Language:C++ 90.6%Language:HTML 3.4%Language:Starlark 2.9%Language:CSS 2.2%Language:JavaScript 0.6%Language:Python 0.3%Language:Shell 0.1%