Hi,
I would like to use a font that is not installed on my system but rather exists in a folder relative to the SVG file
Currently, Inkscape is not rendering my text correctly
Here's my code
<defs>
<style type="text/css">
<![CDATA[
@font-face {
font-family: 'Racing Sans One';
src: url('../common/racingsansone-regular.ttf');
}
]]>
</style>
</defs>
Is this feature supported? Or do I have to install the font to be able to use it in inkscape?
Any help is appreciated,
Thank you