Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/keenwrite.git

Remove unused font

AuthorDaveJarvis <email>
Date2022-12-11 16:01:36 GMT-0800
Commit03d91e7f57a0a46e95ef91233378aca66a6c9d2c
Parent310de4b
Delta0 lines added, 2 lines removed, 2-line decrease
container/Containerfile
ADD "https://fonts.google.com/download?family=Roboto" "roboto.zip"
ADD "https://fonts.google.com/download?family=Roboto%20Mono" "roboto-mono.zip"
-ADD "https://fonts.google.com/download?family=Varela%20Round" "varela-round.zip"
ADD "https://github.com/adobe-fonts/source-serif/releases/download/4.004R/source-serif-4.004.zip" "source-serif.zip"
ADD "https://www.omnibus-type.com/wp-content/uploads/Archivo-Narrow.zip" "archivo-narrow.zip"
# Unpack fonts
RUN unzip -j -o courier-prime.zip "*.ttf"
RUN unzip -j -o inconsolata.zip "**/Inconsolata/*.ttf"
RUN unzip -j -o nunito.zip "static/*.ttf"
RUN unzip -j -o roboto.zip "*.ttf"
RUN unzip -j -o roboto-mono.zip "static/*.ttf"
-RUN unzip -j -o varela-round.zip "*.ttf"
RUN unzip -j -o source-serif.zip "source-serif-4.004/OTF/SourceSerif4-*.otf"
RUN unzip -j -o archivo-narrow.zip "Archivo-Narrow/otf/*.otf"