3 | | A fix for this would either involve removing those definitions, or replacing them with more explicit ones, Eli and I haven’t investigated yet. As far as browser settings, it will be equally good as long as we appropriately use font size units that are relative. So in the case of `1.5rem` – the value is fixed relative to the root (`html` element) font size, which is where the browser settings would apply (as far as I know, it’s not always explicit enough to |
| 3 | A fix for this would either involve removing those definitions, or replacing them with more explicit ones, Eli and I haven’t investigated yet. As far as browser settings, it will be equally good as long as we appropriately use font size units that are relative. So in the case of `1.5rem` – the value is fixed relative to the root (`html` element) font size, which is where the browser settings would apply (as far as I know, it’s not always explicit enough to check easily). |