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

Reply via email to