I created a fiddle for my problem: https://jsfiddle.net/e45gpw2a/
.text {
font-size: 100px;
font-family: Helvetica;
}
<div>
<p class="text">
PR
</p>
</div>
As you can see in the inspector http://d.pr/i/CBFyZh there is a space between the beginning of the letter and the end of the paragraph element, but no padding is defined.
Is there a chance to remove that space or is this font related and not really solvable?