<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Web Teacher &#187; Typography</title>
	<atom:link href="http://www.webteacher.ws/category/typography/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webteacher.ws</link>
	<description>Tips, web design book reviews, resources and observations for teaching and learning web development.</description>
	<lastBuildDate>Sat, 31 Jul 2010 12:17:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Useful links: Influence, Font Previewer</title>
		<link>http://www.webteacher.ws/2010/07/30/useful-links-influence-font-previewer/</link>
		<comments>http://www.webteacher.ws/2010/07/30/useful-links-influence-font-previewer/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 12:29:51 +0000</pubDate>
		<dc:creator>vdebolt</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Typography]]></category>
		<category><![CDATA[women]]></category>
		<category><![CDATA[fonts]]></category>

		<guid isPermaLink="false">http://www.webteacher.ws/?p=4864</guid>
		<description><![CDATA[From The Access Point, a listing of the most influential women&#8217;s voices on the web. ABIE from Access Communications The Access Point is using the post/graphic to bring attention to their new  ranking tool, ABIE, that &#8220;determines online influence based not only on data from the top ‘ranking’ services out there, but also on factors [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.webteacher.ws%252F2010%252F07%252F30%252Fuseful-links-influence-font-previewer%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2FaErsKY%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Useful%20links%3A%20Influence%2C%20Font%20Previewer%22%20%7D);"></div>
<p>From <a href="http://accesspr.typepad.com/access_communications/2010/07/the-most-influential-female-voices-on-the-web-infographic.html">The Access Point</a>, a listing of the most influential women&#8217;s voices on the web.</p>
<p><a href="http://www.accesspr.com/images/abie_blogher_lg.jpg"><img title="ABIE: Influential Women" src="http://www.accesspr.com/images/abie_blogher_lg.jpg" alt="" width="800" height="527" /></a></p>
<p><a href="http://www.accesspr.com/pr2.html">ABIE</a> from Access Communications</p>
<p>The Access Point is using the post/graphic to bring attention to their new  ranking tool, ABIE,  that &#8220;determines online influence based not only on data from the top  ‘ranking’ services out there, but also on factors such as audience  engagement levels and the frequency original content is shared across  the social Web.&#8221; I don&#8217;t see where they&#8217;ve done a similar thing for influential men.</p>
<p><a href="http://code.google.com/webfonts/preview#font-family=IM+Fell+Double+Pica">Google Font Previewer</a> is super helpful. As I mentioned in an earlier article, <a href="http://www.webteacher.ws/2010/06/08/embedding-fonts-the-google-way/">Embedding fonts the Google way</a>, it&#8217;s very easy to use fonts from the Google font directory. Now Google has provided an app that lets you pick one of their fonts, apply some CSS3 text-shadow, and set a few spacing options. You see how it looks in the preview.  It spits out some code you can copy.</p>
<p>This font is called Lobster. Here&#8217;s how I made it look in the preview.</p>
<p><a href="http://www.webteacher.ws/blog/wp-content/uploads/2010/07/lobster-font.jpg"><img class="alignnone size-full wp-image-4870" title="words set in lobster font" src="http://www.webteacher.ws/blog/wp-content/uploads/2010/07/lobster-font.jpg" alt="words set in lobster font" width="794" height="125" /></a></p>
<p>This is the code the app provided:</p>
<p><code>&lt;link  href="//fonts.googleapis.com/css?family=Lobster:regular" rel="stylesheet" type="text/css" &gt;<br />
&lt;style&gt;<br />
body {<br />
font-family: 'Lobster', serif;<br />
font-size: 28px;<br />
font-style: normal;<br />
font-weight: 400;<br />
text-shadow: 2px 2px 2px #aaa;<br />
text-decoration: none;<br />
text-transform: none;<br />
letter-spacing: 0.024em;<br />
word-spacing: 0em;<br />
<span>line-height: 1.13em;<br />
}<br />
&lt;/style&gt;</span></code></p>
<p>The code could use a bit of editing to remove unused properties (e.g. text-transform: none;), but it is a time-saver to see how text is going to look with the text-shadow styling.</p>

<hr />
<p><small>© vdebolt for <a href="http://www.webteacher.ws">Web Teacher</a>, 2010. |
<a href="http://www.webteacher.ws/2010/07/30/useful-links-influence-font-previewer/">Permalink</a> |
<a href="http://www.webteacher.ws/2010/07/30/useful-links-influence-font-previewer/#comments">No comment</a> |

]]></content:encoded>
			<wfw:commentRss>http://www.webteacher.ws/2010/07/30/useful-links-influence-font-previewer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Improve readability with line-height</title>
		<link>http://www.webteacher.ws/2009/09/30/improve-readability-with-line-height/</link>
		<comments>http://www.webteacher.ws/2009/09/30/improve-readability-with-line-height/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 20:26:59 +0000</pubDate>
		<dc:creator>vdebolt</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Typography]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[readability]]></category>

		<guid isPermaLink="false">http://www.webteacher.ws/?p=3216</guid>
		<description><![CDATA[The CSS line-height property determines the distance or spacing between the lines of text on the page. In the print world, this property is called leading. Line-height can be applied to any text element, but it&#8217;s probably best to set it in the CSS rule for body in your stylesheet. All the textual elements on [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.webteacher.ws%252F2009%252F09%252F30%252Fimprove-readability-with-line-height%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Improve%20readability%20with%20line-height%22%20%7D);"></div>
<p>The CSS line-height property determines the distance or spacing between the lines of text on the page. In the print world, this property is called leading.</p>
<p>Line-height can be applied to any text element, but it&#8217;s probably best to set it in the CSS rule for <code>body</code> in your stylesheet. All the textual elements on your page will inherit that line-height value, which can be adjusted if needed for specific parts of the page.</p>
<p>The perfect line-height will depend on your choice of font-family. In my examples, I&#8217;m using a sans-serif font. Some fonts are &#8220;taller&#8221; than others. Tahoma looks good at 1.5, but Times Roman might not. Generally, you don&#8217;t want the lines to be too close together or too far apart. You want enough space between the lines to create maximum readability, or the appearance of ease of reading. You want an open and inviting look rather than a  &#8220;dense&#8221; look, which discourages reading.</p>
<p>I applied different line-height values to some paragraphs so you could see the effect. The rule used in each example is a variation of</p>
<p><code>p {<br />
font: 1em/1.2 Tahoma, Geneva, sans-serif;<br />
}</code></p>
<p>To give you the same rule not in CSS shorthand, it would be</p>
<p><code>p { font-size: 1em;<br />
</code><code>line-height: 1.2;</code><br />
<code>font-family: Tahoma, Geneva, sans-serif;<br />
}</code></p>
<p>Notice that there is no unit attached the the line-height value. No px, %, or em units should be assigned to the line-height value.  In each example, I put the variation in the line-height rule at the beginning of the image so you could judge for yourself what the effect was.  Which examples look the most readable to you? Which encourage reading, which discourage reading?</p>
<h3 class="clearleft">Example 1</h3>
<p>I&#8217;m not even going to show you how it looks if left at the default value, which would be 1. It&#8217;s a bit crowded at 1.2.</p>
<div><img class="alignnone size-full wp-image-3217" title="lineheight1.2" src="http://www.webteacher.ws/blog/wp-content/uploads/2009/09/lineheight1.2.gif" alt="lineheight1.2" width="526" height="400" /></div>
<h3 class="clearleft">Example 2</h3>
<p>I find 1.5 attractive for this font. It&#8217;s open and looks easy to read.</p>
<div><img class="alignnone size-full wp-image-3218" title="lineheight1.5" src="http://www.webteacher.ws/blog/wp-content/uploads/2009/09/lineheight1.5.gif" alt="lineheight1.5" width="526" height="400" /></div>
<h3 class="clearleft">Example 3</h3>
<p>Even at 1.8, the line-height is still working for me. It&#8217;s approaching the point of being too much, and I think 1.5 is better, but it still works. (I&#8217;d look at 1.6 or 1.7 before deciding for certain.)</p>
<div><img class="alignnone size-full wp-image-3219" title="lineheight1.8" src="http://www.webteacher.ws/blog/wp-content/uploads/2009/09/lineheight1.8.gif" alt="lineheight1.8" width="526" height="400" /></div>
<h3 class="clearleft">Example 4</h3>
<p>With a value of 2, I think the lines are so far apart that readability is impaired for this font. With so much distance between the lines, you lose the sense of proximity that tells you that these lines belong together in a semantic unit.</p>
<div><img class="alignnone size-full wp-image-3220" title="lineheight2" src="http://www.webteacher.ws/blog/wp-content/uploads/2009/09/lineheight2.gif" alt="lineheight2" width="526" height="400" /></div>

<hr />
<p><small>© vdebolt for <a href="http://www.webteacher.ws">Web Teacher</a>, 2009. |
<a href="http://www.webteacher.ws/2009/09/30/improve-readability-with-line-height/">Permalink</a> |
<a href="http://www.webteacher.ws/2009/09/30/improve-readability-with-line-height/#comments">5 comments</a> |

]]></content:encoded>
			<wfw:commentRss>http://www.webteacher.ws/2009/09/30/improve-readability-with-line-height/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Useful links: Thatcher on accessibility, ReadSmart, Opera turns 15</title>
		<link>http://www.webteacher.ws/2009/04/28/useful-links-thatcher-on-accessibility-readsmart-opera-turns-15/</link>
		<comments>http://www.webteacher.ws/2009/04/28/useful-links-thatcher-on-accessibility-readsmart-opera-turns-15/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 15:39:04 +0000</pubDate>
		<dc:creator>vdebolt</dc:creator>
				<category><![CDATA[Typography]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[browsers]]></category>

		<guid isPermaLink="false">http://www.webteacher.ws/?p=2534</guid>
		<description><![CDATA[A look at whitehouse.gov, a tool to improve reading comprehension, Opera celebrates its 15th with a retro bash.]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.webteacher.ws%252F2009%252F04%252F28%252Fuseful-links-thatcher-on-accessibility-readsmart-opera-turns-15%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Useful%20links%3A%20Thatcher%20on%20accessibility%2C%20ReadSmart%2C%20Opera%20turns%2015%22%20%7D);"></div>
