Skip to content

Commit

Permalink
node-bootstrap fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
aceberg committed Jun 26, 2023
1 parent 3c83bed commit cd2408d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node-bootstrap/download-fonts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function get_ttf_links () {
cat fonts.css | sed '/src: url/!d' | sed 's/ src: url(//;s/) .*//' > links.txt
while read LINK; do
# echo "Downloading $LINK"
wget -q -N $LINK
wget -q $LINK
done <links.txt

# Replace links in fonts.css for local names
Expand Down

0 comments on commit cd2408d

Please sign in to comment.