<?xml version="1.0" encoding="UTF-8"?>
 <rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://pinboard.in">
    <title>Pinboard (yellowled)</title>
    <link>https://pinboard.in/u:yellowled/public/</link>
    <description>recent bookmarks from yellowled</description>
    <items>
      <rdf:Seq>	<rdf:li rdf:resource="https://web.dev/font-best-practices/"/>
	<rdf:li rdf:resource="https://css-tricks.com/how-to-load-fonts-in-a-way-that-fights-fout-and-makes-lighthouse-happy/"/>
	<rdf:li rdf:resource="https://gomakethings.com/preventing-foit-with-web-fonts-using-the-vanilla-js-fonts.load-method/"/>
	<rdf:li rdf:resource="https://variablefonts.io/"/>
	<rdf:li rdf:resource="https://google-webfonts-helper.herokuapp.com/fonts"/>
	<rdf:li rdf:resource="https://dev.to/pldg/build-a-simple-static-site-generator-with-webpack-5a29"/>
	<rdf:li rdf:resource="https://www.zachleat.com/web/css-tricks-web-fonts/"/>
	<rdf:li rdf:resource="https://www.npmjs.com/package/subfont"/>
	<rdf:li rdf:resource="https://www.zachleat.com/web/font-loading-classes/"/>
	<rdf:li rdf:resource="http://www.fontplop.com/"/>
	<rdf:li rdf:resource="http://calendar.perfplanet.com/2016/loading-web-fonts-asynchronously/"/>
	<rdf:li rdf:resource="https://css-tricks.com/snippets/css/using-font-face/"/>
	<rdf:li rdf:resource="https://css-tricks.com/font-display-masses/"/>
	<rdf:li rdf:resource="https://github.com/bramstein/fontfaceobserver"/>
	<rdf:li rdf:resource="https://www.zachleat.com/web/comprehensive-webfonts/"/>
	<rdf:li rdf:resource="https://www.bramstein.com/writing/web-font-loading-patterns.html"/>
	<rdf:li rdf:resource="http://www.zachleat.com/web/critical-webfonts/"/>
	<rdf:li rdf:resource="https://helloanselm.com/2015/using-webfonts-in-2015/"/>
	<rdf:li rdf:resource="https://dev.opera.com/articles/state-of-web-type/"/>
	<rdf:li rdf:resource="http://www.filamentgroup.com/lab/font-events.html"/>
	<rdf:li rdf:resource="https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/webfont-optimization#optimizing-loading-and-rendering"/>
	<rdf:li rdf:resource="http://www.zachleat.com/web/font-family-reunion/"/>
	<rdf:li rdf:resource="http://kennethormandy.com/journal/normalize-opentype-css"/>
	<rdf:li rdf:resource="http://maddesigns.de/webfonts-richtig-verwenden-2216.html"/>
	<rdf:li rdf:resource="http://www.subsetter.com/"/>
	<rdf:li rdf:resource="http://www.artzstudio.com/2012/02/web-font-performance-weighing-fontface-options-and-alternatives/"/>
	<rdf:li rdf:resource="http://blog.fontdeck.com/post/15777165734/opentype-1?503cde40"/>
	<rdf:li rdf:resource="http://sixrevisions.com/css/font-face-web-fonts-issues/"/>
	<rdf:li rdf:resource="http://bit.ly/knsZwi"/>
	<rdf:li rdf:resource="http://www.fontspring.com/blog/further-hardening-of-the-bulletproof-syntax"/>
	<rdf:li rdf:resource="http://paulirish.com/2009/fighting-the-font-face-fout/"/>
	<rdf:li rdf:resource="http://www.stevesouders.com/blog/2009/10/13/font-face-and-performance/"/>
      </rdf:Seq>
    </items>
  </channel><item rdf:about="https://web.dev/font-best-practices/">
    <title>Best practices for fonts</title>
    <dc:date>2021-06-07T19:43:08+00:00</dc:date>
    <link>https://web.dev/font-best-practices/</link>
    <dc:creator>yellowled</dc:creator><dc:subject>mm-learns webfonts performance</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:yellowled/b:93e1cdb26e65/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:mm-learns"/>
	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:webfonts"/>
	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:performance"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://css-tricks.com/how-to-load-fonts-in-a-way-that-fights-fout-and-makes-lighthouse-happy/">
    <title>How to Load Fonts in a Way That Fights FOUT and Makes Lighthouse Happy | CSS-Tricks</title>
    <dc:date>2020-11-24T19:57:51+00:00</dc:date>
    <link>https://css-tricks.com/how-to-load-fonts-in-a-way-that-fights-fout-and-makes-lighthouse-happy/</link>
    <dc:creator>yellowled</dc:creator><dc:subject>mm-learns webfonts performance</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:yellowled/b:020caa8bcb25/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:mm-learns"/>
	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:webfonts"/>
	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:performance"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://gomakethings.com/preventing-foit-with-web-fonts-using-the-vanilla-js-fonts.load-method/">
    <title>Preventing FOIT with web fonts using the vanilla JS fonts.load() method | Go Make Things</title>
    <dc:date>2020-08-13T15:06:50+00:00</dc:date>
    <link>https://gomakethings.com/preventing-foit-with-web-fonts-using-the-vanilla-js-fonts.load-method/</link>
    <dc:creator>yellowled</dc:creator><dc:subject>javascript webfonts performance</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:yellowled/b:2af301c4174f/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:javascript"/>
	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:webfonts"/>
	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:performance"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://variablefonts.io/">
    <title>A Variable Fonts Primer</title>
    <dc:date>2020-03-18T14:15:06+00:00</dc:date>
    <link>https://variablefonts.io/</link>
    <dc:creator>yellowled</dc:creator><dc:subject>mm-learns typography webfonts</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:yellowled/b:ee7831230ac2/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:mm-learns"/>
	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:typography"/>
	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:webfonts"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://google-webfonts-helper.herokuapp.com/fonts">
    <title>google webfonts helper</title>
    <dc:date>2020-03-16T12:40:41+00:00</dc:date>
    <link>https://google-webfonts-helper.herokuapp.com/fonts</link>
    <dc:creator>yellowled</dc:creator><dc:subject>webfonts</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:yellowled/b:e0d63feee9ba/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:webfonts"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://dev.to/pldg/build-a-simple-static-site-generator-with-webpack-5a29">
    <title>Build a static site generator with webpack - DEV Community 👩‍💻👨‍💻</title>
    <dc:date>2019-12-18T13:27:47+00:00</dc:date>
    <link>https://dev.to/pldg/build-a-simple-static-site-generator-with-webpack-5a29</link>
    <dc:creator>yellowled</dc:creator><dc:subject>mm-learns webfonts staticsitegenerator</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:yellowled/b:8e7e8528d727/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:mm-learns"/>
	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:webfonts"/>
	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:staticsitegenerator"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://www.zachleat.com/web/css-tricks-web-fonts/">
    <title>Developing a Robust Font Loading Strategy for CSS-Tricks—zachleat.com</title>
    <dc:date>2019-06-27T13:36:03+00:00</dc:date>
    <link>https://www.zachleat.com/web/css-tricks-web-fonts/</link>
    <dc:creator>yellowled</dc:creator><dc:subject>javascript webfonts css mm-learns performance</dc:subject>