<p><a href="http://www.jimthatcher.com/whitehouse.htm">Accessibility of the White House Web Site</a> by Jim Thatcher is a quick survey some of the accessibility issues that could be easily corrected on the WhiteHouse.gov web site. Do you have these problems on your web site?</p>
<p><a href="http://connect.humanfactors.com/profiles/blogs/how-text-formatting-can">How text formatting can enhance the readability and persuasiveness of text</a> at HFI Connect gives the results of a test of <a href="http://www.readsmart.com/home.html">ReadSmart technology</a>, which makes subtle changes in the formatting of text that are proven to improve comprehension.</p>
<p><a href="http://www.opera.com/">Opera celebrates its 15th birthday</a> with a retro celebration splash page that you should see before it disappears. While you&#8217;re there, download the latest version of this great browser.</p>

<hr />
<p><small>© vdebolt for <a href="http://www.webteacher.ws">Web Teacher</a>, 2009. |
<a href="http://www.webteacher.ws/2009/04/28/useful-links-thatcher-on-accessibility-readsmart-opera-turns-15/">Permalink</a> |
<a href="http://www.webteacher.ws/2009/04/28/useful-links-thatcher-on-accessibility-readsmart-opera-turns-15/#comments">No comment</a> |

]]></content:encoded>
			<wfw:commentRss>http://www.webteacher.ws/2009/04/28/useful-links-thatcher-on-accessibility-readsmart-opera-turns-15/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useful Links: Social Media Products, Typefaces, SXSW photos</title>
		<link>http://www.webteacher.ws/2009/03/14/useful-links-social-media-products-typefaces-sxsw-photos/</link>
		<comments>http://www.webteacher.ws/2009/03/14/useful-links-social-media-products-typefaces-sxsw-photos/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 11:53:59 +0000</pubDate>
		<dc:creator>vdebolt</dc:creator>
				<category><![CDATA[SXSW]]></category>
		<category><![CDATA[SocialMedia]]></category>
		<category><![CDATA[Typography]]></category>

		<guid isPermaLink="false">http://www.webteacher.ws/?p=2280</guid>
		<description><![CDATA[Useful links: good resources for using social media, periodic table of typefaces, SXSW photos.]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.webteacher.ws%252F2009%252F03%252F14%252Fuseful-links-social-media-products-typefaces-sxsw-photos%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Useful%20Links%3A%20Social%20Media%20Products%2C%20Typefaces%2C%20SXSW%20photos%22%20%7D);"></div>
