html - Why my rendering of this site's font gives different results? -


this site, according plugin, uses monospace 12px on text editor (the part left). tried replicating same font css locally, results different:

b a

the font, rendered on site, looks thinner rendering. how can replicate same font ientically?

edit: should've said don't use bold @ all, , changing font-weight 100 has no effect.

you need set font-weight numerically, you'll need research weights font supports.

font-weight: 900; 

Comments

Popular posts from this blog

php - Invalid Cofiguration - yii\base\InvalidConfigException - Yii2 -

How to show in django cms breadcrumbs full path? -

ruby on rails - npm error: tunneling socket could not be established, cause=connect ETIMEDOUT -