alfredxing / brick

Open-source webfont service
http://brick.im
2.87k stars 95 forks source link

Use `px` units in the font specimens #124

Closed phoenixenero closed 8 years ago

phoenixenero commented 8 years ago

Point values (pt) are appropriate only for print-based applications. Point values are subject to variations in sizes depending on the browser (see: https://css-tricks.com/css-font-size/ )

Pixel values (px) have better accuracy across different browsers and are more appropriate for web-based applications. I modified the font sizes to use px units.

pointsizeonscreen

alfredxing commented 8 years ago

Makes sense, thanks!