Rick4F
(Rick)
September 14, 2018, 12:00pm
2
See if this maybe helps:
There is something weird going on, at least here but maybe I see them flying and it happens when I create a text and export/preview the Hype document in Safari vs. Firefox. The text looks like I intended to in Safari but I get larger letter spacing and thus unintended line breaks in Firefox.
The (weird) solution I found is to dial all the text settings 1 point down, then back up and Firefox displays the text the way it is displayed as in Safari.
[image]
I also always add this to the body style of my HTML document, which helps against FF bolding fonts and Safari doing the opposite.
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: subpixel-antialiased;
If this doesn't help could you provide an example Hype document with your problems, it makes things so much easier to troubleshoot over long distances.