Warning: session_start(): open(/tmp/sess_94o528tfd8al632v9abuv9d0i1, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
Free fonts Download script (3218 fonts) openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans  . 

Free fonts Download script (3218 fonts)

  

Font

Score 26%
Free fonts Download script (3218 fonts)
zoom


Link:  http://
Downloads:  2463
Submitted:  Aug 4 2004

Description:

Very simple script to download all the free fonts from http://www.highfonts.com

There should currently be 3218 Free Fonts...




Changelog:

It is now possible to follow the progress of the downloads.




LicenseGPL
Send to a friend
Subscribe
Other  Content  from schultz-dk
Report inappropriate content



-

 install

 
 by Fingel on: Aug 4 2004
 
Score 50%

Does it install them as well? Because I know different types of fonts go in different folders, so it would be a pain to move all them, or I could be wrong.


Reply to this

-

 Re: install

 
 by schultz-dk on: Aug 4 2004
 
Score 50%

Nope... It just downloads the fonts as zipped files.

Try to extract the font(s) you want in /home/.fonts/


Reply to this

-
.

 Add feature

 
 by Graziano on: Oct 23 2004
 
Score 50%

For slow modems I suggest to modify the script, to resume download, as follows:





until [ $COUNTER -lt 1 ]; do

clear

echo "Starting the download of free fonts from highfonts.com"

echo "$TOTAL fonts will be downloaded..."

echo "Please wait... (This might take a while...)"

echo

echo "Progress"

echo "-------------------------------------------"

echo "Waiting to download : $COUNTER fonts"

echo "-------------------------------------------"

wget -q http://www.highfonts.com/download.asp?fontID=$COUNTER

rm -rf ./count

echo $COUNTER >> ./count

let COUNTER-=1

done



echo "Done."


Reply to this

-
.

 Add feature

 
 by Graziano on: Oct 23 2004
 
Score 50%

For slow modems I suggest to modify the script, to resume download, as follows:


------------------------------------------------------
# Description:
# Very simple script to download all free fonts from http://www.highfonts.com
# Will work if they don't change their site.
#
# Use:
#
# The script will download the fonts in the directory where it is executed.
#
#!/bin/bash

TOTAL=3218
COUNTER=$TOTAL

INSTALLED=`less ./count`

if [ "$INSTALLED" == "" ] ; then
INSTALLED=$TOTAL
fi

until [ "$COUNTER" == "$INSTALLED" ] ; do
let COUNTER-=1
done
until [ $COUNTER -lt 1 ]; do
clear
echo "Starting the download of free fonts from highfonts.com"
echo "$TOTAL fonts will be downloaded..."
echo "Please wait... (This might take a while...)"
echo
echo "Progress"
echo "-------------------------------------------"
echo "Waiting to download : $COUNTER fonts"
echo "-------------------------------------------"
wget -q http://www.highfonts.com/download.asp?fontID=$COUNTER
rm -rf ./count
echo $COUNTER >> ./count
let COUNTER-=1
done

echo "Done."
------------------------------------------------------


Reply to this

-

 oops

 
 by Graziano on: Oct 23 2004
 
Score 50%

and modify wget command adding -c option:
wget -cq http://www.highfonts.com/download.asp?fontID=$COUNTER


Reply to this

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team