aeternity / aepp-components

deprecated: aepp-components to be used in all aepps.
ISC License
41 stars 14 forks source link

Don't set the font size of the body element #228

Closed davidyuk closed 5 years ago

davidyuk commented 5 years ago

font sizes it is even better to use em. The idea is (1) to not set the font size of the BODY element (in HTML), but use the default size of the device, because that is a size that the reader can comfortably read

https://www.w3.org/Style/Examples/007/units.html

As I understand from this document, sizes in rem has no difference with sizes in pixels because we have set font-size: 16px to html and body elements.

sadiqevani commented 5 years ago

https://github.com/aeternity/aepp-components/pull/236

sadiqevani commented 5 years ago

Closing this due to PR being opened.