The issue with different fonts (Myriad Pro) displaying in Firefox and Webkit browsers (such as Chrome and Safari) has been noticed. Testing on Internet Explorer has not yet been conducted.
form.standard.small input[type=submit] {
width: 104px;
height: 36px;
margin: 12px 2px 4px;
padding: 5px 27px 5px 45px;
font-size: 14px;
background:url('../images/button-small.png') no-repeat 0px 0px;
}
Upon inspecting the computed styles using Firebug, it was found that all parameters like line-height, font-size, padding, and margin were consistent across browsers. Attempts to isolate the @font-face files to a single .ttf file format did not resolve the issue.
If anyone has insights into why this font discrepancy is happening or suggestions for fixing it, your input would be greatly appreciated.