I created a SVG logo with the BrushScriptStd font. It displays fine in Chrome, Safari and Opera but Firefox changes the font and it looks really crapy. Does anyone knows what i should do?
thanks for the help!
Here´s the svg code
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="368.412px" height="181.334px" viewBox="0 0 368.412 181.334" enable-background="new 0 0 368.412 181.334"
xml:space="preserve">
<g id="fga3kg_1_" display="none">
</g>
<g id="Capa_3">
<polygon fill="#3373A9" points="129.496,132.001 317.226,132.001 367.401,0 179.671,0 "/>
</g>
<g id="Capa_2">
<polygon fill="#84CAE2" points="1.01,181.334 161.01,181.334 208.302,31.334 48.303,31.334 "/>
<text transform="matrix(1 0 0 1 35.1562 113.834)" fill="#FFFFFF" font-family="'BrushScriptStd'" font-size="70">Cafe Blau</text>
<g id="qWsZ92_1_" display="none" opacity="0.25">
</g>
</g>
</svg>
here´s the embed SVG (html code):
<svg width="300" height="160" viewBox="0 0 300 160">
<image xlink:href="/Users/MaxRuizTagle/Desktop/guardado por illustrator/logoprobando.svg" src="" width="270" height="200"/>
</svg>
I haven´t specified any font through the @font-face option yet.. thanks for the help again!