<p><a href="http://www.susanmernit.com/blog/2009/03/resources-web-20-products-and.html">Resources: Web 2.0 Social Media Products, a guide on what to use</a> lists the essentials. Handy.</p>
<p><a href="http://www.behance.net/Gallery/Periodic-Table-of-Typefaces/193759">Periodic Table of Typefaces</a> is brilliant. The teacher in me wants to know where to order poster-size prints for the classroom wall. Hey, <a href="http://www.behance.net/">Behance</a>, why not team up with <a href="http://www.visibone.com/">Visibone</a> to get this gem published? Visibone already has a direct line straight onto the walls of web design classrooms all over the world.</p>
<p>I&#8217;ll be posting photos from SXSW Interactive for the next few days at Flickr. I&#8217;m <a href="http://www.flickr.com/photos/veesees/">veesees</a> on Flickr.</p>

<hr />
<p><small>© vdebolt for <a href="http://www.webteacher.ws">Web Teacher</a>, 2009. |
<a href="http://www.webteacher.ws/2009/03/14/useful-links-social-media-products-typefaces-sxsw-photos/">Permalink</a> |
<a href="http://www.webteacher.ws/2009/03/14/useful-links-social-media-products-typefaces-sxsw-photos/#comments">2 comments</a> |

]]></content:encoded>
			<wfw:commentRss>http://www.webteacher.ws/2009/03/14/useful-links-social-media-products-typefaces-sxsw-photos/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Useful Links: Drive Me Crazy, Community Building, Mobile Design, Best Job</title>
		<link>http://www.webteacher.ws/2009/01/14/useful-links-drive-me-crazy-community-building-mobile-design-best-job/</link>
		<comments>http://www.webteacher.ws/2009/01/14/useful-links-drive-me-crazy-community-building-mobile-design-best-job/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 14:17:22 +0000</pubDate>
		<dc:creator>vdebolt</dc:creator>
				<category><![CDATA[SocialMedia]]></category>
		<category><![CDATA[Typography]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[mobiles]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://www.webteacher.ws/?p=1884</guid>
		<description><![CDATA[Links to top notch articles about what not to do on the web, how to build community, designing for mobiles, and finding the best job in the world.  
More . . .]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.webteacher.ws%252F2009%252F01%252F14%252Fuseful-links-drive-me-crazy-community-building-mobile-design-best-job%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Useful%20Links%3A%20Drive%20Me%20Crazy%2C%20Community%20Building%2C%20Mobile%20Design%2C%20Best%20Job%22%20%7D);"></div>
<p><a href="http://reviewerx.blogspot.com/2009/01/drive-me-crazy-web-15.html">Drive me Crazy: The Web 15</a> from Reviewer X is spot on with things that drive user&#8217;s crazy. High school kids recognize what&#8217;s wrong with the web. <a href="http://www.useit.com/">Jakob&#8217;s</a> been nagging us for years. Why don&#8217;t web sites reflect these things? Oh, hell, don&#8217;t even answer, I know the stinkin&#8217; answer.</p>
<p><a href="http://thinkvitamin.com/features/i-can-haz-community/">I Can Haz Community?</a> at Think Vitamin is from the I Can Haz Cheeseburger site that has developed such a community and huge following. Tips for building a community around your site.</p>
<p><a href="http://www.smashingmagazine.com/2009/01/13/mobile-web-design-trends-2009/">Mobile Web Design Trends for 2009</a> at Smashing Magazine is a good guide to designing for mobiles. It says a lot of the same things as my article <a href="http://thinkvitamin.com/features/css/make-your-site-mobile-friendly/">Make Your Site Mobile Friendly </a>at Think Vitamin, but this new piece at Smashing Magazine contains new ideas and many very helpful screen captures of mobile sites.</p>
<p><a href="http://www.islandreefjob.com/en/">Best Job in the World</a> has gone viral. I&#8217;m fascinated by this story and will be writing about it in more detail later in the week on BlogHer. It&#8217;s interesting because it&#8217;s a blogging job, and because of the way it&#8217;s gone viral. What is it about this story that captured the imagination and made it the latest viral phenom?</p>

<hr />
<p><small>© vdebolt for <a href="http://www.webteacher.ws">Web Teacher</a>, 2009. |
<a href="http://www.webteacher.ws/2009/01/14/useful-links-drive-me-crazy-community-building-mobile-design-best-job/">Permalink</a> |
<a href="http://www.webteacher.ws/2009/01/14/useful-links-drive-me-crazy-community-building-mobile-design-best-job/#comments">No comment</a> |

]]></content:encoded>
			<wfw:commentRss>http://www.webteacher.ws/2009/01/14/useful-links-drive-me-crazy-community-building-mobile-design-best-job/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useful Links: power in social media, ROI, web fonts</title>
		<link>http://www.webteacher.ws/2008/12/12/useful-links-power-in-social-media-roi-web-fonts/</link>
		<comments>http://www.webteacher.ws/2008/12/12/useful-links-power-in-social-media-roi-web-fonts/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 14:09:04 +0000</pubDate>
		<dc:creator>vdebolt</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[SocialMedia]]></category>
		<category><![CDATA[Typography]]></category>
		<category><![CDATA[WebStandards]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.webteacher.ws/?p=1774</guid>
		<description><![CDATA[Social Media Breakfast Leverages Two Truckloads of Tyson Food Donation for Boston Food Bank! at Beth&#8217;s Blog is another story to add to the list of amazing things achieved with social media. In this case, blog comments were enough to raise 2 truckloads of food for a food bank in just 3.5 hours. How did [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.webteacher.ws%252F2008%252F12%252F12%252Fuseful-links-power-in-social-media-roi-web-fonts%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Useful%20Links%3A%20power%20in%20social%20media%2C%20ROI%2C%20web%20fonts%22%20%7D);"></div>
<p><a href="http://beth.typepad.com/beths_blog/2008/12/social-media-breakfast-leverages-two-truckloads-of-tyson-food-donation-for-boston-food-bank.html">Social Media Breakfast Leverages Two Truckloads of Tyson Food Donation for Boston Food Bank!</a> at Beth&#8217;s Blog is another story to add to the list of amazing things achieved with social media. In this case, blog comments were enough to raise 2 truckloads of food for a food bank in just 3.5 hours. How did we ever get anything accomplished before Twitter?</p>
<p><a href="http://visitmix.com/Articles/Web-Standards-Where-the-ROI-is">Web Standards: Where the ROI is</a> from Molly writing at MIX online explains the business reasons for web standards. (MIX online has an interesting stylesheet, by the way.)</p>
<p><a href="http://jontangerine.com/log/2008/10/font-face-in-ie-making-web-fonts-work">@font-face in IE: Making WEb Fonts Work</a> is from Jon Tangerine. He says, &#8220;What we need to encourage designers and developers to use EOT today is a good tool to create EOT files in the first place. Perhaps even one hosted remotely, where we can buy a licence, convert the font to EOT, grab the same OTF subset for complaint browsers, and get the work using the typefaces we’ve always dreamed of. WEFT is not the tool right now to enable EOT usage. In fact it discourages it.&#8221;</p>

<hr />
<p><small>© vdebolt for <a href="http://www.webteacher.ws">Web Teacher</a>, 2008. |
<a href="http://www.webteacher.ws/2008/12/12/useful-links-power-in-social-media-roi-web-fonts/">Permalink</a> |
<a href="http://www.webteacher.ws/2008/12/12/useful-links-power-in-social-media-roi-web-fonts/#comments">No comment</a> |

]]></content:encoded>
			<wfw:commentRss>http://www.webteacher.ws/2008/12/12/useful-links-power-in-social-media-roi-web-fonts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Downloadable fonts with GlyphGate</title>
		<link>http://www.webteacher.ws/2007/10/22/downloadable-fonts-with-glyphgate/</link>
		<comments>http://www.webteacher.ws/2007/10/22/downloadable-fonts-with-glyphgate/#comments</comments>
		<pubDate>Mon, 22 Oct 2007 12:04:01 +0000</pubDate>
		<dc:creator>vdebolt</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Typography]]></category>
		<category><![CDATA[UsefulLinks]]></category>

		<guid isPermaLink="false">http://www.webteacher.ws/2007/10/22/downloadable-fonts-with-glyphgate/</guid>
		<description><![CDATA[There&#8217;s a change in the wind in terms of downloadable fonts. GlyphGate is part of the reason. GlyphGate isn&#8217;t for everyone. If you have control over your web server, you may be interested in installing GlyphGate. Your hosting company may have it installed (or will install it if enough people request it) so that you [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.webteacher.ws%252F2007%252F10%252F22%252Fdownloadable-fonts-with-glyphgate%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Downloadable%20fonts%20with%20GlyphGate%22%20%7D);"></div>
<p>There&#8217;s a change in the wind in terms of downloadable fonts. GlyphGate is part of the reason. GlyphGate isn&#8217;t for everyone. If you have control over your web server, you may be interested in installing <a href="http://www.glyphgate.com/info/index.html">GlyphGate</a>. Your hosting company may have it installed (or will install it if enough people request it) so that you can use it. As GlyphGate describes itself:</p>
<blockquote><p>GlyphGate is a Web server extension designed to enable use of fine typography, page formatting and languages across user platforms and browsers. </p></blockquote>
<p>The GlyphGate plug in works with Apache, Windows and Solaris servers. It supports all languages defined in Unicode. It supports OpenType, TrueType, Type 1, Bitmap and vector fonts.</p>
<p>You write CSS declarations for the fonts you want and GlyphGate does the rest. However, there is a bit of a learning curve involved with writing the CSS. I&#8217;m not going to detail everything, because you&#8217;ll no doubt need to spend some time with the user&#8217;s manual before attempting to use GlyphGate yourself, but here are a couple of examples.</p>
<p>When the extension is installed on the server, a specific page on the server shows you which fonts are available. They are arranged in Unicode tables. Pick one and call for it using the a standard CSS rule like</p>
<p>p {font-family: Verdana;}</p>
<p>If you want to include all the characters in the font subset, you use an @font-face rule. Here&#8217;s an example from the GlyphGate user&#8217;s manual:</p>
<p>@font-face<br />
{<br />
	font-family: Trebuchet MS;<br />
	font-style: normal;<br />
	font-weight: normal;<br />
	/* Include Latin + digits + punctuation + tm */<br />
	unicode-range: az,AZ,U+7C,U+20-41,U+A?,U+2122,U+99<br />
}</p>
<p>You can do far more, such as set smoothing and kerning. The fonts available are far more interesting to typographers than the two rather common ones shown in the previous examples.</p>
<p>I learned about GlyphGate in the book <a href="http://www.amazon.com/gp/product/0596102429?ie=UTF8&#038;tag=musicaustincom&#038;linkCode=as2&#038;camp=1789&#038;creative=9325&#038;creativeASIN=0596102429">Fonts &#038; Encodings</a><img src="http://www.assoc-amazon.com/e/ir?t=musicaustincom&#038;l=as2&#038;o=1&#038;a=0596102429" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /> by Yannis Haralambous, a massive compendium of information on fonts and encodings.</p>

<hr />
<p><small>© vdebolt for <a href="http://www.webteacher.ws">Web Teacher</a>, 2007. |
<a href="http://www.webteacher.ws/2007/10/22/downloadable-fonts-with-glyphgate/">Permalink</a> |
<a href="http://www.webteacher.ws/2007/10/22/downloadable-fonts-with-glyphgate/#comments">No comment</a> |

]]></content:encoded>
			<wfw:commentRss>http://www.webteacher.ws/2007/10/22/downloadable-fonts-with-glyphgate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ya gotta love it</title>
		<link>http://www.webteacher.ws/2003/10/31/324/</link>
		<comments>http://www.webteacher.ws/2003/10/31/324/#comments</comments>
		<pubDate>Fri, 31 Oct 2003 18:49:00 +0000</pubDate>
		<dc:creator>Virginia</dc:creator>
				<category><![CDATA[Typography]]></category>

		<guid isPermaLink="false">http://www.webteacher.ws/blog/?p=324</guid>
		<description><![CDATA[Veer: Ideas: Behind The Typeface A movie honoring the typeface Cooper Black. © admin for Web Teacher, 2003. &#124; Permalink &#124; No comment &#124;]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.webteacher.ws%252F2003%252F10%252F31%252F324%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Ya%20gotta%20love%20it%22%20%7D);"></div>
<p><a href="http://www.veer.com/ideas/btt/">Veer: Ideas: Behind The Typeface</a> A movie honoring the typeface Cooper Black. </p>

<hr />
<p><small>© admin for <a href="http://www.webteacher.ws">Web Teacher</a>, 2003. |
<a href="http://www.webteacher.ws/2003/10/31/324/">Permalink</a> |
<a href="http://www.webteacher.ws/2003/10/31/324/#comments">No comment</a> |

]]></content:encoded>
			<wfw:commentRss>http://www.webteacher.ws/2003/10/31/324/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Typography Website</title>
		<link>http://www.webteacher.ws/2002/12/01/233/</link>
		<comments>http://www.webteacher.ws/2002/12/01/233/#comments</comments>
		<pubDate>Sun, 01 Dec 2002 13:30:00 +0000</pubDate>
		<dc:creator>Virginia</dc:creator>
				<category><![CDATA[Typography]]></category>

		<guid isPermaLink="false">http://www.webteacher.ws/blog/?p=233</guid>
		<description><![CDATA[Counterspace is all about typography. It explains what it calls the anatomy of letters and suggests some typefaces that work well in multimedia. © admin for Web Teacher, 2002. &#124; Permalink &#124; No comment &#124;]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.webteacher.ws%252F2002%252F12%252F01%252F233%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Typography%20Website%22%20%7D);"></div>
<p><a href="http://counterspace.motivo.com/">Counterspace</a> is all about typography. It explains what it calls the anatomy of letters and suggests some typefaces that work well in multimedia. </p>

<hr />
<p><small>© admin for <a href="http://www.webteacher.ws">Web Teacher</a>, 2002. |
<a href="http://www.webteacher.ws/2002/12/01/233/">Permalink</a> |
<a href="http://www.webteacher.ws/2002/12/01/233/#comments">No comment</a> |

]]></content:encoded>
			<wfw:commentRss>http://www.webteacher.ws/2002/12/01/233/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free font site</title>
		<link>http://www.webteacher.ws/2002/09/24/214/</link>
		<comments>http://www.webteacher.ws/2002/09/24/214/#comments</comments>
		<pubDate>Tue, 24 Sep 2002 22:41:00 +0000</pubDate>
		<dc:creator>Virginia</dc:creator>
				<category><![CDATA[Typography]]></category>

		<guid isPermaLink="false">http://www.webteacher.ws/blog/?p=214</guid>
		<description><![CDATA[www.fontoville.tk Font-o-ville has some interesting and unusual fonts and they are free! © admin for Web Teacher, 2002. &#124; Permalink &#124; No comment &#124;]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.webteacher.ws%252F2002%252F09%252F24%252F214%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Free%20font%20site%22%20%7D);"></div>
<p><a href="http://www.fontoville.tk/">www.fontoville.tk</a> Font-o-ville has some interesting and unusual fonts and they are free!</p>

<hr />
<p><small>© admin for <a href="http://www.webteacher.ws">Web Teacher</a>, 2002. |
<a href="http://www.webteacher.ws/2002/09/24/214/">Permalink</a> |
<a href="http://www.webteacher.ws/2002/09/24/214/#comments">No comment</a> |

]]></content:encoded>
			<wfw:commentRss>http://www.webteacher.ws/2002/09/24/214/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
