Nes.css: Blurry Font in H1 in Chrome

Created on 5 Dec 2018  路  10Comments  路  Source: nostalgic-css/NES.css

https://i.imgur.com/TiEvmPR.png in Firerfox works fine, its normal?

bug waiting - contributor

Most helpful comment

This is related to #40, #72, #75. It has to do with the font-smoothing property and how it's handled on different systems/browsers. @robotrono what OS are you on?

All 10 comments

Thanks 馃檱

It seems to be no problem to me. 馃
please let me know about your environment. 馃檹

my environment

  • macOS High Sierra
  • Chrome 70
  • Firefox 63

h1

This is related to #40, #72, #75. It has to do with the font-smoothing property and how it's handled on different systems/browsers. @robotrono what OS are you on?

@jjspace @BcRikko

I'm using Windows 10, Chrome 71 and Firefox 63 64 bits.

Right so as I mentioned in my PR pertaining to this, according to caniuse the font-smoothing property only applies on OSX platforms so won't change anything on other platforms. In my quick testing on my windows machine it doesn't seem like the font smoothing works. However I also dont have a super high res/retina monitor so I might not even be able to see it.

@robotrono I can't reproduce this issue on:
Ubuntu FF 63 64bit
OSX FF 63 64bit
OSX Chrome 70 64bit

Win10 FF 63

win

@robotrono can you please try to reproduce the bug on the latest develop branch?

@evexoio I need npm right?

Yes, Here's a step by step to get your css

git clone https://github.com/nostalgic-css/NES.css.git
cd NES.css
npm install
npm run build

then you'll find your css in css/nes.min.css

Setting font-weight: normal; makes the font a lot less blurry (Windows 10, Chrome 71). Apparently the font has no bold style. Perhaps we can use both properties, font-weight and font-smoothing.

2019-01-21 08_54_23-window

Was this page helpful?
0 / 5 - 0 ratings

Related issues

guastallaigor picture guastallaigor  路  3Comments

HiKaylum picture HiKaylum  路  4Comments

Ding-Fan picture Ding-Fan  路  5Comments

StefanNieuwenhuis picture StefanNieuwenhuis  路  3Comments

lucasjs picture lucasjs  路  4Comments