<dc:identifier>https://pinboard.in/u:yellowled/b:3197e8d8e76b/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:javascript"/>
	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:webfonts"/>
	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:css"/>
	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:mm-learns"/>
	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:performance"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://www.npmjs.com/package/subfont">
    <title>subfont - npm</title>
    <dc:date>2018-04-26T06:42:48+00:00</dc:date>
    <link>https://www.npmjs.com/package/subfont</link>
    <dc:creator>yellowled</dc:creator><dc:subject>performance webfonts</dc:subject>
<dc:identifier>https://pinboard.in/u:yellowled/b:f8a8f5a716da/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:performance"/>
	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:webfonts"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://www.zachleat.com/web/font-loading-classes/">
    <title>Managing Font Loading CSS Was Painful—Not Anymore—zachleat.com</title>
    <dc:date>2017-11-02T18:54:22+00:00</dc:date>
    <link>https://www.zachleat.com/web/font-loading-classes/</link>
    <dc:creator>yellowled</dc:creator><dc:subject>postcss performance webfonts</dc:subject>
<dc:identifier>https://pinboard.in/u:yellowled/b:e7a3793f7a84/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:postcss"/>
	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:performance"/>
	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:webfonts"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.fontplop.com/">
    <title>Fast, Simple, &amp; Free Open Source Webfont Converter | fontplop</title>
    <dc:date>2017-10-18T09:55:29+00:00</dc:date>
    <link>http://www.fontplop.com/</link>
    <dc:creator>yellowled</dc:creator><dc:subject>webfonts</dc:subject>
