<?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>George Butler Web Design &#187; Typography</title>
	<atom:link href="http://georgebutler.com/category/blog/typography/feed/" rel="self" type="application/rss+xml" />
	<link>http://georgebutler.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 05 Aug 2010 15:32:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>10 Years Later: The Current State of @font-face</title>
		<link>http://georgebutler.com/blog/typography/10-years-later-the-current-state-of-font-face/</link>
		<comments>http://georgebutler.com/blog/typography/10-years-later-the-current-state-of-font-face/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 17:48:51 +0000</pubDate>
		<dc:creator>George</dc:creator>
				<category><![CDATA[Typography]]></category>

		<guid isPermaLink="false">http://georgebutler.com/?p=627</guid>
		<description><![CDATA[Two years of blood, sweat, and bezier curves. That’s what it takes to make your average font family. Two years of painstaking work in an under-appreciated and underpaid industry. Too many years to watch your pockets picked by an internet culture of open source, free distribution. It’s no surprise that @font-face scares the bejesus out of [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-688" title="fontface" src="http://georgebutler.com/wp-content/uploads/2009/07/fontface.png" alt="fontface" width="500" height="150" /></p>
<p>Two years of blood, sweat, and bezier curves. That’s what it takes to make your average font family. Two years of painstaking work in an under-appreciated and underpaid industry. Too many years to watch your pockets picked by an internet culture of open source, free distribution. It’s no surprise that <strong>@font-face</strong> scares the bejesus out of type designers. As a result, progress has been slow and attitudes more cautious about embedded type.<span id="more-627"></span></p>
<h3>What is @font-face?</h3>
<p>@font-face is a CSS rule pointing to server side font files. Instead of relying on system fonts, designers use whatever font they choose.</p>
<p>To the web designer, it means getting the desired look while saving hours that would have been spent setting up hacks and workarounds. To a type designer, it’s like handing your keys to a perfect stranger and hoping they won’t rob you blind.</p>
<h3>Where will @font-face work?</h3>
<ul>
<li>Safari 3.1</li>
<li>Firefox 3.5</li>
<li>Opera 10</li>
</ul>
<h3>What about Internet Explorer?</h3>
<p>Microsoft has supported web embedding fonts ever since IE 4. Like everything with Microsoft, it’s not that simple. The more secure EOT (Embedded OpenType) format was being developed, but never really took off. The added complexity of creating an EOT file required a special tool (<a href="http://www.microsoft.com/typography/WEFT.mspx">WEFT</a>). It was a valiant effort to obscure font data and add a level of security. Many are still unconvinced, and wait for a better non-proprietary format. Until that time, the traditional TTF (TrueType Font) format and the newer OTF (OpenType Font) formats will not work in Internet Explorer.</p>
<p>Internet Explorers (6,7,8) make up around 40% of users, which means an alternate set of fonts and @font-face declarations, or you’ll be falling back to the font stack like usual.</p>
<h3>How do you use @font-face?</h3>
<ol>
<li>Copy font file to your server</li>
<li>Define @font-face in CSS</li>
<li>Declare font in CSS</li>
</ol>
<pre><code>@font-face {
  font-family: MyFont;
  src: url(MyFont.ttf);
}

body {
  font-family: MyFont, sans-serif;
}</code></pre>
<h3>What about legal issues?</h3>
<p>All major font foundries now append their End User Licensing Agreements to restrict web embedding. Nearly all commercial-use licenses do NOT give you @font-face permissions. From listening to the <a href="http://virb.com/typecon/audio/434710">TypeCon 2009 Web Fonts Panel</a> there appears to be a growing consensus that embedded opentype will emerge as the future of type on the web.</p>
]]></content:encoded>
			<wfw:commentRss>http://georgebutler.com/blog/typography/10-years-later-the-current-state-of-font-face/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>10 Definitive Web Font Stacks for Designers</title>
		<link>http://georgebutler.com/blog/typography/10-definitive-web-font-stacks-for-designers/</link>
		<comments>http://georgebutler.com/blog/typography/10-definitive-web-font-stacks-for-designers/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 22:25:29 +0000</pubDate>
		<dc:creator>George</dc:creator>
				<category><![CDATA[Typography]]></category>

		<guid isPermaLink="false">http://georgebutler.com/?p=423</guid>
		<description><![CDATA[Fonts were not designed to mix and match. Sure, we can consult the Font Matrix and find an available font. But, tailored web safe typography has always been seen as a luxury. With the proliferation of desktop publishing software, computers are now preloaded with more system fonts than ever before. With greater choice comes greater control. Where [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-558" title="typestack" src="http://georgebutler.com/wp-content/uploads/2009/07/typestack.png" alt="typestack" width="500" height="150" /></p>
<p>Fonts were not designed to mix and match. Sure, we can consult the <a href="http://24ways.org/2007/increase-your-font-stacks-with-font-matrix">Font Matrix</a> and find an available font. But, tailored web safe typography has always been seen as a luxury. With the proliferation of desktop publishing software, computers are now preloaded with more system fonts than ever before. With greater choice comes greater control.<span id="more-423"></span></p>
<h3>Where are we now?</h3>
<p>There have been some great <a href="http://www.sitepoint.com/article/eight-definitive-font-stacks/">articles</a> <a href="http://unitinteractive.com/blog/2008/06/26/better-css-font-stacks/">written</a> <a href="http://www.inspirationbit.com/striking-web-sites-with-font-stacks-that-inspire/">about</a> <a href="http://www.codestyle.org/css/font-family/BuildBetterCSSFontStacks.shtml">CSS font stacks</a>. Designer’s know Gill Sans, Myriad, Tahoma, and Frutiger are not “Arial-based”. But, we live with it. We think that’s the best we can get. After doing some research, I’ve found there’s more than enough system fonts to have font styling the way you want it, without compromise. Below you’ll find a list of font stacks organized by the most popular typeface classifications.</p>
<h3>Headline Font Stacks</h3>
<p><img class="alignnone size-full wp-image-543" title="displayheadline" src="http://georgebutler.com/wp-content/uploads/2009/07/displayheadline.png" alt="displayheadline" width="500" height="120" /></p>
<p><strong>1   Display Serifs (Delicate details. Best seen at large sizes)</strong></p>
<pre><code>font-family: Perpetua, Baskerville, "Big Caslon", "Palatino Linotype", Palatino, "URW Palladio L", "Nimbus Roman No9 L", serif;</code></pre>
<p><img class="alignnone size-full wp-image-522" title="geometricheadlines" src="http://georgebutler.com/wp-content/uploads/2009/07/geometricheadlines.png" alt="geometricheadlines" width="500" height="120" /></p>
<p><strong>2   Geometric (Low readability. Best seen large in short lines)</strong></p>
<p><strong>CAUTION:</strong> At best, <strong>90–95%</strong> coverage over all systems. Drop back to Arial to prevent generics.</p>
<pre><code>font-family: "Century Gothic", "Tw Cen MT", Futura, "URW Gothic L", Arial, sans-serif;</code></pre>
<p><img class="alignnone size-full wp-image-524" title="modernheadline" src="http://georgebutler.com/wp-content/uploads/2009/07/modernheadline.png" alt="modernheadline" width="500" height="120" /></p>
<p><strong>3   Modern (High contrast. Thins may disappear at smaller sizes)</strong></p>
<p><strong>WARNING</strong>: At best,<strong> 70–80%</strong> coverage over all systems. Drop back to Transitionals (Georgia, Times, Times New Roman) to prevent generics.</p>
<pre><code>font-family: Didot,"Bodoni MT", "Century Schoolbook", "Niagara Solid", Utopia, Georgia, Times, "Times New Roman", serif;</code></pre>
<p><img class="size-full wp-image-568 alignleft" title="noslab" src="http://georgebutler.com/wp-content/uploads/2009/07/noslab.png" alt="noslab" width="65" height="53" />You may ask, “Where’s the slab serif stack?”. Besides Rockwell (50% on windows), there’s very little coverage. If you’d like to use them one, try one of the many <a href="http://georgebutler.com/blog/typography/the-past-and-present-of-web-typography/">font replacement techniques</a>.</p>
<p>All stacks below guarantee best possible coverage (99%). This is an attempt to retain the same font styling on the most systems.</p>
<h3>Sans– Serif Paragraph Font Stacks</h3>
<p><strong>4   Neo-Grotesque  (The granddaddy of sans serif. Even strokes, well balanced)</strong></p>
<pre><code>font-family: Corbel, Arial, Helvetica, "Nimbus Sans L", "Liberation Sans", sans-serif;</code></pre>
<p><img class="alignnone size-full wp-image-525" title="neogrotesqueparagraph" src="http://georgebutler.com/wp-content/uploads/2009/07/neogrotesqueparagraph.png" alt="neogrotesqueparagraph" width="500" height="200" /></p>
<p><strong>5   Humanist (Slightly more varied strokes</strong><strong>. Some serif features)</strong></p>
<pre><code>font-family: Verdana, Tahoma, "Trebuchet MS", "DejuVu Sans", "Bitstream Vera Sans", sans-serif;</code></pre>
<p><img class="alignnone size-full wp-image-523" title="humanistparagraph" src="http://georgebutler.com/wp-content/uploads/2009/07/humanistparagraph.png" alt="humanistparagraph" width="500" height="200" /><br />
<strong>6   Set Small (Crystal clear at x-small. Looks great less than 11 pts)</strong></p>
<pre><code>font-family: Corbel, "Lucida Sans Unicode", "Lucida Grade", "Bitstream Vera Sans", "Luxi Serif", Verdana, sans-serif;</code></pre>
<p><img class="alignnone size-full wp-image-527" title="smallparagraph" src="http://georgebutler.com/wp-content/uploads/2009/07/smallparagraph.png" alt="smallparagraph" width="500" height="200" /></p>
<h3>Serif Paragraph Font Stacks</h3>
<p><strong>7   Old Style (Unique historic character, often overlooked)</strong></p>
<pre><code>font-family: "Calisto MT", "Bookman Old Style", Bookman, "Goudy Old Style", Garamond, "Hoefler Text", "Bitstream Charter", Georgia, serif;</code></pre>
<p><img class="alignnone size-full wp-image-585" title="oldstyleparagraph" src="http://georgebutler.com/wp-content/uploads/2009/07/oldstyleparagraph.png" alt="oldstyleparagraph" width="500" height="200" /><br />
<strong>8   Transitional (The workhorses of the serif. Easy on the eyes. )</strong></p>
<pre><code>font-family: Cambria, Georgia, "New Century Schoolbook", "Century Schoolbook L", "Times New Roman", serif;</code></pre>
<p><img class="alignnone size-full wp-image-528" title="transitionalparagraph" src="http://georgebutler.com/wp-content/uploads/2009/07/transitionalparagraph.png" alt="transitionalparagraph" width="500" height="200" /></p>
<h3>Monospace Font Stacks</h3>
<p><strong>9    Clear Code (The best monospaced fonts. Easy on a developer’s weary eyes)</strong></p>
<pre><code>font-family: Consolas, "Bitstream Vera Sans Mono", "Andale Mono", Monaco, "DejaVu Sans Mono", "Lucida Console", monospace;</code></pre>
<p><img class="alignnone size-full wp-image-545" title="codemono" src="http://georgebutler.com/wp-content/uploads/2009/07/codemono.png" alt="codemono" width="500" height="100" /></p>
<p><strong>10   I ♥ typewriters (Need I say more?)</strong></p>
<pre><code>font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;</code></pre>
<p><img class="alignnone size-full wp-image-546" title="typewritermono" src="http://georgebutler.com/wp-content/uploads/2009/07/typewritermono.png" alt="typewritermono" width="500" height="150" /></p>
]]></content:encoded>
			<wfw:commentRss>http://georgebutler.com/blog/typography/10-definitive-web-font-stacks-for-designers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Paragraph Text: The Last Frontier of Web Typography</title>
		<link>http://georgebutler.com/blog/typography/paragraph-text-the-last-frontier-of-web-typography/</link>
		<comments>http://georgebutler.com/blog/typography/paragraph-text-the-last-frontier-of-web-typography/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 17:58:48 +0000</pubDate>
		<dc:creator>George</dc:creator>
				<category><![CDATA[Typography]]></category>

		<guid isPermaLink="false">http://georgebutler.com/?p=334</guid>
		<description><![CDATA[In my last article, “The Past and Present of Web Typography”, I’ve discussed alternatives to browser core fonts. Since font replacement for paragraphs is unrealistic, for the time being we have to make do with core fonts. If we’re forced to use these system fonts what sort of control do we have over setting them? [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-408" title="browserparagraph" src="http://georgebutler.com/wp-content/uploads/2009/07/browserparagraph.png" alt="browserparagraph" width="500" height="150" /></p>
<p>In my last article, “<a href="http://georgebutler.com/blog/typography/the-past-and-present-of-web-typography/">The Past and Present of Web Typography</a>”, I’ve discussed alternatives to browser core fonts. Since font replacement for paragraphs is unrealistic, for the time being we have to make do with core fonts. If we’re forced to use these system fonts what sort of control do we have over setting them?<span id="more-334"></span></p>
<h3>Web Typesetting Now</h3>
<ul>
<li>Font Size (%, pixels, ems, pts)</li>
<li>Limited Tracking (± 1 pixel)</li>
<li>Leading (line height)</li>
<li>Word Spacing</li>
</ul>
<h3>Web Typesetting of the Future</h3>
<ul>
<li>@font-face (non-system fonts)</li>
<li>Full justify w/ flexible spacing</li>
<li>Accurate Tracking (to the decimal point)</li>
<li>Consistent Leading (Baseline Grids)</li>
<li>Ligatures (ex. Th, fi. fl, ff, ft, fh)</li>
<li>Hyphenation and special characters *</li>
<li>Fractions, super/subscript *</li>
</ul>
<h3>Print is dead. Did typesetting die with it?</h3>
<p>For those migrating from the print world, you demand more control over typography. Progress in the web world is glacier slow much like getting a billion people to march in the same direction. It takes some major cajoling when even the best of us resist change. You may be surprised what tools are already available to the web typographer.</p>
<h3>Tracking is “letter-spacing”</h3>
<p><strong>Tracking</strong> adjusts overall letter spacing. Letter-spacing may not be necessary in paragraphs. It’s often used in justified columns to even out spacing. Single pixel adjustments are the only way for cross browser support.</p>
<pre><code>p {
  letter-spacing: 1px;
}
</code></pre>
<h3>Leading is “line-height”</h3>
<p><strong>Leading</strong> (space between the lines) in CSS is called “line-height”. Small increments (.05) are accepted. Of course, the math is easier with round numbers. Traditionally, line height is set in ems.</p>
<pre><code>p {
  line-height: 1.35em
}</code></pre>
<h3>CSS Font Stacks Explained</h3>
<p>Think of the <strong>font stack</strong> as building in a fallback plan. Lets say you want to use Garamond on your website, but you know Garamond is installed on very few computers.  If it doesn’t exist on your system, the runner-up takes its place, and so on. If no fonts are found, the browser default (serif, sans-serif, monospace) is called. As shown below, Georgia will be used if neither Garamond or “Times New Roman” is found. Note that fonts with multiple word names need to be enclosed in quotes.</p>
<pre><code>p {
  font-family: Garamond, Georgia, "Times New Roman", serif;
}</code></pre>
<h3>Full Paragraph Style in CSS</h3>
<pre><code>p {
  font-family: Garamond, Georgia, "Times New Roman", serif;
  font-size: 100%;
  line-height: 1.3em;
}
</code></pre>
<h3>Full Paragraph Style in CSS (Shorthand)</h3>
<pre><code>p {
  font: 100%/1.3 Garamond, Georgia, "Times New Roman", serif;
}</code></pre>
<p>*<a href="http://kingdesk.com/projects/php-typography/">php-typography</a> (Also available in a <a href="http://kingdesk.com/projects/wp-typography/">wordpress plugin</a>) enables more advanced typesetting options. Some of which include automatic  hyphenation, special characters (…), em dashes(—), en dashes(1900–2000), fractions (½), superscript (3²) and many more.</p>
<p>How do you get the most out of paragraph text? Have any tips/tricks? Comment below.</p>
]]></content:encoded>
			<wfw:commentRss>http://georgebutler.com/blog/typography/paragraph-text-the-last-frontier-of-web-typography/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Past and Present of Web Typography</title>
		<link>http://georgebutler.com/blog/typography/the-past-and-present-of-web-typography/</link>
		<comments>http://georgebutler.com/blog/typography/the-past-and-present-of-web-typography/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 17:58:44 +0000</pubDate>
		<dc:creator>George</dc:creator>
				<category><![CDATA[Typography]]></category>

		<guid isPermaLink="false">http://georgebutler.com/?p=161</guid>
		<description><![CDATA[The core four: Georgia, Verdana, Arial, and Times. Familiar to most, as the web safe fonts. All solid choices for maximum compatibility. Nearly all of computers show them accurately (as shown below). Update: Type designer Rod McDonald provided corrections to my sloppy wiki-research. Times New Roman Being in the spotlight for just short of a century, [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-415" title="browserheading" src="http://georgebutler.com/wp-content/uploads/2009/07/browserheading.png" alt="browserheading" width="500" height="150" /></p>
<p>The core four: Georgia, Verdana, Arial, and Times. Familiar to most, as the web safe fonts. All solid choices for maximum compatibility. Nearly all of computers show them accurately (as shown below).</p>
<p><strong>Update: </strong>Type designer <a href="http://www.stepinsidedesign.com/STEPMagazine/Article/28572">Rod McDonald</a> provided corrections to my sloppy wiki-research.<span id="more-161"></span></p>
<p><span style="font:900%/.8 Times,'Times New Roman'; letter-spacing:-5px;">Times New Roman</span></p>
<p>Being in the spotlight for just short of a century, Times New Roman became ubiquitous. Designed for the British Times newspaper in the early 30’s. It’s popularity in book publishing and wide use paved its way into the digital age.</p>
<blockquote><p>Rod says: Times New Roman was originally designed for The Times of London by the renowned typographic historian Stanley Morison who employed Victor Lardent to do the final drawings. The fonts were produced by the British Monotype company.</p></blockquote>
<p><span style="font: 900%/.9 Georgia; letter-spacing:-2px;">Georgia</span></p>
<p><a href="http://en.wikipedia.org/wiki/Matthew_Carter">Matthew Carter</a> is one of this generation’s most prolific and best known type designers. His work has changed the face of the web. Subtle variations in x-height, weight, and size makes it better suited for screen presentation.</p>
<blockquote><p>Rod says: According to Matthew Carter, Georgia owes much of its design to the old British Scotch Romans and to his own Miller typeface. Carter made the serifs considerably heavier to ensure they would ‘hold up’ at small sizes on screen.</p></blockquote>
<p><span style="font: 900%/.9 Verdana;letter-spacing:-6px;">Verdana</span></p>
<p>Another Matthew Carter creation. This time a sans serif. Much like <a href="http://en.wikipedia.org/wiki/Frutiger">Frutiger</a>. It’s exceptionally easy to read at small sizes.</p>
<blockquote><p>Rod says: Matthew Carter’s Verdana is similar in design to Walter Tracy’s 1959 Adsans which was originally designed for use at very small sizes in the classified section of newspapers. Another influence on the design was Carter’s 1977 Bell Centennial, designed for use in US telephone directories.</p></blockquote>
<p><span style="font: 900%/.9 Arial;letter-spacing:-2px;">Arial</span></p>
<p>The result of Microsoft’s prevalence, <del>and of the original and ever popular, Helvetica</del>.</p>
<blockquote><p>Rod says: Arial was developed by Monotype for IBM in 1982. The design was based on the old Monotype Grotesque range and was originally called Sonoran Sans. In 1993 Microsoft asked Monotype to provide them with a TrueType sans for their new Windows 3.1 OS. Monotype reworked Sonoran Sans and renamed it Arial. Shortly after its release false stories began to circulate that Arial was simply a ‘knock-off’ of Helvetica.</p></blockquote>
<h3>Want to use another font?</h3>
<p>With pressure from designers for more choice, developers have taken up the cause. As a result, <strong>font <span style="font-weight: normal;"><strong>replacement</strong> was born. After a web page loads, HTML tags (usually headings) are replaced with either vector outlines or images taking on the dimensions, overlapping, and replacing the original heading.</span></strong></p>
<p>The following are essentially workarounds as browser technology is slow to adapt and font foundries are weary of internet distribution and piracy. Font replacement on a large scale (body text) is unwieldily by its resource hungry nature. But, for headings, they work splendidly to enhance the look of your site. Here are a few of the most well known…</p>
<p><img class="alignnone size-full wp-image-249" title="sifr2" src="http://georgebutler.com/wp-content/uploads/2009/07/logo_sifr2.gif" alt="sifr2" width="173" height="104" /></p>
<p><a href="http://www.mikeindustries.com/blog/sifr/">sIFR 2.0</a> (or <a href="http://novemberborn.net/sifr3">sIFR 3beta</a>), The most popular font replacement. In part, because it’s the only way for the heading to remain selectable. You need flash installed in your browser to see anything, and it’s notoriously difficult to setup. <em>(requires Javascript and Flash)</em></p>
<p><img class="alignnone size-full wp-image-250" title="Facelift" src="http://georgebutler.com/wp-content/uploads/2009/07/Picture-1.png" alt="Picture 1" width="191" height="65" /></p>
<p><a href="http://facelift.mawhorter.net/">FLIR</a> or Facelift Image Replacement ( Pronounced fleer ) transforms type into an image. Because the result contains none of the original curve information, it allows you to bypass most <acronym title="End-User License Agreement">EULA</acronym> web embedding restrictions. The only drawbacks I’ve encountered have been its lackluster support for special characters (typographer quotes, em dashes, etc.), and loads a bit slower than the others. <em>(requires Javascript and PHP)</em></p>
<p><img class="alignnone size-full wp-image-253" title="cufon" src="http://georgebutler.com/wp-content/uploads/2009/07/Picture-2.png" alt="cufon" width="159" height="82" /></p>
<p><a href="http://cufon.shoqolate.com/generate/">Cufón</a> is a no flash solution, like FLIR, but loads incredibly fast. Fonts are embedded into a javascript file where the outlines are extracted. Because of the possibility for reverse engineering, this method goes against many EULA agreements. Check your font’s fine print before using. <em>(requires Javascript)</em></p>
<p><em><img class="alignnone size-full wp-image-311" title="typeface.js" src="http://georgebutler.com/wp-content/uploads/2009/07/Untitled.png" alt="typeface.js" width="230" height="52" /></em></p>
<p><a href="http://typeface.neocracy.org/">Typeface.js</a>, much like Cufón, extracts and merges fonts into a javascript file. The main difference is that typeface.js only supports TrueType fonts, and detects file permissions. So, good luck for any font that isn’t free. <em>(Requires Javascript)</em></p>
<p><img class="alignnone size-full wp-image-254" title="Picture 3" src="http://georgebutler.com/wp-content/uploads/2009/07/Picture-3.png" alt="Picture 3" width="176" height="62" /></p>
<p>Looking for a simple solution? <a href="http://typekit.com/">Typekit</a> uses CSS’s <a href="http://georgebutler.com/blog/typography/10-years-later-the-current-state-of-font-face/">@font-face</a>, hosting the font files for you (for a small membership charge). Choice is limited, however, as only a select few foundries participate. Implementation is as simple as pasting in a single line of javascript code. Because the fonts are securely hosted by Typekit, font stealing cheapskates will have to look elsewhere.</p>
<h3>It’s a Step Forward, but…</h3>
<p>In 5 years time, let’s all hope either Microsoft will get its act together with its EOT font format or there’ll be a web Opentype format that everyone agrees upon. But, until that date there’s many a workaround to employ.</p>
<p>Anything I missed to mention? Something to add? Please share below.</p>
]]></content:encoded>
			<wfw:commentRss>http://georgebutler.com/blog/typography/the-past-and-present-of-web-typography/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
