<?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 Style Press, Best Practices from all the Web, Build Better Websites &#187; fonts</title>
	<atom:link href="http://www.webstylepress.com/category/fonts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webstylepress.com</link>
	<description>Web VS Style</description>
	<lastBuildDate>Mon, 26 Dec 2011 10:35:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>How to Control Font Size in Percentage</title>
		<link>http://www.webstylepress.com/how-to-control-font-size-in-percentage/</link>
		<comments>http://www.webstylepress.com/how-to-control-font-size-in-percentage/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 21:17:45 +0000</pubDate>
		<dc:creator>Hiroshi</dc:creator>
				<category><![CDATA[fonts]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Control]]></category>

		<guid isPermaLink="false">http://www.webstylepress.com/?p=526</guid>
		<description><![CDATA[To control fonts in percentage is the easiest method which we can choose while playing with the fluid layouts, or perhaps while working with widgets and web 2.0 elements. It is recommended while working with layouts that we define a standard font size for html and body. In the beginning there were loose style for [...]<p><a href="http://www.webstylepress.com/how-to-control-font-size-in-percentage/">How to Control Font Size in Percentage</a> is a post from: <a href="http://www.webstylepress.com">Web Style Press, Best Practices from all the Web, Build Better Websites</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.webstylepress.com/wp-content/uploads/2009/04/font-percentages.jpg" alt="font-percentages" title="font-percentages" width="200" height="283" class="alignright size-full wp-image-527" />To control fonts in percentage is the easiest method which we can choose while playing with the fluid layouts, or perhaps while working with widgets and web 2.0 elements. </p>
<p>It is recommended while working with layouts that we define a standard font size for html and body. In the beginning there were loose style for fonts. Nobody used to care about styling fonts. Then in the design era of computer age, designers developed and adopted techniques to control different design aspects of websites and usually most popular standard was to choose 11px to 12 px font for HTML. Many years this technique prevailed until web 2.0 arrived and some web architects decides that fonts must be clear and bold. So now designers and developers adopt a technique to display large font sizes. Font size, color, face are also a part of the design. Here is how we can control font by percentage as a unit for font size. </p>
<p><span id="more-526"></span></p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;div style=&quot;font-size: 100%;&quot;&gt;100 %&lt;/div&gt;
&lt;div style=&quot;font-size: 150%;&quot;&gt;150 %&lt;/div&gt;
&lt;div style=&quot;font-size: 300%;&quot;&gt;300 %&lt;/div&gt;
&lt;div style=&quot;font-size: 400%;&quot;&gt;400 %&lt;/div&gt;
&lt;div style=&quot;font-size: 500%;&quot;&gt;500 %&lt;/div&gt;
&lt;div style=&quot;font-size: 600%;&quot;&gt;600 %&lt;/div&gt;</pre></div></div>

<p>There are other font size units too e.g. pixels, points, inches, cm, mm etc. Percentage is one of these. Widely used as a standard is em unit for font size, which is considered to be the same for all browsers if browser compatibility is in mind.</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;div style=&quot;font-size: 12px;&quot;&gt;12 px&lt;/div&gt;
&lt;div style=&quot;font-size: 12pt;&quot;&gt;12 pt&lt;/div&gt;
&lt;div style=&quot;font-size: 0.5in;&quot;&gt;0.5 in&lt;/div&gt;
&lt;div style=&quot;font-size: 1cm;&quot;&gt;1 cm&lt;/div&gt;
&lt;div style=&quot;font-size: 12mm;&quot;&gt;12 mm&lt;/div&gt;
&lt;div style=&quot;font-size: 2pc;&quot;&gt;2 pc&lt;/div&gt;
&lt;div style=&quot;font-size: 2em;&quot;&gt;2 em&lt;/div&gt;
&lt;div style=&quot;font-size: 6ex;&quot;&gt;12 ex&lt;/div&gt;</pre></div></div>

<p><a href="http://www.webstylepress.com/how-to-control-font-size-in-percentage/">How to Control Font Size in Percentage</a> is a post from: <a href="http://www.webstylepress.com">Web Style Press, Best Practices from all the Web, Build Better Websites</a></p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.webstylepress.com/use-any-font-in-webpages-as-text/" title="Use Any Font in Webpages As Text">Use Any Font in Webpages As Text</a></li><li><a href="http://www.webstylepress.com/modern-font-styles-for-websites/" title="Modern Font Styles For Websites">Modern Font Styles For Websites</a></li><li><a href="http://www.webstylepress.com/sound-control-in-flash/" title="Sound Control In Flash &#8211; Tutorial and Downloads">Sound Control In Flash &#8211; Tutorial and Downloads</a></li><li><a href="http://www.webstylepress.com/transition-between-sections-of-a-flash-movie/" title="Transition Between Sections of a Flash Movie">Transition Between Sections of a Flash Movie</a></li><li><a href="http://www.webstylepress.com/load-external-swfs-with-smooth-transition/" title="Load External SWFs With Smooth Transition">Load External SWFs With Smooth Transition</a></li><li><a href="http://www.webstylepress.com/buttons-control-in-flash/" title="Buttons Control In Flash">Buttons Control In Flash</a></li><li><a href="http://www.webstylepress.com/fonts-for-web-using-nice-and-clean-fonts-in-web-page/" title="Fonts For Web &#8211; Using Nice and Clean Fonts in Web Page">Fonts For Web &#8211; Using Nice and Clean Fonts in Web Page</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.webstylepress.com/how-to-control-font-size-in-percentage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use Any Font in Webpages As Text</title>
		<link>http://www.webstylepress.com/use-any-font-in-webpages-as-text/</link>
		<comments>http://www.webstylepress.com/use-any-font-in-webpages-as-text/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 10:06:43 +0000</pubDate>
		<dc:creator>Hiroshi</dc:creator>
				<category><![CDATA[Advanced]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[essential]]></category>
		<category><![CDATA[facelift]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[smoothness]]></category>
		<category><![CDATA[style]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[typeface]]></category>

		<guid isPermaLink="false">http://www.webstylepress.com/?p=481</guid>
		<description><![CDATA[Now using javascript we can use any font in web page by using techniques such as Typeface and Facelift Image Replacement (or FLIR) or sIFR. sIFR needs flash while others do not. sIFR is for smoothness look of fonts. Instead of creating images or using flash just to show your site&#8217;s graphic text in the [...]<p><a href="http://www.webstylepress.com/use-any-font-in-webpages-as-text/">Use Any Font in Webpages As Text</a> is a post from: <a href="http://www.webstylepress.com">Web Style Press, Best Practices from all the Web, Build Better Websites</a></p>
]]></description>
			<content:encoded><![CDATA[<p><a rel="nofollow" target="_blank" href="http://nettuts.com/javascript-ajax/how-to-use-any-font-you-wish-with-flir/"><img src="http://www.webstylepress.com/wp-content/uploads/2009/01/use-any-fonts.png" alt="use-any-fonts" title="use-any-fonts" width="490" height="440" class="alignnone size-full wp-image-493" /></a></p>
<p>Now using javascript we can use any font in web page by using techniques such as <strong>Typeface</strong> and <strong>Facelift Image Replacement</strong> (or FLIR) or <strong>sIFR</strong>. sIFR needs flash while others do not. sIFR is for smoothness look of fonts.</p>
<p>Instead of creating images or using flash just to show your site&#8217;s graphic text in the font you want, you can use typeface.js and write in plain HTML and CSS and get original smooth font look whatever you specify, even if the user machine have not those fonts. This technique is limited yet with limited fonts support and also it is recommended to use it for title of headings of web page. All the font at the web page using this technique can heavy things up at server and page might load very slow. Even then it is cool. Type face is easy, flexible and open source.</p>
<p><span id="more-481"></span></p>
<p>Using FLIR to display any font in web page is even easy. <a rel="nofollow" target="_blank" href="http://nettuts.com/javascript-ajax/how-to-use-any-font-you-wish-with-flir/" target="_blank">Here</a> they have got complete instructions for just that.</p>
<p>I have tried type face method and here is its example to download.</p>
<p><a href='http://www.webstylepress.com/use-any-font-in-webpages-as-text/type-face/' rel='attachment wp-att-490' class="download">Type Face Example Download</a></p>
<p><strong>Related Resources </strong></p>
<p><a rel="nofollow" target="_blank" href="http://facelift.mawhorter.net/">Facelift</a><br />
<a rel="nofollow" target="_blank" href="http://novemberborn.net/">Novemberborn</a><br />
<a rel="nofollow" target="_blank" href="http://nettuts.com/javascript-ajax/how-to-implement-sifr3-into-your-website/">Implementing sIFR for smoothness of fonts in webpages</a><br />
<a rel="nofollow" target="_blank" href="http://typeface.neocracy.org">http://typeface.neocracy.org</a><br />
<a rel="nofollow" target="_blank" href="http://nettuts.com/javascript-ajax/how-to-use-any-font-you-wish-with-flir/">http://nettuts.com/javascript-ajax/how-to-use-any-font-you-wish-with-flir/</a></p>
<p><a href="http://www.webstylepress.com/use-any-font-in-webpages-as-text/">Use Any Font in Webpages As Text</a> is a post from: <a href="http://www.webstylepress.com">Web Style Press, Best Practices from all the Web, Build Better Websites</a></p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.webstylepress.com/lorem-ipsum-ready/" title="Lorem ipsum Ready to Use">Lorem ipsum Ready to Use</a></li><li><a href="http://www.webstylepress.com/change-image-opacity-easily-using-css-js/" title="Change Image Opacity Easily Using CSS or JS">Change Image Opacity Easily Using CSS or JS</a></li><li><a href="http://www.webstylepress.com/javascript-essentials-part-6/" title="Javascript Essentials Part 6">Javascript Essentials Part 6</a></li><li><a href="http://www.webstylepress.com/javascript-essentials-part-5/" title="Javascript Essentials Part 5">Javascript Essentials Part 5</a></li><li><a href="http://www.webstylepress.com/javascript-essentials-part-4/" title="Javascript Essentials Part 4">Javascript Essentials Part 4</a></li><li><a href="http://www.webstylepress.com/javascript-essentials-part-3/" title="Javascript Essentials Part 3">Javascript Essentials Part 3</a></li><li><a href="http://www.webstylepress.com/javascript-essentials-part-2/" title="Javascript Essentials Part 2">Javascript Essentials Part 2</a></li><li><a href="http://www.webstylepress.com/javascript-essentials-part-1/" title="Javascript Essentials Part 1">Javascript Essentials Part 1</a></li><li><a href="http://www.webstylepress.com/simple-rollover-swap-image/" title="Simple RollOver Swap Image">Simple RollOver Swap Image</a></li><li><a href="http://www.webstylepress.com/modern-font-styles-for-websites/" title="Modern Font Styles For Websites">Modern Font Styles For Websites</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.webstylepress.com/use-any-font-in-webpages-as-text/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Modern Font Styles For Websites</title>
		<link>http://www.webstylepress.com/modern-font-styles-for-websites/</link>
		<comments>http://www.webstylepress.com/modern-font-styles-for-websites/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 17:45:27 +0000</pubDate>
		<dc:creator>Hiroshi</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Web Guidelines]]></category>
		<category><![CDATA[Web Tips]]></category>

		<guid isPermaLink="false">http://www.webstylepress.com/?p=304</guid>
		<description><![CDATA[I have described about using nice and clean fonts in web page. Now lets see some more details about using fonts in web pages. As we know Verdana, Arial and Tahoma are being used from the beginning. In Web 2.0 Style, and many open source softwares such as WordPress, now-a-days some other fonts are being [...]<p><a href="http://www.webstylepress.com/modern-font-styles-for-websites/">Modern Font Styles For Websites</a> is a post from: <a href="http://www.webstylepress.com">Web Style Press, Best Practices from all the Web, Build Better Websites</a></p>
]]></description>
			<content:encoded><![CDATA[<p>I have described <a href="http://www.webstylepress.com/fonts-for-web-using-nice-and-clean-fonts-in-web-page/">about using nice and clean fonts in web page</a>. Now lets see some more details about using fonts in web pages.</p>
<p>As we know <strong>Verdana</strong>, <strong>Arial</strong> and <strong>Tahoma</strong> are being used from the beginning. In Web 2.0 Style, and many open source softwares such as WordPress, now-a-days some other fonts are being used which are neat and clean and stylish too. Best part is, to use these, no installation of fonts is needed. In Windows XP these are present by default. I have selected some examples of look and feel of some chosen fonts over here.</p>
<p><span id="more-304"></span></p>
<h5>Font Styles Comparison</h5>
<p style="font-family:arial;"><strong>Arial</strong> &#8220;Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&#8221;</p>
<p style="font-family:Verdana;"><strong>Verdana</strong> &#8220;Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&#8221;</p>
<p style="font-family:Tahoma;"><strong>Tahoma</strong> &#8220;Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&#8221;</p>
<p style="font-family:Trebuchet MS;"><strong>Trebuchet MS</strong> &#8220;Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&#8221;</p>
<p style="font-family:Georgia;"><strong>Georgia</strong> &#8220;Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&#8221;</p>
<p style="font-family:Lucida Grande;"><strong>Lucida Grande</strong> &#8220;Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&#8221;</p>
<p style="font-family:Lucida Sans Unicode;"><strong>Lucida Sans Unicode</strong> &#8220;Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&#8221;</p>
<p style="font-family:sans-serif;"><strong>sans-serif</strong> &#8220;Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&#8221;</p>
<h5>Font Families</h5>
<p>It happens so that we can define a family of fonts while creating web page. If one font is not available in user&#8217;s machine; then next font style will be displayed. i.e</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;">&lt;style type<span style="color: #00AA00;">=</span><span style="color: #ff0000;">&quot;text/css&quot;</span><span style="color: #00AA00;">&gt;</span>
<span style="color: #6666ff;">.myfont</span> <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #00AA00;">:</span> Geneva<span style="color: #00AA00;">,</span> Arial<span style="color: #00AA00;">,</span> Helvetica<span style="color: #00AA00;">,</span> <span style="color: #993333;">sans-serif</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
&lt;/style<span style="color: #00AA00;">&gt;</span></pre></div></div>

<p>Suppose Geneva is not present in user&#8217;s machine, then system will pick next font Arial for style. So it is recommended to use font-families.</p>
<p>The font-family property is a prioritized list of font family names and/or generic family names for an element. The browser will use the first value it recognizes.</p>
<p>There are two types of font-family values:<br />
<strong>* family-name:</strong> The name of a font-family, like &#8220;times&#8221;, &#8220;courier&#8221;, &#8220;arial&#8221;, etc.<br />
<strong>* generic-family:</strong> The name of a generic-family, like &#8220;serif&#8221;, &#8220;sans-serif&#8221;, &#8220;cursive&#8221;, &#8220;fantasy&#8221;, &#8220;monospace&#8221;.</p>
<p>Separate each value with a comma, and always offer a generic-family name as the last alternative.</p>
<p>If a family-name contains white-space, it should be quoted. Single quotes must be used when using the &#8220;style&#8221; attribute in HTML.</p>
<p>Here is the list of font families commonly available on all systems.</p>
<p>Arial, Helvetica, sans-serif<br />
&#8216;Times New Roman&#8217;, Times, serif<br />
&#8216;Courier New&#8217;, Courier, monospace<br />
Georgia, &#8216;Times New Roman&#8217;, Times, serif<br />
Verdana, Arial, Helvetica, sans-serif<br />
Geneva, Arial, Helvetica, sans-serif</p>
<p><a href="http://www.webstylepress.com/modern-font-styles-for-websites/">Modern Font Styles For Websites</a> is a post from: <a href="http://www.webstylepress.com">Web Style Press, Best Practices from all the Web, Build Better Websites</a></p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.webstylepress.com/use-any-font-in-webpages-as-text/" title="Use Any Font in Webpages As Text">Use Any Font in Webpages As Text</a></li><li><a href="http://www.webstylepress.com/wrapping-text/" title="Wrapping Text &#8211; Breaking Text with No Spaces into New Line">Wrapping Text &#8211; Breaking Text with No Spaces into New Line</a></li><li><a href="http://www.webstylepress.com/w3c-validation-tips/" title="W3C Validation Tips and Best Practices">W3C Validation Tips and Best Practices</a></li><li><a href="http://www.webstylepress.com/lorem-ipsum-ready/" title="Lorem ipsum Ready to Use">Lorem ipsum Ready to Use</a></li><li><a href="http://www.webstylepress.com/how-to-control-font-size-in-percentage/" title="How to Control Font Size in Percentage">How to Control Font Size in Percentage</a></li><li><a href="http://www.webstylepress.com/change-image-opacity-easily-using-css-js/" title="Change Image Opacity Easily Using CSS or JS">Change Image Opacity Easily Using CSS or JS</a></li><li><a href="http://www.webstylepress.com/css-maximum-benefits/" title="How to Gain Maximum from CSS">How to Gain Maximum from CSS</a></li><li><a href="http://www.webstylepress.com/rounded-div-without-images/" title="Create Rounded Flexible Div Without Images">Create Rounded Flexible Div Without Images</a></li><li><a href="http://www.webstylepress.com/astyle-visual-css-editor/" title="Astyle Visual CSS Editor">Astyle Visual CSS Editor</a></li><li><a href="http://www.webstylepress.com/superscript-and-subscript/" title="What is Superscript and Subscript in HTML">What is Superscript and Subscript in HTML</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.webstylepress.com/modern-font-styles-for-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Clear looking Fonts In Flash</title>
		<link>http://www.webstylepress.com/using-clear-looking-fonts-in-flash/</link>
		<comments>http://www.webstylepress.com/using-clear-looking-fonts-in-flash/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 13:26:27 +0000</pubDate>
		<dc:creator>Hiroshi</dc:creator>
				<category><![CDATA[Adobe Flash]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[flash tips]]></category>
		<category><![CDATA[text]]></category>

		<guid isPermaLink="false">http://www.webstylepress.com/?p=112</guid>
		<description><![CDATA[You may have noticed that in professional flash websites they use very fine and clear fonts. What most people do, they just take text tool in flash and write a static text which will probably not be so clear in looks. Follow this rule to use clear style fonts in flash. I suggest you something. [...]<p><a href="http://www.webstylepress.com/using-clear-looking-fonts-in-flash/">Using Clear looking Fonts In Flash</a> is a post from: <a href="http://www.webstylepress.com">Web Style Press, Best Practices from all the Web, Build Better Websites</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.webstylepress.com/wp-content/uploads/2008/10/clear-txt.gif" alt="" title="clear-txt" width="500" height="332" class="alignnone size-full wp-image-113" /></p>
<p>You may have noticed that in professional flash websites they use very fine and clear fonts. What most people do, they just take text tool in flash and write a static text which will probably not be so clear in looks. Follow this rule to use clear style fonts in flash.</p>
<p><span id="more-112"></span></p>
<p>I suggest you something. </p>
<p><strong>Never take static text</strong> :)<br />
Instead take <strong>Dynamic text</strong>.<br />
Tahoma 10 for normal text.<br />
Click <strong><></strong> sign for <strong>render text as html</strong>.<br />
See the result and that will be very exact clear text as than before.</p>
<p><a href="http://www.webstylepress.com/using-clear-looking-fonts-in-flash/">Using Clear looking Fonts In Flash</a> is a post from: <a href="http://www.webstylepress.com">Web Style Press, Best Practices from all the Web, Build Better Websites</a></p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.webstylepress.com/lorem-ipsum-ready/" title="Lorem ipsum Ready to Use">Lorem ipsum Ready to Use</a></li><li><a href="http://www.webstylepress.com/use-any-font-in-webpages-as-text/" title="Use Any Font in Webpages As Text">Use Any Font in Webpages As Text</a></li><li><a href="http://www.webstylepress.com/browser-control-from-flash/" title="Browser Control From Flash">Browser Control From Flash</a></li><li><a href="http://www.webstylepress.com/embed-swf-files-javascript-run-active-content/" title="Embed SWF Files Via Javascript &#8211; Active Content Script">Embed SWF Files Via Javascript &#8211; Active Content Script</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.webstylepress.com/using-clear-looking-fonts-in-flash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fonts For Web &#8211; Using Nice and Clean Fonts in Web Page</title>
		<link>http://www.webstylepress.com/fonts-for-web-using-nice-and-clean-fonts-in-web-page/</link>
		<comments>http://www.webstylepress.com/fonts-for-web-using-nice-and-clean-fonts-in-web-page/#comments</comments>
		<pubDate>Sat, 06 Sep 2008 05:48:07 +0000</pubDate>
		<dc:creator>Hiroshi</dc:creator>
				<category><![CDATA[fonts]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://www.webstylepress.com/?p=25</guid>
		<description><![CDATA[Here is an example of font styles for webpages. Download and use in web pages. Download Fonts Examples Fonts For Web &#8211; Using Nice and Clean Fonts in Web Page is a post from: Web Style Press, Best Practices from all the Web, Build Better Websites Related PostsHow to Control Font Size in PercentageUse Any [...]<p><a href="http://www.webstylepress.com/fonts-for-web-using-nice-and-clean-fonts-in-web-page/">Fonts For Web &#8211; Using Nice and Clean Fonts in Web Page</a> is a post from: <a href="http://www.webstylepress.com">Web Style Press, Best Practices from all the Web, Build Better Websites</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Here is an example of font styles for webpages. Download and use in web pages.</p>
<p><span id="more-25"></span></p>
<p><a href='http://www.webstylepress.com/wp-content/uploads/2008/09/fonts-examples.rar'>Download Fonts Examples</a></p>
<p><a href="http://www.webstylepress.com/fonts-for-web-using-nice-and-clean-fonts-in-web-page/">Fonts For Web &#8211; Using Nice and Clean Fonts in Web Page</a> is a post from: <a href="http://www.webstylepress.com">Web Style Press, Best Practices from all the Web, Build Better Websites</a></p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.webstylepress.com/how-to-control-font-size-in-percentage/" title="How to Control Font Size in Percentage">How to Control Font Size in Percentage</a></li><li><a href="http://www.webstylepress.com/use-any-font-in-webpages-as-text/" title="Use Any Font in Webpages As Text">Use Any Font in Webpages As Text</a></li><li><a href="http://www.webstylepress.com/modern-font-styles-for-websites/" title="Modern Font Styles For Websites">Modern Font Styles For Websites</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.webstylepress.com/fonts-for-web-using-nice-and-clean-fonts-in-web-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

