Ok, if you use that you can see computed style, then the gray triangle will be next to font-size property , expand it and you will see what css property is hitting font-size value.
Anyway adding !important will solve the thing:
html{
font-size:10px!important;
}