html - CSS letter-spacing SAFARI -


i have site how it, cross browser, although have letter-spacing in css, in safari not understand have, ruins design - advice? here css:

body  { margin: auto; font-family: 'lato'; letter-spacing:0.50px; font-size: 14px; color: #999;  font-weight: normal; } 

it seems doesn't give any. works fine in mozilla firefox

webkit browsers (safari, chrome) round differently gecko (mozilla). thus, use 1px instead of 0.5px, webkit round down 0 while mozilla round up.


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -