<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 22:28:48 +0000</lastBuildDate>
    <item>
      <title>(CSS) pure CSS speech bubbless - rwczippy</title>
      <link>https://snipplr.com/view/35597/pure-css-speech-bubbless</link>
      <description>&lt;p&gt;pure css3 speech bubbles&lt;/p&gt;</description>
      <pubDate>Tue, 08 Jun 2010 07:22:09 UTC</pubDate>
      <guid>https://snipplr.com/view/35597/pure-css-speech-bubbless</guid>
    </item>
    <item>
      <title>(CSS) @font-face CSS font injection - rwczippy</title>
      <link>https://snipplr.com/view/22656/fontface-css-font-injection</link>
      <description>&lt;p&gt;Summary&#13;
@font-face allows authors to specify online fonts to display text on their webpages. By allowing authors to provide their own fonts, @font-face eliminates the need to depend on the limited number of fonts users have installed on their computers.&#13;
&#13;
Syntax&#13;
@font-face {&#13;
  font-family: &lt;a-remote-font-name&gt;;&#13;
  src: &lt;source&gt; [,&lt;source&gt;]*;&#13;
  [font-weight: &lt;weight&gt;];&#13;
  [font-style: &lt;style&gt;];&#13;
}&#13;
Values&#13;
&lt;a-remote-font-name&gt; &#13;
Specifies a font name that will be used as font face value for font properties.&#13;
&lt;source&gt; &#13;
URL for the remote font file location, or the name of a font on the user's computer in the form local("Font Name").&#13;
&lt;weight&gt; &#13;
A font weight value.&#13;
&lt;style&gt; &#13;
A font style value.&#13;
You can specify a font on the user's local computer by name using the local() syntax. If that font isn't found, other sources will be tried until one is found.&lt;/p&gt;</description>
      <pubDate>Fri, 06 Nov 2009 14:51:40 UTC</pubDate>
      <guid>https://snipplr.com/view/22656/fontface-css-font-injection</guid>
    </item>
    <item>
      <title>(CSS) rounded box in css3 - rwczippy</title>
      <link>https://snipplr.com/view/11539/rounded-box-in-css3</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 26 Jan 2009 13:45:17 UTC</pubDate>
      <guid>https://snipplr.com/view/11539/rounded-box-in-css3</guid>
    </item>
  </channel>
</rss>
