Note that there are some explanatory texts on larger screens.

plurals
  1. PO@font-face not working in IE7
    primarykey
    data
    text
    <p>I am trying all this different ways:</p> <pre><code> &lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt; &lt;html xmlns="http://www.w3.org/1999/xhtml"&gt; &lt;head&gt; &lt;style type="text/css"&gt; @font-face { font-family: "cursivas"; src: url(Freestyle.ttf) format("truetype"); } @font-face { font-family: "tabs"; src: url(FrutigerLTStd-Bold.otf) format("truetype"); } @font-face { font-family: 'topMenuFont'; src: url('frutigerltstd-bold-webfont.eot'); src: url('frutigerltstd-bold-webfont.eot?#iefix') format('embedded-opentype'), url('frutigerltstd-bold-webfont.woff') format('woff'), url('frutigerltstd-bold-webfont.ttf') format('truetype'), url('frutigerltstd-bold-webfont.svg#FrutigerLTStd65Bold') format('svg'); font-weight: normal; font-style: normal; } p.customfont { font-family: "cursivas"; } p.tabs{ font-family:'tabs';color:#8e8e8e; } p.menu{ font-family:'topMenuFont'; } p{ font-size:30px; color:#8e8e8e; } &lt;/style&gt; &lt;/head&gt; &lt;body&gt; &lt;p class="customfont"&gt;FAMILIAS &lt;span style="color:blue"&gt;RESERVAS&lt;/span&gt;&lt;/p&gt; &lt;p class="tabs"&gt;FAMILIAS &lt;span style="color:blue"&gt;RESERVAS&lt;/span&gt;&lt;/p&gt; &lt;p class="menu"&gt;FAMILIAS &lt;span style="color:blue"&gt;RESERVAS&lt;/span&gt;&lt;/p&gt; &lt;p&gt;FAMILIAS &lt;span style="color:blue"&gt;RESERVAS&lt;/span&gt;&lt;/p&gt; &lt;/body&gt; &lt;/html&gt; </code></pre> <p>Path's are OK because they all work in FF,</p> <p>any idea what am i missing?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload