diff --git a/README.md b/README.md index bafa9e8..16f1036 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ This pattern implements the following assertions from [reference-fonts-implement - `pc-008` — self-hosting web fonts requires a web font license; desktop licenses do not permit web delivery - `bd-001` — self-hosted fonts integrate into CI/CD pipelines as versioned static assets - `pc-010` — cross-origin font delivery requires CORS configuration; missing headers cause silent font blocking +- `pc-012` — some Monotype web font licenses require a tracking script alongside self-hosted font files; this demo covers `@font-face` / static hosting only—add a separate script when your license mandates tracking. For privacy-related scope, see the **Clarification** on [pc-012](https://github.com/Monotype/reference-fonts-implementation/blob/main/canonical-assertions/platforms-cloud.md#some-monotype-web-font-licenses-require-a-tracking-script-alongside-self-hosted-font-files). ## Usage diff --git a/demo/index.html b/demo/index.html index baa4ee1..9205448 100644 --- a/demo/index.html +++ b/demo/index.html @@ -4,6 +4,7 @@