Skip to content

Commit

Permalink
Merge pull request #412 from caphosra/bugfix/font-urls
Browse files Browse the repository at this point in the history
Update URLs to Latin Modern fonts
  • Loading branch information
gfngfn authored Jul 12, 2023
2 parents 7270e74 + ea985d6 commit 957cafe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions download-fonts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ download_file () {

# Latin Modern
NAME=lm2.004otf
download_file "$NAME.zip" "http://www.gust.org.pl/projects/e-foundry/latin-modern/download/lm2.004otf.zip"
download_file "$NAME.zip" "https://www.gust.org.pl/projects/e-foundry/latin-modern/download/lm2.004otf.zip"
unzip -o "$CACHE/$NAME.zip" "*.otf" -d lib-satysfi/dist/fonts/

# Latin Modern Math
NAME=latinmodern-math-1959
download_file "$NAME.zip" "http://www.gust.org.pl/projects/e-foundry/lm-math/download/latinmodern-math-1959.zip"
download_file "$NAME.zip" "https://www.gust.org.pl/projects/e-foundry/lm-math/download/latinmodern-math-1959.zip"
unzip -o "$CACHE/$NAME.zip" "*.otf" -d "$CACHE/"
cp "$CACHE"/latinmodern-math-1959/otf/latinmodern-math.otf lib-satysfi/dist/fonts/

Expand Down

0 comments on commit 957cafe

Please sign in to comment.