is it possible to have this input:
a SVG File with this line:
Code: Select all
<?xml-stylesheet href="http://dev.local/media/font/Bebas+Neue.css" type="text/css"?>
Code: Select all
@font-face {
font-family: 'Bebas Neue';
src: url('bebasneue-webfont.woff');
src: url('bebasneue-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
Now is it possible to convert this SVG to a PDF File that has my custom webfont embedded?
Currently on this command the output is not including my fonts.
Code: Select all
convert input.svg -density 300 -units PixelsPerInch output.pdf