I have to replace "font-size" value in my HTML text with my required text size for my android app.
I am getting
font-size: 26.2101px;
font-size: 0.9em
font-size: 31px;
I want to replace "font-size" attribute with value "16px". How can I achieve this?