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

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -