In CSS the Bottom Part of my Custom Fonts are Getting Cut Off (the g's and y's)
Try
line-height: normal;
Seemed to fix a few people's problems.
Try increasing the line-height to something like line-height: 1.2;
If you bump the font size up to 1.1em, it doesn't get cut off.
I suggest using a CSS reset like Normalize.