Recently stumbled upon the 20px/26px value in a codebase I'm currently working on. Wondering if anyone has encountered this before and knows what its purpose is. Interestingly, it renders with the latter pixel value (26px) in Chrome.
#action {
font: normal 20px/26px Arial, Helvetica, sans-serif;
}