<?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>Professional Web Designer, Web and SEO Consultant from Mansfield, Nottingham &#187; Typography</title>
	<atom:link href="http://www.itsadam.co.uk/tag/typography/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.itsadam.co.uk</link>
	<description>The personal rantings of a Professional Web Designer and Search Engine Optimiser</description>
	<lastBuildDate>Mon, 23 Jan 2012 14:18:37 +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>Terrific Typography</title>
		<link>http://www.itsadam.co.uk/terrific-typography/</link>
		<comments>http://www.itsadam.co.uk/terrific-typography/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 13:49:10 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Cool Stuff]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Typography]]></category>
		<category><![CDATA[Website Design]]></category>
		<category><![CDATA[@font-face]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[Fonts]]></category>
		<category><![CDATA[OTF to TTF Converter]]></category>
		<category><![CDATA[TTF to EOT Converter]]></category>

		<guid isPermaLink="false">http://www.itsadam.co.uk/?p=51</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
I&#8217;ve recently been designing and coding a new website for a project that&#8217;s going to be selling a Predator Waterproof Camera and a fantastic new Liquid Images Mask which has been rather fun and exciting. @Minute44 suggested I try out @font-face that everyone&#8217;s been going nuts about recently, and after a few more recent reads [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
<p><img class="size-full wp-image-54 fl" title="customfonts" src="http://www.itsadam.co.uk/wp-content/uploads/customfonts.jpg" alt="customfonts" width="235" height="150" />I&#8217;ve recently been designing and coding a new website for a project that&#8217;s going to be selling a <a title="Waterproof Camera" href="http://www.predatorworld.co.uk">Predator Waterproof Camera</a> and a fantastic new <a title="Liquid Image Underwater Mask Video Camera Unit" href="http://www.liquidimageco.com/">Liquid Images Mask</a> which has been rather fun and exciting.</p>
<p><a href="http://www.minute44.com">@Minute44</a> suggested I try out @font-face that everyone&#8217;s been going nuts about recently, and after a few more recent reads I realised that Firefox, Safari and Chrome now supported this CSS 3 property.  Now after I got going I was feeling abit blue with the whole Microsoft Fail, however I quickly came across a fantastic TTF to EOT, which Microsoft IE will use <a title="TTF to EOT Font Converter" href="http://ttf2eot.sebastiankippe.com/">avaliable here for free</a> (online app).  Now if like me you have mostly OTF fonts and need them converting to TTF then <a title="Free OTF to TTF Font Converter Online" href="http://onlinefontconverter.com/">this page is for you</a> (another online app, also free).  If you&#8217;re on a Mac then <a title="FontForge" href="http://fontforge.sourceforge.net/">FontForge</a> is your poison!</p>
<p>And then just upload your fonts to the same folder as your CSS File and use something like this:</p>
<blockquote><p>/* &#8212; Funky Fontage &#8212; */</p>
<p>/* For the Fail Browsers.. IE */</p>
<p>@font-face {<br />
font-family: &#8220;Quicksand Book&#8221;;<br />
src: url(QuicksandBook.eot);<br />
font-style:  normal;<br />
font-weight: normal;<br />
}</p>
<p>@font-face {<br />
font-family: &#8220;Quicksand Book&#8221;;<br />
src: url(QuicksandBold.eot);<br />
font-style:  normal;<br />
font-weight: bold;<br />
}</p>
<p>/* Now for the Pro Browsers *cough*firefox*cough* */</p>
<p>@font-face {<br />
font-family: Quicksand Book;<br />
font-style:  normal;<br />
font-weight: normal;<br />
src: url(QuicksandBook.otf) format(&#8216;opentype&#8217;);<br />
}</p>
<p>@font-face {<br />
font-family: Quicksand Book;<br />
font-style:  normal;<br />
font-weight: bold;<br />
src: url(QuicksandBold.otf) format(&#8216;opentype&#8217;);<br />
}</p>
<p>/* &#8212; End the Custom Fonts &#8212; */</p></blockquote>
<p>You&#8217;ll find a custom font running sexy on IE 7, IE 8, FireFox, Safari and Chrome at the <a title="Waterproof Cameras" href="http://www.underwatercam.co.uk/">Underwater Camera &#8211; Waterproof Camera</a> website.</p>
<p>You can expect to see the next project I undertake to include some nice use of custom fonts for a superb web viewing experience whilst maintaining accessibility, compatability and SEO Friendly Source.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsadam.co.uk/terrific-typography/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

