SVGs can have multiple fonts embedded within the file, so the #grablau is the ID specified for the font when the SVG was generated.
On Tue, Jul 26, 2011 at 10:00 PM, Wade Preston Shearer < [email protected]> wrote: > In this example of an @font-face declaration: > > @font-face { > font-family: 'Graublau Web'; > src: url('GraublauWeb.eot'); > src: local('☺'), > url("GraublauWeb.woff") format("woff"), > url("GraublauWeb.otf") format("opentype"), > url("GraublauWeb.svg#grablau") format("svg"); > } > > > …what's with the font name as an anchor for the SVG version? > > _______________________________________________ > > UPHPU mailing list > [email protected] > http://uphpu.org/mailman/listinfo/uphpu > IRC: #uphpu on irc.freenode.net _______________________________________________ UPHPU mailing list [email protected] http://uphpu.org/mailman/listinfo/uphpu IRC: #uphpu on irc.freenode.net
