external fonts include + solution
Hi,
I just discovered and tried the presentation tool, and I immediately bumped into a problem (OSX 10.6). My font displayed in inkscape was different from my font in the browser on the same computer. I came up with a solution that is even portable between browsers and computers so the fonts will always be consistent.
I'm using google webfonts as font repository here. The API will adapt the code for different browsers so fonts look the same no matter what browser you are using. http://
In this http://
<style>
@import url(http://
</style>
in my inkscape file, and reopened it in inkscape. I made sure I did not have the font installed locally. It does not display inside inkscape, but off course I can just install it locally so I have a preview in inkscape too(tested and working). I just wanted to make sure the font is remotely fetched from within the svg file.
I gave my text font the name Lobster,
saved it,
opened it in chrome and bingo! shows up fine in the browser
I'm not sure how this can be easily implemented, for now I'm gonna use it like that though. Other options could be embedding font or converting them to svg-fonts with a tool like http://
Bottom line, if you want to share your presentation you want it to look the same crossplatform/
hope this helps
Kasper
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- JessyInk Edit question
- Assignee:
- Hannes Hochreiner Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask KaOS-bEat for more information if necessary.