<?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>SEO &#38; Web Design&#187; CSS3</title> <atom:link href="http://www.seo-noticias.com/tag/css3/feed/" rel="self" type="application/rss+xml" /><link>http://www.seo-noticias.com</link> <description>Blog de Diseño Web y Posicionamiento en buscadores</description> <lastBuildDate>Fri, 16 Jul 2010 13:52:03 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=abc</generator> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>Utilizar fonts ttf en diseño web con @font-face</title><link>http://www.seo-noticias.com/webdesign/utilizar-font-ttf-en-diseo-web-con-fontface/</link> <comments>http://www.seo-noticias.com/webdesign/utilizar-font-ttf-en-diseo-web-con-fontface/#comments</comments> <pubDate>Fri, 07 Aug 2009 08:00:47 +0000</pubDate> <dc:creator>José Meza</dc:creator> <category><![CDATA[Diseño Web]]></category> <category><![CDATA[Web 2.0]]></category> <category><![CDATA[CSS3]]></category><guid isPermaLink="false">http://www.seo-noticias.com/?p=315</guid> <description><![CDATA[<img class="alignnone size-full wp-image-316" title="@font-face" src="http://www.seo-noticias.com/wp-content/uploads/2009/08/midostf.png" alt="@font-face" width="505" height="307" /><p> @font-face fue incluida en el estandar CSS2 y ha sido implementada en el Internet Explorer desde su version 5 y utilizada bajo el formato Embedded Open Type (.eot), ningun otro navegador lo soportaba. <br /><br /> Hoy es soportada por la <a href="http://webfonts.info/wiki/index.php?title=@font-face_browser_support" target="_blank">mayoria de los navegadores</a> debido a que esta directiva ha sido incluida en el CSS3, soportando no solo fuentes OpenType (.eot) tambien TrueType (.ttf).<br /><br />Esta directiva debera ser declarada usando @font-face<br /> ejemplo:<br /></p> <code> @font-face {
font-family: Ghostwriter;
src: url("http://site/font/ghostwrit.ttf");
}</code> h1 {
font-family: "Ghostwriter";
}<p> Esta directiva también nos permite definir otras propiedades del font, como formato, grosor y estilo.<br /> ejemplo:</p> <code> @font-face {
font-family: Techi;
src: url("fonts/font_techina_24b.otf") format("opentype");
font-weight: bold;
font-style: italic;
}</code><h3>Tambi&eacute;n te puede interesar:</h3>No hay posts relacionados.
]]></description> <wfw:commentRss>http://www.seo-noticias.com/webdesign/utilizar-font-ttf-en-diseo-web-con-fontface/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>