Note that there are some explanatory texts on larger screens.

plurals
  1. POBought a @font-face, not working in Firefox and IE
    primarykey
    data
    text
    <p>My client bought a font to be used. This is the code generated for it:</p> <pre><code>@import url("//hello.myfonts.net/count/27ec77"); @font-face {font-family: 'FranklinGothicURWCon-Boo'; src: url('www.mybariatricsolutionsseminars.com/new/styles/webfonts/27EC77_0_0.eot'); src: url('www.mybariatricsolutionsseminars.com/new/styles/webfonts/27EC77_0_0.eot?#iefix') format('embedded-opentype'), url('www.mybariatricsolutionsseminars.com/new/styles/webfonts/27EC77_0_0.woff') format('woff'), url('www.mybariatricsolutionsseminars.com/new/styles/webfonts/27EC77_0_0.ttf') format('truetype');} @font-face {font-family: 'FranklinGothicURWCon-Dem'; src: url('www.mybariatricsolutionsseminars.com/new/styles/webfonts/27EC77_1_0.eot'); src: url('www.mybariatricsolutionsseminars.com/new/styles/webfonts/27EC77_1_0.eot?#iefix') format('embedded-opentype'), url('www.mybariatricsolutionsseminars.com/new/styles/webfonts/27EC77_1_0.woff') format('woff'), url('www.mybariatricsolutionsseminars.com/new/styles/webfonts/27EC77_1_0.ttf') format('truetype');} </code></pre> <p>This works in Chrome, but not in Firefox or Internet Explorer. See here: <a href="http://www.mybariatricsolutionsseminars.com/new/" rel="nofollow">http://www.mybariatricsolutionsseminars.com/new/</a></p> <p>Some solutions I've tried:</p> <ol> <li><p>Added this code to .htaccess. (This didn't work.)</p> <pre><code>AddType font/ttf .ttf AddType font/eot .eot AddType font/otf .otf AddType font/woff .woff &lt;FilesMatch "\.(ttf|otf|eot|woff)$"&gt; &lt;IfModule mod_headers.c&gt; Header set Access-Control-Allow-Origin "*" &lt;/IfModule&gt; &lt;/FilesMatch&gt; </code></pre></li> <li><p>Add <code>http://</code> on src URLs. (This also didn't work.)</p></li> </ol>
    singulars
    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.
    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