theRealProHacker / Positron

With Positron you can create your own desktop app using just HTML and Python
2 stars 1 forks source link

Convert CSS pixels to pt #66

Open theRealProHacker opened 1 year ago

theRealProHacker commented 1 year ago

CSS pixels are not equivalent to pts. A unit for font-sizes. So if the CSS says

font-size: 16px;

That should correspond to 12pt.