I find Android's web view behaviour strange when handling with css properties:
When displaying a web page that contains the following css properties: font-size
and line-height
set to:
font-size: 20px;
line-height: 35px;
Android's webview changes the properties to:
font-size: 17.4px;
line-height: 30.45px;
Why?