# google/woff2

Repository: https://github.com/google/woff2
Canonical: https://ross.abutalabs.com/products/woff2
Language: C++
License: MIT
License Family: permissive
Last push: 2026-06-29T17:04:31+00:00

## Health v2 (maintenance only)
Score: 63/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 90, release rhythm 8, longevity 100
- inputs: {"age_days": 4346, "days_push": 65, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1817, forks 229 (observed 2026-08-28T04:05:40.620315+00:00)

## What it is
Google's reference C++ implementation of the WOFF2 font compression format, built on Brotli. It provides libraries plus CLI tools (woff2_compress, woff2_decompress) for converting between TTF/OTF and WOFF2 fonts.

## Use cases
- convert ttf fonts to woff2 for web use
- decompress woff2 font files back to ttf
- embed woff2 compression in a font toolchain
- reduce web font file sizes
- build font subsetting pipelines

## When to choose
- you need standards-compliant WOFF2 encoding or decoding
- you want a small C++ library to integrate into font tooling
- you need CLI batch conversion of font files

## When to avoid
- you need font rendering or shaping rather than compression
- you want a high-level font library with subsetting and feature inspection
- you work in a language without C++ interop and need a native port

## Facets
- artifact type: library
- maturity: maintenance
- function: compression, parser
- domain: web-development, files
- platform: windows, cpp, cli
- tags: woff2, font-compression, brotli, typography, web-fonts, fonts, linux, macos

## Member repositories
- google/woff2 (main) score 63

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:40.620315+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:20:11.392614+00:00, confidence not recorded.
  - readme: https://github.com/google/woff2 (fetched 2026-08-28T04:05:40.620315+00:00, sha 5b16f1516584)
- Data as of 2026-08-30T08:39:29.467469+00:00.
