fonts - Verdana different rendering in Chrome and FF -
note: issue on windows.
i found text current website shown different in chrome , ff. font verdana. same word in ff wider in chrome. not find reason, start search site use verdana.
i found this site uses verdana side navigation. links different in chrome , ff well. (screenshot in chrome, in ff).
but found this site text in verdana. on site text looks same in chrome , ff?
why happens , how make verdana text same in these 2 browsers.
upd: added showcase in jsbin. (i thought more real if gave links real site can see problem). open jsbin file in chrome , ff, run js , open console. can see width of div text in ff 53 , in chrome - 49.
the problem you're scaling font down tiny, impossible right: each font engine pixel aligning differently, firefox, ie, , chrome start show different metrics smaller make things, because use different font engines.
stick recommended minimum of 16px , higher , browsers report same dimensions; http://jsbin.com/caxasahacu/edit?html,css,js,console,output
(remember not has eagle-vision. vast majority of users, 16px pretty smallest can reliably make text before you're forcing people zoom)
Comments
Post a Comment