fontist / formulas

Fontist Font Formulas
6 stars 0 forks source link

Restore the Office preview formula #172

Closed alexeymorozov closed 5 months ago

alexeymorozov commented 5 months ago

Restores the Office Preview formula.

It was removed because it was used to install some often-used font (afaik, Cambria) but it required an upgraded fontist, so it failed at CI. The v3 formulas branch requires an upgraded fontist, so it's fine now.

More than that, this formula is avoided by default, because fontist avoids formulas larger than 300 MB (unless it's cached), and the office preview formula is 700 MB. At the same time it can be installed with a special flag, like --size-limit, or by a formula name:

fontist install -F office_preview

See https://github.com/fontist/formulas/issues/73