<dc:identifier>https://pinboard.in/u:yellowled/b:8bce7ff0a862/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:webfonts"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://calendar.perfplanet.com/2016/loading-web-fonts-asynchronously/">
    <title>Performance Calendar » Loading web fonts asynchronously</title>
    <dc:date>2016-12-22T07:25:31+00:00</dc:date>
    <link>http://calendar.perfplanet.com/2016/loading-web-fonts-asynchronously/</link>
    <dc:creator>yellowled</dc:creator><dc:subject>webfonts performance</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:yellowled/b:d533c3715c4a/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:webfonts"/>
	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:performance"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://css-tricks.com/snippets/css/using-font-face/">
    <title>Using @font-face | CSS-Tricks</title>
    <dc:date>2016-12-06T22:20:27+00:00</dc:date>
    <link>https://css-tricks.com/snippets/css/using-font-face/</link>
    <dc:creator>yellowled</dc:creator><dc:subject>css typography webfonts</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:yellowled/b:f4cfc7014ff0/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:css"/>
	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:typography"/>
	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:webfonts"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://css-tricks.com/font-display-masses/">
    <title>`font-display` for the Masses | CSS-Tricks</title>
    <dc:date>2016-08-19T18:30:41+00:00</dc:date>
    <link>https://css-tricks.com/font-display-masses/</link>
    <dc:creator>yellowled</dc:creator><dc:subject>webfonts performance</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:yellowled/b:626c4a314fa5/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:webfonts"/>
	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:performance"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://github.com/bramstein/fontfaceobserver">
    <title>bramstein/fontfaceobserver: Font load events, simple, small and efficient</title>
    <dc:date>2016-08-16T11:16:05+00:00</dc:date>
    <link>https://github.com/bramstein/fontfaceobserver</link>
    <dc:creator>yellowled</dc:creator><dc:subject>webfonts performance javascript</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:yellowled/b:c67210a5a4f7/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:webfonts"/>
	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:performance"/>
	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:javascript"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://www.zachleat.com/web/comprehensive-webfonts/">
    <title>A Comprehensive Guide to Font Loading Strategies—zachleat.com</title>
    <dc:date>2016-07-15T10:49:05+00:00</dc:date>
    <link>https://www.zachleat.com/web/comprehensive-webfonts/</link>
    <dc:creator>yellowled</dc:creator><dc:subject>webfonts performance</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:yellowled/b:85ef73410178/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:webfonts"/>
	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:performance"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://www.bramstein.com/writing/web-font-loading-patterns.html">
    <title>Web Font Loading Patterns - Bram Stein</title>
    <dc:date>2016-04-15T12:50:55+00:00</dc:date>
    <link>https://www.bramstein.com/writing/web-font-loading-patterns.html</link>
    <dc:creator>yellowled</dc:creator><dc:subject>performance webfonts</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:yellowled/b:e6e207857c06/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:performance"/>
	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:webfonts"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.zachleat.com/web/critical-webfonts/">
    <title>Critical Web Fonts—zachleat.com</title>
    <dc:date>2016-01-08T14:47:56+00:00</dc:date>
    <link>http://www.zachleat.com/web/critical-webfonts/</link>
    <dc:creator>yellowled</dc:creator><dc:subject>webfonts performance javascript</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:yellowled/b:12c1d577d981/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:webfonts"/>
	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:performance"/>
	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:javascript"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://helloanselm.com/2015/using-webfonts-in-2015/">
    <title>Using Web Fonts The Best Way (in 2015). – Anselm Hannemann, Freelance HTML &amp; CSS Contractor</title>
    <dc:date>2015-10-08T10:41:27+00:00</dc:date>
    <link>https://helloanselm.com/2015/using-webfonts-in-2015/</link>
    <dc:creator>yellowled</dc:creator><dc:subject>webfonts performance</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:yellowled/b:9bfb6e97629c/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:webfonts"/>
	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:performance"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://dev.opera.com/articles/state-of-web-type/">
    <title>Dev.Opera — The State of Web Type</title>
    <dc:date>2015-03-03T17:14:24+00:00</dc:date>
    <link>https://dev.opera.com/articles/state-of-web-type/</link>
    <dc:creator>yellowled</dc:creator><dc:subject>typography webfonts</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:yellowled/b:8639758bbfce/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:typography"/>
	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:webfonts"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.filamentgroup.com/lab/font-events.html">
    <title>Font Loading Revisited with Font Events | Filament Group, Inc., Boston, MA</title>
    <dc:date>2015-02-25T13:34:47+00:00</dc:date>
    <link>http://www.filamentgroup.com/lab/font-events.html</link>
    <dc:creator>yellowled</dc:creator><dc:subject>webfonts performance</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:yellowled/b:68b689036c4d/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:webfonts"/>
	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:performance"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/webfont-optimization#optimizing-loading-and-rendering">
    <title>Webfont optimization — Web Fundamentals</title>
    <dc:date>2014-10-01T07:14:24+00:00</dc:date>
    <link>https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/webfont-optimization#optimizing-loading-and-rendering</link>
    <dc:creator>yellowled</dc:creator><dc:subject>webfonts</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:yellowled/b:7a9299876ce0/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:webfonts"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.zachleat.com/web/font-family-reunion/">
    <title>A Font Family Reunion—zachleat.com</title>
    <dc:date>2014-09-30T12:48:51+00:00</dc:date>
    <link>http://www.zachleat.com/web/font-family-reunion/</link>
    <dc:creator>yellowled</dc:creator><dc:subject>webfonts</dc:subject>
