googlefonts/Libre-Baskerville

Release

Closed this issue · 1 comments

Please tag or release the files as a .zip file that can be downloaded. GitHub doesn't provide a simple facility to download a directory (without a download token). Requiring a token to download makes creating user-friendly shell scripts (and ADD instructions to container files) a cumbersome task.

For example, to download a font, we have to specify each file individually:

ADD "https://github.com/googlefonts/Libre-Baskerville/blob/master/fonts/ttf/LibreBaskerville-Bold.ttf" "LibreBaskerville-Bold.ttf"
ADD "https://github.com/googlefonts/Libre-Baskerville/blob/master/fonts/ttf/LibreBaskerville-Italic.ttf" "LibreBaskerville-Italic.ttf"
ADD "https://github.com/googlefonts/Libre-Baskerville/blob/master/fonts/ttf/LibreBaskerville-Regular.ttf" "LibreBaskerville-Regular.ttf"

It'd be easier to maintain a single download link to a .zip file.

See: googlefonts/carlito#4