I am facing an issue with my site's logo that uses the Google font "Cinzel". The problem occurs when I view the site on Firefox or iPhone, where the two center letters overlap. Is there a way to fix this overlap?
Note: I have already attempted adjusting the letter-spacing without success for the center letters.
Corresponding CSS:
.brand {
font-family: 'Cinzel Decorative', serif;
text-decoration: none;
text-transform: lowercase;
}
.home{
font-size: 1.5em;
display: inline-block;
height: 60px;
padding: 16px 0px 4px 0px;
margin-top: 1px;
color: #000000;
}
Chrome View:
Firefox/iPhone View:
Any assistance would be greatly appreciated!