<dc:identifier>https://pinboard.in/u:yellowled/b:c35e1f2328b5/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:webfonts"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://kennethormandy.com/journal/normalize-opentype-css">
    <title>Introducing Normalize-OpenType.css</title>
    <dc:date>2014-06-20T12:06:41+00:00</dc:date>
    <link>http://kennethormandy.com/journal/normalize-opentype-css</link>
    <dc:creator>yellowled</dc:creator><description><![CDATA[OpenType features make it possible for type designers to include language requirements, and typographic niceties—ligatures, alternate figures, small caps—within a font. These…]]></description>
<dc:subject>typography webfonts</dc:subject>
<dc:identifier>https://pinboard.in/u:yellowled/b:7525cf6e9894/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:typography"/>
	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:webfonts"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://maddesigns.de/webfonts-richtig-verwenden-2216.html">
    <title>Webfonts *richtig* verwenden | maddesigns</title>
    <dc:date>2014-03-06T10:13:50+00:00</dc:date>
    <link>http://maddesigns.de/webfonts-richtig-verwenden-2216.html</link>
    <dc:creator>yellowled</dc:creator><dc:subject>webfonts</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:yellowled/b:44ee75177388/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:webfonts"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.subsetter.com/">
    <title>FF Subsetter - Optimize your Web FontFont</title>
    <dc:date>2013-04-20T10:14:45+00:00</dc:date>
    <link>http://www.subsetter.com/</link>
    <dc:creator>yellowled</dc:creator><dc:subject>performance webfonts typography</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:yellowled/b:761303192b50/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:performance"/>
	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:webfonts"/>
	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:typography"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.artzstudio.com/2012/02/web-font-performance-weighing-fontface-options-and-alternatives/">
    <title>Web Font Performance: Weighing @font-face Options and Alternatives</title>
    <dc:date>2012-03-02T01:10:29+00:00</dc:date>
    <link>http://www.artzstudio.com/2012/02/web-font-performance-weighing-fontface-options-and-alternatives/</link>
    <dc:creator>yellowled</dc:creator><dc:subject>webfonts performance</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:yellowled/b:694aa030d8ab/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:webfonts"/>
	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:performance"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://blog.fontdeck.com/post/15777165734/opentype-1?503cde40">
    <title>Using OpenType font features with CSS 3: Part 1 | Fontdeck Blog</title>
    <dc:date>2012-01-27T02:50:31+00:00</dc:date>
    <link>http://blog.fontdeck.com/post/15777165734/opentype-1?503cde40</link>
    <dc:creator>yellowled</dc:creator><dc:subject>typography webfonts</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:yellowled/b:5ecb491804c2/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:typography"/>
	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:webfonts"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://sixrevisions.com/css/font-face-web-fonts-issues/">
    <title>How to Bulletproof @font-face Web Fonts</title>
    <dc:date>2011-10-10T10:08:01+00:00</dc:date>
    <link>http://sixrevisions.com/css/font-face-web-fonts-issues/</link>
    <dc:creator>yellowled</dc:creator><dc:subject>webfonts</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:yellowled/b:a97c07502f8e/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:webfonts"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://bit.ly/knsZwi">
    <title>Nothing Insightful • @font-face Smoothing in Windows Chrome</title>
    <dc:date>2011-07-03T00:14:41+00:00</dc:date>
    <link>http://bit.ly/knsZwi</link>
    <dc:creator>yellowled</dc:creator><dc:subject>webfonts chrome</dc:subject>
