aleksey-hoffman / sigma-file-manager

"Sigma File Manager" is a free, open-source, quickly evolving, modern file manager (explorer / browser) app for Windows and Linux.
https://sigma-file-manager.vercel.app
Other
3.84k stars 145 forks source link

Migrate font-size from px to rem #327

Open aleksey-hoffman opened 6 months ago

aleksey-hoffman commented 6 months ago

Ref: https://www.seeratawan.me/blog/why-you-should-move-from-px-to-rem-in-css

This will make it possible to scale fonts globally:

html {
  font-size: 120%;
}