<?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>Windows Archives - Nola Cooper Designs</title>
	<atom:link href="https://www.nolacooper.com/tag/windows/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.nolacooper.com/tag/windows/</link>
	<description>Website, Print Media, and Graphic Design</description>
	<lastBuildDate>Tue, 10 May 2011 13:39:42 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.nolacooper.com/wp-content/uploads/2020/08/favicon.png</url>
	<title>Windows Archives - Nola Cooper Designs</title>
	<link>https://www.nolacooper.com/tag/windows/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Choosing A Website Font</title>
		<link>https://www.nolacooper.com/choosing-a-website-font/</link>
					<comments>https://www.nolacooper.com/choosing-a-website-font/#comments</comments>
		
		<dc:creator><![CDATA[Nola]]></dc:creator>
		<pubDate>Tue, 10 May 2011 13:39:42 +0000</pubDate>
				<category><![CDATA[Website Development]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[browser safe fonts]]></category>
		<category><![CDATA[Explorer]]></category>
		<category><![CDATA[FF]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false">https://www.nolacooper.com/?p=887</guid>

					<description><![CDATA[<p>It&#8217;s a frequent discussion when designing websites&#8230; Why can&#8217;t I use a really cool looking font everywhere on my website? The answer is simple&#8230;You can, IF you make everything an image, IF you use Google&#8217;s Font API, or you go with an all Flash website (not recommended for SEO). Why is this? Again, simple, but [&#8230;]</p>
<p>The post <a href="https://www.nolacooper.com/choosing-a-website-font/">Choosing A Website Font</a> appeared first on <a href="https://www.nolacooper.com">Nola Cooper Designs</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>It&#8217;s a frequent discussion when designing websites&#8230;</p>
<p><em><strong>Why can&#8217;t I use a really cool looking font everywhere on my website?</strong></em></p>
<p>The answer is simple&#8230;You can, IF you make everything an image, IF you use Google&#8217;s Font API, or you go with an all Flash website (not recommended for SEO).  </p>
<p>Why is this?  Again, simple, but not widely understood&#8230;.Not every computer in the world has those cool fonts installed on it.</p>
<p><strong>Scenario:</strong>  So let&#8217;s say your using a really neat handwritten style font you have called &#8220;Kristi&#8221; because you want your website to look like a handwritten letter. On your machine it looks fabulous!  However, you decide to check out your site on your son&#8217;s laptop, and then you see it&#8230;.a substitution!  His laptop doesn&#8217;t have &#8220;Kristi&#8221; installed on it, so it&#8217;s substituting that font with something it has&#8230;and boy is it UGLY!  The whole idea of your site is completely moot because the font&#8217;s not right!</p>
<p><strong>Solutions:</strong>  There are three ways to &#8220;fix&#8221; this issue.</p>
<p>(1) <strong>Create Images.</strong>  You can make every page full of textual images, increase your load time and lose all your Search Engine Optimization, or you can choose certain sections that you really want to stand out, and change those text areas into images.  Keep in mind that images do not carry the same &#8220;weight&#8221; with the search engines as text (even with detailed alt tags), so you should make every effort to only use non-keywords  (or keywords that you repeat frequently) in your textual images. (example for me would be: design, graphics, purchase, contact, about, email, etc.).</p>
<p>(2) <strong>Use the Google Font API.</strong>  Google recently added a beta program to use fonts from a directory on their site, simply by adding a little code to yours.  A list of Google&#8217;s web fonts can be found here: <a target="_blank" href="http://www.google.com/webfonts">www.Google.com/webfonts</a>.  You add these fonts by adding a stylesheet link to < head > area of your website, then styling an element with that font in YOUR stylesheet  (you can also use inline styling, if absolutely necessary).  </p>
<p>So to add the &#8220;Kristi&#8221; font, you would add a stylesheet link to the < head > area of your site:</p>
<div class="cdng">< link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Kristi" ></div>
<p>Then style an element in your stylesheet using that font:</p>
<div class="cdng">#page-head {<br />
  font-family: &#8216;Kristi&#8217;, serif;<br />
}</div>
<p><strong>Google adds this important note:</strong></p>
<blockquote><p>When specifying a web font in a CSS style, always list at least one fallback web-safe font in order to avoid unexpected behaviors. In particular, add a CSS generic font name like serif or sans-serif to the end of the list, so the browser can fall back to its default fonts if need be.</p></blockquote>
<p>Full instructions for using a Google web font are provided in their <a target="_blank" href="http://code.google.com/apis/webfonts/docs/getting_started.html">Getting Started</a> section.</p>
<p>(3) <strong>Use A Universal Font.</strong> Universal fonts are fonts that are commonly installed on all computers, no matter the brand or platform.  Using these commonly installed fonts will mean that your site content will look the same no matter who is browsing, and what type of computer they are using (PC or Mac).</p>
<p><strong>List of Universal Fonts:</p>
<p>&bull; Arial<br />
&bull; Arial Black<br />
&bull; Book Antiqua/Palatino<br />
&bull; Comic Sans<br />
&bull; Courier New<br />
&bull; Georgia<br />
&bull; Impact<br />
&bull; Lucida Console<br />
&bull; Lucida Sans Unicode<br />
&bull; MS Sans Serif<br />
&bull; MS Serif<br />
&bull; Segoe<br />
&bull; Tahoma<br />
&bull; Times New Roman<br />
&bull; Trebuchet MS<br />
&bull; Verdana</strong></p>
<p>Verdana and Segoe happen to be my personal favorites, because there is a very significant difference between <strong>bolded</strong> and normal&#8230;why bother to bold something if it&#8217;s not going to stand out? 🙂</p>
<p>Once you understand this very important aspect of web design, you&#8217;ll be able to make the decisions necessary to create your &#8220;killer&#8221; website!</p>
<p>The post <a href="https://www.nolacooper.com/choosing-a-website-font/">Choosing A Website Font</a> appeared first on <a href="https://www.nolacooper.com">Nola Cooper Designs</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.nolacooper.com/choosing-a-website-font/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
	</channel>
</rss>