<dc:identifier>https://pinboard.in/u:yellowled/b:063f3765c016/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:webfonts"/>
	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:chrome"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.fontspring.com/blog/further-hardening-of-the-bulletproof-syntax">
    <title>Further Hardening of the Bulletproof Syntax | Fontspring</title>
    <dc:date>2011-04-30T21:44:13+00:00</dc:date>
    <link>http://www.fontspring.com/blog/further-hardening-of-the-bulletproof-syntax</link>
    <dc:creator>yellowled</dc:creator><description><![CDATA[Erklärt auch, wieso Webfonts im Kompatibilitätsmodus des IE nicht funktionieren.]]></description>
<dc:subject>webfonts typography</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:yellowled/b:86e8b445021a/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:webfonts"/>
	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:typography"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://paulirish.com/2009/fighting-the-font-face-fout/">
    <title>Fighting the @font-face FOUT - Paul Irish</title>
    <dc:date>2011-04-30T21:12:01+00:00</dc:date>
    <link>http://paulirish.com/2009/fighting-the-font-face-fout/</link>
    <dc:creator>yellowled</dc:creator><dc:subject>webfonts bugfix</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:yellowled/b:9dd041deecf5/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:webfonts"/>
	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:bugfix"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.stevesouders.com/blog/2009/10/13/font-face-and-performance/">
    <title>@font-face and performance | High Performance Web Sites</title>
    <dc:date>2011-04-30T19:35:21+00:00</dc:date>
    <link>http://www.stevesouders.com/blog/2009/10/13/font-face-and-performance/</link>
    <dc:creator>yellowled</dc:creator><dc:subject>webfonts performance</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:yellowled/b:a12a3324ebdf/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:webfonts"/>
	<rdf:li rdf:resource="https://pinboard.in/u:yellowled/t:performance"/>
</rdf:Bag></taxo:topics>
</item>
</rdf:RDF>