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:
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
Post a Comment