Quote:
Originally Posted by Leonatus
Thank you! My own code of the first letter is:
Code:
.first {
font-family: "FoglihtenNo04";
font-size: 1.29167em;
font-weight: bold;
line-height: 0;
letter-spacing: .1em;
}
That seems to me quite similar to yours, or do I miss something?
|
I find numbers like 1.29167 to be silly. Why not just use 1.3? Also, you don't need letter-spacing as it's only one letter. But otherwise, it's similar and will work to fix the first line's larger height.