Firefox displays webfonts at a slightly different vertical alignment compared to Chrome (a couple of pixels higher).
I can realign them if I could reliably detect the browser, but all Browser expressions can't really be used. Here's a summary below.
Browser
Browser.Vendor
Browser.Name
Browser.Product
Firefox
Empty
Netscape
Gecko
Chrome
Google Inc.
Netscape
Gecko
Internet Explorer
Empty
Netscape
Gecko
I also tried Browser.UserAgent, but a description comes out that features multiple different browsers. How do you detect browsers reliably?