<?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>Codecandies &#187; typographie</title>
	<atom:link href="http://codecandies.de/tag/typographie/feed/" rel="self" type="application/rss+xml" />
	<link>http://codecandies.de</link>
	<description>Das Weblog von Nico Brünjes.</description>
	<lastBuildDate>Wed, 08 Feb 2012 12:25:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>@font-face considered harmful?</title>
		<link>http://codecandies.de/2009/10/14/font-face-considered-harmful/</link>
		<comments>http://codecandies.de/2009/10/14/font-face-considered-harmful/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 08:11:05 +0000</pubDate>
		<dc:creator>Nico Brünjes</dc:creator>
				<category><![CDATA[Postings]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[typographie]]></category>

		<guid isPermaLink="false">http://codecandies.de/?p=2380</guid>
		<description><![CDATA[<p>Eingehende Tests der @font-face-Implementierung in diversen Browsern hat ergeben: wenn man nicht aufpasst, kann das Einbetten von Schriftarten zu einer echten Performancefalle werden. F&#252;r strakfrequentierte Webseiten derzeit noch keine Perspektive.</p>]]></description>
			<content:encoded><![CDATA[<p>Nachdem sich die Kunde von den <a href="http://codecandies.de/2009/06/30/embedden-sie-jetzt/">M&#246;glichkeiten des Fontembedding</a> nun reichlich verbreitet hat, tauchen leider die ersten Problme auf. <a href="http://www.stevesouders.com/blog/2009/10/13/font-face-and-performance/" title="@font-face and performance">Steve Sounders hat einige Quellen zu Problemen beim Fontembedding zusammengefasst und eigene Untersuchungen angestellt</a>, unbedingt lesen bitte, auch wenn ich hier kurz die unliebsamen Fakten zusammenfasse: im Bereich <em>high performance websites</em> muss man wohl von <code>@font-face</code> zun&#228;chst mal Abstand nehmen.</p>
<p>Nat&#252;rlich ist es mal wieder die Internet-Explorer-Familie, die extreme Perdormanceprobleme aufweisen, aber auch s&#228;mtliche andere Browser bekleckern sich im Umgang mit der noch recht jungen Technologie kaum mit Ruhm. <abbr title="FlashOfUnstyledText">FOUT</abbr> – <q>flash of unstyled text</q> ist dabei noch das kleinste Problem, wenn die Fontdateien nicht schnell genug vom Server geliefert werden. In IEs wirkt sich das noch schlimmer aus: bis zum Download des Fonts zeigt <em>Bill Gates Rache</em> <strong>gar nichts an</strong>. In anderen Browsern bleiebn nur die Textteile, die mit <code>@font-face</code> gerendert werden sollen unsichtbar, Firefox zeigt die Ausweichschrift(en) an.</p>
<p>Solchen (und den anderen im Text genannten) Performancefallen kann man nat&#252;rlich mit Caching, Zipping und &#228;hnlichzen Techniken begegnen. Ob man sich aber den Aufwand leisten will, bereits zum jetzigen Zeitpunkt, ich stelle das mal in Frage…</p>
]]></content:encoded>
			<wfw:commentRss>http://codecandies.de/2009/10/14/font-face-considered-harmful/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bulletproof @font-face</title>
		<link>http://codecandies.de/2009/09/15/bulletproof-font-face/</link>
		<comments>http://codecandies.de/2009/09/15/bulletproof-font-face/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 11:08:34 +0000</pubDate>
		<dc:creator>Nico Brünjes</dc:creator>
				<category><![CDATA[Postings]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[typographie]]></category>

		<guid isPermaLink="false">http://codecandies.de/?p=2330</guid>
		<description><![CDATA[Paul Irish hat soeben die die totsichere Methode zur Einbindung externer Schriften gefunden. Kurz zusammengefasst: @font-face { font-family: 'Graublau Web';…]]></description>
			<content:encoded><![CDATA[<p>Paul Irish hat soeben die <a href="http://paulirish.com/2009/bulletproof-font-face-implementation-syntax/">die totsichere Methode zur Einbindung externer Schriften</a> gefunden. Kurz zusammengefasst:</p>
<pre><code>@font-face {
  font-family: 'Graublau Web';
  src: url(GraublauWeb.eot);
  src: local('Graublau Web Regular'), local('Graublau Web'),
         url(GraublauWeb.otf) format('opentype');
}</code></pre>
<p>Puh. Ist das gek&#228;rt.</p>
]]></content:encoded>
			<wfw:commentRss>http://codecandies.de/2009/09/15/bulletproof-font-face/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Lesetipps</title>
		<link>http://codecandies.de/2009/08/31/lesetipps/</link>
		<comments>http://codecandies.de/2009/08/31/lesetipps/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 07:51:07 +0000</pubDate>
		<dc:creator>Nico Brünjes</dc:creator>
				<category><![CDATA[Postings]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[politik]]></category>
		<category><![CDATA[typographie]]></category>
		<category><![CDATA[webdesign]]></category>

		<guid isPermaLink="false">http://codecandies.de/?p=2318</guid>
		<description><![CDATA[Open Source und Design. Es geht eine Debatte um Designprozesse in Open-Source-Communities und Marc Boultons Beitrag Design in Open Source…]]></description>
			<content:encoded><![CDATA[<p><strong>Open Source und Design.</strong> Es geht eine Debatte um Designprozesse in Open-Source-Communities und Marc Boultons Beitrag <a href="http://www.markboulton.co.uk/journal/comments/design-in-open-source">Design in Open Source</a> stellt seine Ambivalenz zu Drupal dar, an dessen Design er sich beteiligt. Gleichzeitig zeigt sein Artikel alle Ecken und Kanten auf, die einem in Drupal als (Web/)Designer begegnen und wegen derer ich zu Drupal – wenn&#8217;s ums Design geht – meist nur eine Gef&#252;hlsregung aufbringen kann: Schulterzucken.</p>
<blockquote cite="http://www.markboulton.co.uk/journal/comments/design-in-open-source"><p>Designers can currently participate, but not contribute, to the Drupal community.</p>
</blockquote>
<p><strong>Lesbarkeit.</strong> Martin Liebig <a href=\"http://www.designtagebuch.de/die-gefuehlte-lesbarkeit/\">stellt im Designtagebuch seine Studie &#252;ber die Lesbarkeit von Webschriften vor</a> und sich gleichzeitig gegen den Verdana-Einheitsbrei. Hurra.</p>
<blockquote cite=\"http://www.designtagebuch.de/die-gefuehlte-lesbarkeit/\"><p>Sachbearbeiter mit Zust&#228;ndigkeitsrandgebiet Optik sind dies oft, die den Reiz guter Typografie auf den Faktor “Lesegeschwindigkeit” reduzieren, weil man &#196;sthetik und Themenad&#228;quatheit leider nicht in Sekunden messen kann. Jene Menschen sind es, die uns gerne sagen: Serifen sind schlecht lesbar auf dem Monitor, das wei&#223; doch inzwischen jeder, nimm lieber “Verdana”. Gerne folgt der Zusatz: Macht Spiegel Online doch auch. Spiegel Online kommt irgendwann immer.</p>
</blockquote>
<p>Da wird sich in Zukunft noch einiges tun.</p>
<p><strong>Landtagswahlen.</strong> <a href=\"http://www.weissgarnix.de/2009/08/31/lahm-trifft-blind/\">Lahm trifft blind</a> konstatiert Luebberding bei weissgarnix.de und liefert schon den Abgesang auf Angela Merkel, die Kanzlerinnend&#228;mmerung sozusagen:</p>
<blockquote cite=\"http://www.weissgarnix.de/2009/08/31/lahm-trifft-blind/\"><p>Frau Merkel hat leider nur gute Zustimmungswerte. Aber die sind nicht ihrer Politik geschuldet, sondern weil sie als Kanzlerin nicht in Erscheinung tritt. Sie erinnert den W&#228;hler an den netten Verwandten in der eigenen Familie, den zwar jeder mag, aber keiner ernstnimmt. Der wird aber nicht zum Bundeskanzler gew&#228;hlt.</p>
 <p class="citesource"><cite><a href="http://www.markboulton.co.uk/journal/comments/design-in-open-source">www.markboulton.co.uk</a></cite></p></blockquote>
<p>Ich seh&#8217;s kommen, am Ende haben wir wieder eine (dann nicht mehr so) <em>gro&#223;e Koalition</em>.</p>
]]></content:encoded>
			<wfw:commentRss>http://codecandies.de/2009/08/31/lesetipps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>@font-face Kits</title>
		<link>http://codecandies.de/2009/08/02/font-face-kits/</link>
		<comments>http://codecandies.de/2009/08/02/font-face-kits/#comments</comments>
		<pubDate>Sun, 02 Aug 2009 07:53:13 +0000</pubDate>
		<dc:creator>Nico Brünjes</dc:creator>
				<category><![CDATA[Postings]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[typographie]]></category>

		<guid isPermaLink="false">http://codecandies.de/?p=2247</guid>
		<description><![CDATA[Es gibt ja sicherlicher Trilliarden Anbieter von Fontdownloads, aber hier habe ich mal etwas interessantes entdeckt: FontSquirrel bietet sogenannte @font-face…]]></description>
			<content:encoded><![CDATA[<p>Es gibt ja sicherlicher Trilliarden Anbieter von Fontdownloads, aber hier habe ich mal etwas interessantes entdeckt: <a href="http://www.fontsquirrel.com/">FontSquirrel</a> bietet sogenannte <a href="http://www.fontsquirrel.com/fontface">@font-face Kits</a> an. Dort gibt&#8217;s dann alles was man braucht im Paket: den entsprechenden Font (meist Freeware) in TTF und EOT (fur IE), ein CSS mit Einbettungsregeln und Lizenzhinweisen und ein Lizenzfile. Au&#223;erdem kann man sich eine Rederingdemo des jeweiligen Fonts ansehen.</p>
]]></content:encoded>
			<wfw:commentRss>http://codecandies.de/2009/08/02/font-face-kits/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Embedden Sie jetzt!</title>
		<link>http://codecandies.de/2009/06/30/embedden-sie-jetzt/</link>
		<comments>http://codecandies.de/2009/06/30/embedden-sie-jetzt/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 07:46:01 +0000</pubDate>
		<dc:creator>Nico Brünjes</dc:creator>
				<category><![CDATA[Postings]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[typographie]]></category>

		<guid isPermaLink="false">http://codecandies.de/?p=2145</guid>
		<description><![CDATA[Mit @font-face lassen sich Schriften in Webseiten einbetten. Machen Sie das! Ok, es ist soweit, mit dem neuen Firefox 3.5…]]></description>
			<content:encoded><![CDATA[<div class="medium"><a class="thickbox" title="Embedded Font im Firefox 3.5rc3" href="http://codecandies.de/wp-content/uploads/2009/06/fontatfirefox.jpg"><img src="http://codecandies.de/wp-content/uploads/2009/06/fontatfirefox-340x123.jpg" alt="fontatfirefox" title="fontatfirefox" width="340" height="123" class="alignnone size-medium wp-image-2148" /></a>
<p>Mit <code>@font-face</code> lassen sich Schriften in Webseiten einbetten. Machen Sie das!</p>
</div>
<p>Ok, es ist soweit, mit dem neuen <a href="http://www.mozilla.com/en-US/firefox/all-rc.html">Firefox 3.5</a> (und Safari 4 und <a href="http://www.opera.com/browser/next/">Opera 10beta</a>), steht immer mehr Nutzern unserer Websites <em>Font<del>embedding</del><ins>downloading<sup><a href="#star1">1</a></sup></ins></em> zur Verf&#252;gung. Damit widerum steht der fl&#228;chendeckenden Umsetzung  typographisch ordentlich gestylter Websites nicht mehr viel im Weg, ausser nat&#252;rlich die IE-Familie, aber die ignorieren wir hier einfach einmal.<sup><a href="#star2">2</a></sup></p>
<p><span id="more-2145"></span></p>
<h4>Und so geht&#8217;s</h4>
<p>Das obige Beispiel nutzt das Embedding, der Code daf&#252;r sieht ungef&#228;hr so aus:</p>
<pre><code>@font-face {
    font-family: Kaffeesatz;
    font-weight: normal;
    src: url(fonts/YanoneKaffeesatz-Regular.otf) format('opentype');
}
h1 {
	font: normal 3em/120% Kaffeesatz, sans-serif;
	text-shadow: 1px 1px 1px #eee;
}</code></pre>
<p>Der genutzte Font ist die unter CC Lizenz stehende <a href="http://yanone.de/typedesign/kaffeesatz/">Kaffeesatz</a>. Der Code ist vielleicht nicht ganz selbst erkl&#228;rend: mit <code>@font-face</code> legen wir selbst eine Font fest, den Namen der <code>font-family</code> kann man dabei frei w&#228;hlen, ein dem Font nahe stehender Name empfiehlt sich nat&#252;rlich. Als <code>src</code> wird der Pfad zum <abbr title="Open Type Font">OTF</abbr>- oder <abbr title="TrueTypeFont">TTF</abbr>-File angegeben, danach noch das <code>format</code>. Fertig. Damit steht uns die <code>font-family</code> „Kaffeesatz” zur weiteren Nutzung zu Verf&#252;gung. Das <code>H1</code> macht auch gleich Gebrauch davon, noch ein wenig vers&#252;sst mit etwas CSS3-<code>text-shadow</code> (wenn wir auf den IE sch…sen, dann aber richtg).</p>
<h4>Mehr Gewicht, bitte</h4>
<p>Folgendes ist zu beachten: wir haben bis hier nur den Font f&#252;r die <code>font-weight</code> <em>normal</em> definiert. Wollen wir eine <em>bold</em>e Schrift, muss ein Font daf&#252;r <em>embedded</em> werden, und zwar bspw. so:</p>
<pre><code>@font-face {
    font-family: Kaffeesatz;
    font-weight: normal;
    src: url(fonts/YanoneKaffeesatz-Regular.otf) format('opentype');
}
@font-face {
    font-family: Kaffeesatz;
    font-weight: bold;
    src: url(fonts/YanoneKaffeesatz-Bold.otf) format('opentype');
}
h1 {
	font: normal 3em/120% Kaffeesatz,sans-serif;
	text-shadow: 1px 1px 1px #eee;
}
h2 {
    font: bold 2em/120% Kaffeesatz, sans-serif;
    text-transform: uppercase;
}</code></pre>
<p>In diesem Falle w&#252;rden die H2s bold gesetzt, da wir hierf&#252;r <em>YanoneKaffeesatz-Bold.otf</em> embedded haben. &#196;hnliches k&#246;nnen wir nun auch mit <code>font-style: italic</code> anstellen.</p>
<p>Nochmal zur&#252;ck zur Fettung: <del>Safari kann einige Fettungsstufen mehr anzeigen als Firefox</del>. Unterst&#252;tzt wird eine genauere Abstufung des Fettungsgrades, wenn man bspw. einen Font hat die Kaffeesatz. Das kann dann so aussehen:</p>
<pre><code>@font-face {
    font-family: Kaffeesatz;
    font-weight: 100;
    src: url(fonts/YanoneKaffeesatz-Thin.otf) format('opentype');
}
@font-face {
    font-family: Kaffeesatz;
    font-weight: 300;
    src: url(fonts/YanoneKaffeesatz-Light.otf) format('opentype');
}
@font-face {
    font-family: Kaffeesatz;
    font-weight: 400;
    src: url(fonts/YanoneKaffeesatz-Regular.otf) format('opentype');
}
@font-face {
    font-family: Kaffeesatz;
    font-weight: 700;
    src: url(fonts/YanoneKaffeesatz-Bold.otf) format('opentype');
}</code></pre>
<p>Das geht sicherlich auch mit <em>keywords</em> wie „light” oder „bolder” etc.</p>
<div class="medium"><a class="thickbox" href="http://codecandies.de/wp-content/uploads/2009/06/schriftenvergleich.gif"><img src="http://codecandies.de/wp-content/uploads/2009/06/schriftenvergleich-340x215.gif" alt="schriftenvergleich" title="schriftenvergleich" width="340" height="215" class="alignnone size-medium wp-image-2155" /></a>
<p>Das Fontrendering unterscheidet sich mitunter, links Firefox, rechts Safari 4 (Mac).</p></div>
<h4>Fonts von der Platte zuerst</h4>
<p>Was ja auch angehen kann, ist dass man eher einen Font nutzen m&#246;chte, der sowieso schon lokal vorhanden ist und nur wenn dieser nicht vorhanden ist, will man einen Download anbieten. Geht auch, wie man bei <a href="http://hacks.mozilla.org/2009/06/beautiful-fonts-with-font-face/">John Dagget</a> nachlesen kann, mit der Eigenschaft „local”:</p>
<pre><code>@font-face {
  font-family: NeueHelvetica;
  src: local("Helvetica Neue"),
       local("HelveticaNeue"),
       url(fonts/MgOpenModernaRegular.ttf);
}</code></pre>
<p>Hier sind zwei <code>local</code> angegeben, &#252;ber diese Liste wird iteriert, genauso wie in der normalem <code>font-family</code> Zuweisung, wo die Schriften durch Kommata getrennt werden (das diese Zusammenstellung von Namen nicht immer ganz einfach ist, <a href="http://www.qxm.de/webdesign/20080317-155549/helvetica-neue-light-in-firefox-3">lesen wir bei Herrn Preidel</a>).</p>
<h4>Und nun?</h4>
<p>Nat&#252;rlich sollte man nur Schriften nehmen, die man auch f&#252;rs embedding benutzen darf, sonst gibt&#8217;s schnell Lizenz&#228;rger. <a href="http://opentype.info/blog/2008/08/05/10-great-free-fonts-for-font-face-embedding/">Hier gibt&#8217;s ein paar freie Schriften</a>, die das ausdr&#252;cklich zulassen. Ach ja und zum guten Schluss, sollte man <code>font-size-adjust</code> <a title="Peter Kr&#246;ner: Sch&#246;nes neues CSS: font-size-adjust" href="http://www.peterkroener.de/schoenes-neues-css-font-size-adjust/">auf keinen Fall vergssen</a>.</p>
<h4>Updates</h4>
<p id="star1"><sup>1)</sup> Von „Embedding“ zu sprechen ist eigentlich nicht richtig, weil der Font tats&#228;chlich auf den Rechner des Nutzers heruntergeladen wird. Das schl&#228;gst sich nat&#252;rlich auch in der Gr&#246;&#223;e der Website nieder und ist auch f&#252;r die Lizenzfrage nicht unerheblich.</p>
<p id="star2"><sup>2)</sup> Na gut, ich hab noch einen Link <a href="http://codecandies.de/2008/11/05/font-face-in-ie-making-web-fonts-work/">aus meinen Bookmarks geangelt</a>, der mehr in Sachen IE verr&#228;t.</p>
]]></content:encoded>
			<wfw:commentRss>http://codecandies.de/2009/06/30/embedden-sie-jetzt/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>10 great free fonts for @font-face embedding</title>
		<link>http://codecandies.de/2009/05/20/10-great-free-fonts-for-font-face-embedding/</link>
		<comments>http://codecandies.de/2009/05/20/10-great-free-fonts-for-font-face-embedding/#comments</comments>
		<pubDate>Wed, 20 May 2009 09:41:29 +0000</pubDate>
		<dc:creator>Nico Brünjes</dc:creator>
				<category><![CDATA[Bookmarks]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[typographie]]></category>

		<guid isPermaLink="false">http://codecandies.de/?p=2059</guid>
		<description><![CDATA[Safari and Internet Explorer already support it. Firefox and Opera will get it soon: Downloadable webfonts. Here is a collection…]]></description>
			<content:encoded><![CDATA[<p><q>Safari and Internet Explorer already support it. Firefox and Opera will get it soon: Downloadable webfonts. Here is a collection of 10 great headline fonts you can embed in you website free of charge …</q></p>
]]></content:encoded>
			<wfw:commentRss>http://codecandies.de/2009/05/20/10-great-free-fonts-for-font-face-embedding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cufón</title>
		<link>http://codecandies.de/2009/03/20/cufon/</link>
		<comments>http://codecandies.de/2009/03/20/cufon/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 08:17:40 +0000</pubDate>
		<dc:creator>Nico Brünjes</dc:creator>
				<category><![CDATA[Bookmarks]]></category>
		<category><![CDATA[typographie]]></category>

		<guid isPermaLink="false">http://codecandies.de/?p=1956</guid>
		<description><![CDATA[Cameron Moll: Exploring Cufón, a sIFR alternative for font embedding.]]></description>
			<content:encoded><![CDATA[<p><a href="http://cameronmoll.com/">Cameron Moll</a>: <q><a href="http://cameronmoll.com/archives/2009/03/cufon_font_embedding/">Exploring Cufón, a sIFR alternative for font embedding.</a></q></p>
]]></content:encoded>
			<wfw:commentRss>http://codecandies.de/2009/03/20/cufon/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Sonntagslekt&#252;re</title>
		<link>http://codecandies.de/2008/11/23/sonntagslektuere/</link>
		<comments>http://codecandies.de/2008/11/23/sonntagslektuere/#comments</comments>
		<pubDate>Sun, 23 Nov 2008 12:40:17 +0000</pubDate>
		<dc:creator>Nico Brünjes</dc:creator>
				<category><![CDATA[Postings]]></category>
		<category><![CDATA[typographie]]></category>

		<guid isPermaLink="false">http://codecandies.de/?p=1498</guid>
		<description><![CDATA[Einfach unglaublich: The (Mostly) True Story of Helvetica and the New York City Subway. [via]]]></description>
			<content:encoded><![CDATA[<p>Einfach unglaublich: <a href="http://www.aiga.org/content.cfm/the-mostly-true-story-of-helvetica-and-the-new-york-city-subway">The (Mostly) True Story of Helvetica and the New York City Subway</a>.  [<a href="http://daringfireball.net/linked/2008/11/21/helvetica-nyc-subway">via</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://codecandies.de/2008/11/23/sonntagslektuere/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Font Working Group?</title>
		<link>http://codecandies.de/2008/11/14/font-working-group/</link>
		<comments>http://codecandies.de/2008/11/14/font-working-group/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 12:11:52 +0000</pubDate>
		<dc:creator>Nico Brünjes</dc:creator>
				<category><![CDATA[Postings]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[typographie]]></category>

		<guid isPermaLink="false">http://codecandies.de/?p=1453</guid>
		<description><![CDATA[Jeffrey Zeldman: I advise every web designer who cares about typography and web standards—that’s all of you, right?—to read the…]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.zeldman.com/2008/11/13/real-type-on-the-web/">Jeffrey Zeldman</a>: <q>I advise every web designer who cares about typography and web standards—that’s all of you, right?—to read the minutes of this remarkable first gathering, and to keep watching the skies.</q>: <a href="http://www.w3.org/Fonts/Misc/minutes-2008-10">W3C Meeting minutes – Proposol for a font working group</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://codecandies.de/2008/11/14/font-working-group/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aspect values, x-widths for fonts</title>
		<link>http://codecandies.de/2008/10/22/aspect-values-x-widths-for-fonts/</link>
		<comments>http://codecandies.de/2008/10/22/aspect-values-x-widths-for-fonts/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 22:40:29 +0000</pubDate>
		<dc:creator>Nico Brünjes</dc:creator>
				<category><![CDATA[Bookmarks]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[typographie]]></category>

		<guid isPermaLink="false">http://codecandies.de/?p=1278</guid>
		<description><![CDATA[The CSS3: Fonts Module will use aspect values in a re-implementation of the font-size-adjust property that allows font sizes to…]]></description>
			<content:encoded><![CDATA[<p><q>The CSS3: Fonts Module will use aspect values in a re-implementation of the font-size-adjust property that allows font sizes to be adjusted to preserve a rendered x-height (and hence legibility) across all members of a font-family, regardless of what individual aspect values may be.</q></p>
]]></content:encoded>
			<wfw:commentRss>http://codecandies.de/2008/10/22/aspect-values-x-widths-for-fonts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitterkeys</title>
		<link>http://codecandies.de/2008/09/18/twitterkeys/</link>
		<comments>http://codecandies.de/2008/09/18/twitterkeys/#comments</comments>
		<pubDate>Thu, 18 Sep 2008 14:52:50 +0000</pubDate>
		<dc:creator>Nico Brünjes</dc:creator>
				<category><![CDATA[Bookmarks]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[typographie]]></category>

		<guid isPermaLink="false">http://codecandies.de/?p=1143</guid>
		<description><![CDATA[Lustige UTF-8-Zeichen als Bookmarklet zum sch&#246;neren Tweeten: ★☺☼♫✈☭.]]></description>
			<content:encoded><![CDATA[<p>Lustige UTF-8-Zeichen als Bookmarklet zum sch&#246;neren Tweeten: ★☺☼♫✈☭.</p>
]]></content:encoded>
			<wfw:commentRss>http://codecandies.de/2008/09/18/twitterkeys/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Web Designer’s Typographic Glossary</title>
		<link>http://codecandies.de/2008/09/02/the-web-designers-typographic-glossary/</link>
		<comments>http://codecandies.de/2008/09/02/the-web-designers-typographic-glossary/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 06:52:17 +0000</pubDate>
		<dc:creator>Nico Brünjes</dc:creator>
				<category><![CDATA[Bookmarks]]></category>
		<category><![CDATA[typographie]]></category>

		<guid isPermaLink="false">http://codecandies.de/?p=988</guid>
		<description><![CDATA[Beginn eines umfassenden Glossars mit Typographie-Begriffen.]]></description>
			<content:encoded><![CDATA[<p>Beginn eines umfassenden Glossars mit Typographie-Begriffen.</p>
]]></content:encoded>
			<wfw:commentRss>http://codecandies.de/2008/09/02/the-web-designers-typographic-glossary/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top Ten Web Typography Sins</title>
		<link>http://codecandies.de/2008/08/11/top-ten-web-typography-sins/</link>
		<comments>http://codecandies.de/2008/08/11/top-ten-web-typography-sins/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 20:35:36 +0000</pubDate>
		<dc:creator>Nico Brünjes</dc:creator>
				<category><![CDATA[Bookmarks]]></category>
		<category><![CDATA[typographie]]></category>
		<category><![CDATA[webdesign]]></category>

		<guid isPermaLink="false">http://codecandies.de/?p=857</guid>
		<description><![CDATA[Sind mir alle schon im Live-Betrieb begegnet. Ein oderzwei sind mir ja schon selbts unterlaufen…]]></description>
			<content:encoded><![CDATA[<p>Sind mir alle schon im Live-Betrieb begegnet. Ein oderzwei sind mir ja schon selbts unterlaufen…</p>
]]></content:encoded>
			<wfw:commentRss>http://codecandies.de/2008/08/11/top-ten-web-typography-sins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>…und dann war da noch:</title>
		<link>http://codecandies.de/2008/06/23/und-dann-war-da-noch/</link>
		<comments>http://codecandies.de/2008/06/23/und-dann-war-da-noch/#comments</comments>
		<pubDate>Mon, 23 Jun 2008 10:27:05 +0000</pubDate>
		<dc:creator>Nico Brünjes</dc:creator>
				<category><![CDATA[Postings]]></category>
		<category><![CDATA[typographie]]></category>
		<category><![CDATA[webdesign]]></category>

		<guid isPermaLink="false">http://codecandies.de/?p=644</guid>
		<description><![CDATA[Comic Sans &#8211; the movie.]]></description>
			<content:encoded><![CDATA[<p><a href="http://comicsansfilm.com/">Comic Sans &#8211; the movie</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://codecandies.de/2008/06/23/und-dann-war-da-noch/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Webfonts</title>
		<link>http://codecandies.de/2008/05/14/webfonts/</link>
		<comments>http://codecandies.de/2008/05/14/webfonts/#comments</comments>
		<pubDate>Wed, 14 May 2008 11:17:56 +0000</pubDate>
		<dc:creator>Nico Brünjes</dc:creator>
				<category><![CDATA[Bookmarks]]></category>
		<category><![CDATA[typographie]]></category>

		<guid isPermaLink="false">http://codecandies.de/?p=513</guid>
		<description><![CDATA[Weil ich es mir nur sehr schlecht merken kann, hier mal netterweise eine sch&#246;ne Zusammenfassung der allereinfachsten Font-Familien.]]></description>
			<content:encoded><![CDATA[<p>Weil ich es mir nur sehr schlecht merken kann, hier mal  netterweise eine sch&#246;ne Zusammenfassung der allereinfachsten Font-Familien.</p>
]]></content:encoded>
			<wfw:commentRss>http://codecandies.de/2008/05/14/webfonts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kapit&#228;lchen, aber richtig</title>
		<link>http://codecandies.de/2008/05/13/kapitaelchen-aber-richtig/</link>
		<comments>http://codecandies.de/2008/05/13/kapitaelchen-aber-richtig/#comments</comments>
		<pubDate>Tue, 13 May 2008 12:02:27 +0000</pubDate>
		<dc:creator>Nico Brünjes</dc:creator>
				<category><![CDATA[Bookmarks]]></category>
		<category><![CDATA[typographie]]></category>

		<guid isPermaLink="false">http://codecandies.de/?p=502</guid>
		<description><![CDATA[Wie man richtig mit Kapit&#228;lchen umgeht, und was das &#252;berhaupt ist und alles weitere ist bei Michael Preidel nachzulesen.]]></description>
			<content:encoded><![CDATA[<p>Wie man richtig mit Kapit&#228;lchen umgeht, und was das &#252;berhaupt ist und alles weitere ist bei Michael Preidel nachzulesen.</p>
]]></content:encoded>
			<wfw:commentRss>http://codecandies.de/2008/05/13/kapitaelchen-aber-richtig/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

