khang-nd / 7.css

A JS-independent, tree-shakeable CSS framework for building faithful recreations of the Windows 7 UI.

Home Page:https://khang-nd.github.io/7.css/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flexible font sizing

swar-mukh opened this issue · comments

Currently font sizes for control elements (e.g. buttons) are hard-coded to 9pt. It'd be better to apply em and rem unit throughout for font sizing. Although, it is a "faithful reproduction", I believe that this request might actually result in enhanced accessibility.

commented

You've got a point, though I would not change it, as you have said, this aims to follow as closely as possible with the Win32 design guidelines. Though as mentioned at the very top of the docs, you're welcome to override any styling to adapt to your context, it should be easy to do.