Reversed Bloated Type on Solid Background

Hi,

When I have reversed type on a solid background it looks bloated after generation html. How can I prevent that?

Thanks,
Bernard

Can you share an example document?

Hi Daniel,

Zipbloated_type.zip (109.2 KB)
folder with Hype 3 document, html and support folder attached.

Thanks,
Bernard

@bernard

Safari, Chrome appear the same as Hype’s interface. Firefox appears a bit thicker; so the issue appears to be browser related.

1 Like

Hi Daniel and Jim,
Jim, you are right! I put a column of text in Google Khand font. Safari too thin, Firefox bloated and Chrome pretty nice. And there is nothing I can do, right? Thanks for checking and answering.

Bernard

1 Like

You could try adding this style to the head of your document containing the Hype links:

<style>

	}
	body {
		
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: subpixel-antialiased;
	}
</style>
1 Like

Thank you very much, Rick. I appreciate it.