From ae3066a049fc8f59fa4af8516dbc27c99e82c4d7 Mon Sep 17 00:00:00 2001 From: Alexey Morozov Date: Mon, 11 Dec 2023 18:16:54 +0100 Subject: [PATCH] A page with known problematic fonts --- _layouts/docs.html | 2 ++ docs/usage/exclude.adoc | 12 ++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 docs/usage/exclude.adoc diff --git a/_layouts/docs.html b/_layouts/docs.html index 16d6e65..ac55a1e 100644 --- a/_layouts/docs.html +++ b/_layouts/docs.html @@ -30,6 +30,8 @@ path: /usage/proxy/ - title: How to use Fontist Ruby library? path: /usage/ruby/ + - title: List of known problematic fonts + path: /usage/exclude/ --- {{ content }} diff --git a/docs/usage/exclude.adoc b/docs/usage/exclude.adoc new file mode 100644 index 0000000..71247f7 --- /dev/null +++ b/docs/usage/exclude.adoc @@ -0,0 +1,12 @@ +--- +layout: docs +--- + += List of problematic fonts + +`fontist` excludes some fonts from usage when they break other software: + +* NISC18030.ttf (GB18030 Bitmap) - macOS, more info in +https://github.com/fontist/fontist/issues/344[the NISC18030 issue] + +https://github.com/fontist/fontist/blob/main/lib/fontist/exclude.yml[The up-to-date list of known problematic fonts]