Questions tagged [svg-font]

SVG fonts is a font format defined by the W3C to define the shapes of text used in SVG images.

SVG Fonts are the W3C specification for XML markup fonts used in (or referenced from) SVG documents, supported by all modern browsers except Firefox and Internet Explorer.

19 questions
0
votes
1 answer

Fonts are not rendered on a webpage

I've created a web-version of the Lato font using Font Squirrel. I've also setup a test-suite in Plunker in order to test and debug it. Some fonts are not rendered: SVG is not rendered in Safari 5.1 (both on Windows and on OS X) EOT is not rendered…
Slava Fomin II
  • 26,865
  • 29
  • 124
  • 202
0
votes
2 answers

Font Awesome icons with Jqplot

I am creating a custom bar chart using jqplot. Where i need to display icons with values. So i decided to use font-awesome icons and its works well. By escaping html i could able to show custom labels in bar chart. Now i need to export this chart…
Purushoth
  • 2,673
  • 3
  • 22
  • 36
0
votes
1 answer

SVG fonts on FF and IE9 -- css fonts work in svg but svg fonts don't?

I am trying to create SVG text that looks as similar as possible across different browsers. I know in theory that neither Firefox nor IE 9 support SVG fonts. However, I am confused as to why they both seem to be able to pick up my fonts downloaded…
Sam Fen
  • 5,074
  • 5
  • 30
  • 56
0
votes
1 answer

Do SVG font glyphs prefer absolute over relative coordinates?

I've been playing with SVG fonts (and specifically crafting my own) this weekend, and found (a bit to my surprise) that they all seem to prefer absolute-coordinate paths, like this one from Keyamoon: [...]
ecmanaut
  • 5,030
  • 2
  • 44
  • 66
1
2