<?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>Grafica Real</title>
	<atom:link href="http://graficareal.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://graficareal.net</link>
	<description>Beijing website design &#38; development</description>
	<lastBuildDate>Thu, 01 Dec 2011 08:46:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>WP SinoType Plugin &#8211; An experiment in Chinese  Web Safe fonts</title>
		<link>http://graficareal.net/blog/wordpress-sinotype-websafe-chinese-plugin/</link>
		<comments>http://graficareal.net/blog/wordpress-sinotype-websafe-chinese-plugin/#comments</comments>
		<pubDate>Thu, 24 Nov 2011 14:44:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[typography]]></category>
		<category><![CDATA[web-safe]]></category>
		<category><![CDATA[wordpress plugin]]></category>

		<guid isPermaLink="false">http://graficareal.net/?p=128</guid>
		<description><![CDATA[Download WP SinoType Plugin version 1.0 What is ...]]></description>
			<content:encoded><![CDATA[<div class="dropbutton">
<div class="grey"><img src="http://graficareal.net/wp-content/themes/gr/images/arrow.png" alt="" /></div>
<div class="grey"><a href="http://graficareal.net/wp-content/downloads/wp-sinotype.zip">Download WP SinoType Plugin</a></div>
<div class="light">
<p><img src="http://graficareal.net/wp-content/themes/gr/images/file_blue.png" alt="" /></p>
<p><span style="margin-top:-13px; display:block;">version 1.0</span></p>
</div>
</div>
<h2>What is  WP SinoType?</h2>
<p>WP SinoType is a simple WordPress plugin for WordPress website owners with little or no knowledge of how to edit CSS, and more importantly have no knowledge of Chinese web-safe fonts.  The plugin is a tool to select a Chinese and English font stack to target  HTML heading tags (H1-H6) and the HTML body tag. This works for multi-language websites in Chinese and English and also provides an English font fallback for numbers and and English words on native Chinese sites.</p>
<h2>What is the Experiment?</h2>
<p>Through researching web-safe fonts, the findings are extremely limited in what works seamlessly across multiple browsers and operating systems. Modern mac machines have a larger range and variation of Chinese fonts, and Windows machines have a limited range with a different defaults for OS versions.</p>
<p>While we know we are not about to solve any overall issues of complete cross compatibility with web-safe typefaces  in the greater picture, what we aim to achieve is to experiment with using mixtures of  web-safe fonts that stack nicely to provide a Mac, Windows (Chinese) and English typeface that maximize the potential of design.</p>
<h2>What we Hope to Achieve!</h2>
<p>We hope with what we provide in the current version of our plugin, that we can allow website owners to have more options with Chinese typography.</p>
<p>We also hope that we will generate a discussion, get your feedback, find out what works best. We would love to hear what Chinese/English font stacks you are already using.</p>
<h2>How does it work?</h2>
<p>The plugin inserts CSS in to the header.php file of your WordPress theme files. </p>
<p>The order of the fonts displayed are:</p>
<p>1. English web safe font stack. (custom CSS field available)<br />
2. Mac Chinese web safe font stack.<br />
3. Windows Chinese web safe font stack.</p>
<pre class="brush: css; auto-links: false; class-name: coder; collapse: false; first-line: 1; gutter: true; html-script: false; light: false; pad-line-numbers: false; smart-tabs: true; tab-size: 4; title: Sample Code; toolbar: true; notranslate">
body {font-family:Georgia, Sans-Serif, Hei, SimSun;}

h1,h2,h3,h4,h5,h6 {font-family:Georgia, Sans-Serif,
Hei, SimSun;}

h1&gt;*,h2&gt;*,h3&gt;*,h4&gt;*,h5&gt;*,h6&gt;* {font-family:Georgia,
Sans-Serif, Hei, SimSun;}
</pre>
<p>The CSS added by the plugin will not work if an element has a CSS class with a font-family assigned to it.</p>
<h2>Mac fonts included</h2>
<table class="tbstyles" width="500px" border="none" cellspacing="3" cellpadding="5">
<tbody>
<tr>
<th>CSS font family</th>
<th>OS 9</th>
<th>OS X 10.2</th>
<th>10.3</th>
<th>10.4</th>
<th>10.5</th>
<th>10.6</th>
<th>10.7</th>
</tr>
<tr class="tbgrey1">
<td>Hei</td>
<td>x</td>
<td>x</td>
<td>x</td>
<td>x</td>
<td>x</td>
<td>x</td>
<td>x</td>
</tr>
<tr>
<td>STHeiti</td>
<td></td>
<td>x</td>
<td>x</td>
<td>x</td>
<td>x</td>
<td>x</td>
<td>x</td>
</tr>
<tr class="tbgrey1">
<td>STKaiti</td>
<td></td>
<td>x</td>
<td>x</td>
<td>x</td>
<td>x</td>
<td>x</td>
<td>x</td>
</tr>
<tr>
<td>&#8220;Heiti TC&#8221;</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td>x</td>
<td>x</td>
</tr>
<tr class="tbgrey1">
<td>&#8220;Arial Unicode MS&#8221;</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td>x</td>
<td>x</td>
<td>x</td>
</tr>
<tr>
<td>BiauKai</td>
<td>x</td>
<td>x</td>
<td>x</td>
<td>x</td>
<td>x</td>
<td>x</td>
<td>x</td>
</tr>
<tr class="tbgrey1">
<td>STSong</td>
<td></td>
<td>x</td>
<td>x</td>
<td>x</td>
<td>x</td>
<td>x</td>
<td>x</td>
</tr>
<tr>
<td>STFangsong</td>
<td></td>
<td>x</td>
<td>x</td>
<td>x</td>
<td>x</td>
<td>x</td>
<td>x</td>
</tr>
<tr class="tbgrey1">
<td>Kai</td>
<td>x</td>
<td>x</td>
<td>x</td>
<td>x</td>
<td>x</td>
<td>x</td>
<td>x</td>
</tr>
</tbody>
</table>
<h2>Windows fonts included</h2>
<table class="tbstyles" width="500px" border="0" cellspacing="3" cellpadding="5">
<tbody>
<tr>
<th width="122">CSS font family</th>
<th width="58">2000</th>
<th width="57">XP</th>
<th width="66">Vista</th>
<th width="88">7</th>
</tr>
<tr class="tbgrey1">
<td>&#8220;Microsoft JhengHei&#8221;</td>
<td></td>
<td></td>
<td>v5.00</td>
<td>v6.02<br />
v6.00</td>
</tr>
<tr>
<td>MingLiU</td>
<td>v3.00</td>
<td>v3.21</td>
<td>v6.02</td>
<td>v7.00</td>
</tr>
<tr class="tbgrey1">
<td>DFKai-SB</td>
<td>v3.00</td>
<td>v3.00</td>
<td>v5.00</td>
<td>v5.00</td>
</tr>
<tr>
<td>&#8220;Microsoft YaHei&#8221;</td>
<td></td>
<td></td>
<td>v5.00</td>
<td>v6.02</td>
</tr>
<tr>
<td>SimHei</td>
<td>v2.10</td>
<td>v3.02</td>
<td>v5.01</td>
<td>v5.01</td>
</tr>
<tr class="tbgrey1">
<td>SimSun</td>
<td>v2.11</td>
<td>v3.03</td>
<td>v5.00</td>
<td>v5.03</td>
</tr>
<tr>
<td>SimSun-ExtB</td>
<td></td>
<td></td>
<td>v5.00</td>
<td>v5.00</td>
</tr>
<tr class="tbgrey1">
<td>FangSong</td>
<td></td>
<td></td>
<td>v5.01</td>
<td>v5.01</td>
</tr>
<tr>
<td>KaiTi</td>
<td></td>
<td></td>
<td>v5.01</td>
<td>v5.01</td>
</tr>
<tr class="tbgrey1">
<td>FangSong_GB2312</td>
<td>v2.00</td>
<td>v2.00</td>
<td></td>
<td></td>
</tr>
<tr>
<td>KaiTi_GB2312</td>
<td>v2.00</td>
<td>v2.00</td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
<p>Web-safe font information sources:<br />
<a title="Font information source" href="http://www.yale.edu/chinesemac/pages/fonts.html">http://www.yale.edu/chinesemac/pages/fonts.html</a></p>
<h2>Whats coming in the next versions?</h2>
<p>In the next version we plan to have samples (not live) of the typefaces used in the plugin, so for example if you&#8217;re a Windows user you will be able to see how much better typography (not just in English) is on a Mac.</p>
<p>Apart from that we will be waiting to hear your feedback, and be making adjustments based on what the people say.</p>
]]></content:encoded>
			<wfw:commentRss>http://graficareal.net/blog/wordpress-sinotype-websafe-chinese-plugin/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

