-------------------------------------------------------------------------------
DESCRIPTION

A set of fonts based on artwiz/artwiz-aleczapka with:

	* Full ISO-8859-1 support (german, portuguese, swedish etc. characters)
	* Bold version of each font.

-------------------------------------------------------------------------------
INSTALLATION

Do the following:

	* Copy the fonts to your font dir:

		cd your_font_dir
		tar xvjf artwiz-latin1.tgz
		cd artwiz-latin1
		fc-cache -fv ./

	* Add this path to your /etc/xorg.conf config:

		FontPath "your_font_dir/artwiz-latin1"

	* Add this to your fontconfig config file
	  (eg. /etc/fonts/local.conf):
	
		<dir>your_font_dir/artwiz-latin1:unscaled</dir>


	* If you use ubuntu or other distro that disables bitmap fonts
	  from fontconfig:

		rm /etc/fonts/conf.d/30-debconf-no-bitmaps.conf


	* restart X or run:
		xset +fp your_complete_font_dir_path/artwiz-latin1


	* test it

		xlsfonts | grep snap
		fc-list | grep snap
	

	NOTE: Your installation may vary depending on your distro.
-------------------------------------------------------------------------------
GTK MENUS

	You might want to use these fonts in GTK apps menus and other widgets
	(screenshot: http://artwiz-latin1.sourceforge.net/screenshots/snap-gtk.png)

	Edit ~/.gtkrc.mine, and add:
	gtk-font-name = "snap 10"

	and ~/.gtkrc-2.0 must have:
	include "/home/your_home/.gtkrc.mine"

	(your_home is just an example)

-------------------------------------------------------------------------------
CONTACT

	email: ld <dot> fifty <at> gmail <dot> com
	irc: ld50 at freenode, and lethal at ptnet
	http://sourceforge.net/projects/artwiz-latin1/
