pandocs icon indicating copy to clipboard operation
pandocs copied to clipboard

Build reproducibility: pull fonts from npm

Open avivace opened this issue 1 year ago • 3 comments

We switched from CDNs to serving typefaces as static assets. When a new version of the font is released, this requires the manual step of pulling fonts builds from their upstream websites, clean up unrelated variants, remove them from their entrypoint CSS (e.g. inter.css) and commit the changed files.

This could be automated and made reproducible by switching to a package manager (e.g. npm) to pull the typefaces at build time.

E.g. inter on npm: https://www.npmjs.com/package/inter-ui

avivace avatar Dec 17 '23 10:12 avivace

I'd prefer if this was not done unconditionally at build time, and instead there was a script to update the font file which is otherwise cached in the source.

This cuts back on the number of deps strictly required to run the site, as well as build times, at the cost of a comparatively modest amount of storage.

ISSOtm avatar Dec 17 '23 10:12 ISSOtm

Agree!

avivace avatar Dec 17 '23 11:12 avivace

Do you mind writing the steps down, at least? We can figure out how to script them separately.

ISSOtm avatar Dec 17 '23 16:12 ISSOtm