Currently, I am working on a unique project focused on maintaining the confidentiality of text shared over the internet. My approach involves creating a secure method to post text while preventing it from being easily printed or copied and pasted.
To achieve this, I have devised a technique that involves splitting the alphabet into three distinct fonts: a top font, a bottom font, and a middle font. By looping over these fonts in a specific manner resembling animation, the text remains readable in the source.
However, I have encountered an issue where the browser slightly shifts the letters left and up and down, causing some readability challenges. Is there a solution to prevent this unintended shift?
For reference, here is a link to view an example of my work:
I appreciate any assistance or insights you can provide. Thank you for your time.