https://i.sstatic.net/caOzn.png I am having an issue where the first letter of my text is going out of the box in the screenshot. I have tried using the font-kerning property, but it doesn't seem to solve the problem. Can someone please advise me on how to make sure the letter "T" starts from the beginning?
Just to clarify, the only CSS property assigned to this paragraph is display: block. I believe this issue is related to the font itself. Also, I would prefer not to use paddings or margins to fix this. I am hoping there is a specific CSS property I can use for this. Thank you in advance!
<div class="custom-font">
<p>We are one big family implanted in the whole world.</p>
<p>Winning, progress and teamwork are our priority.</p>
<p>That’s why we design products exclusively for an elite</p>
</div>
JSFIDDLE: https://jsfiddle.net/2jstmkp4/