Hai Friends,
Is it possible to use strong/crisp for fonts in CSS?
Thanks in advance.
Remya.R
Hai Friends,
Is it possible to use strong/crisp for fonts in CSS?
Thanks in advance.
Remya.R
Short answer: there is no single CSS switch that magically makes a font “crisp” on every system. Sharpness is a mix of the font file (hinting/design), the browser/OS renderer, and a few CSS hints you can try. , you can get noticeably different results by choosing a screen-optimized face, embedding it correctly, and tweaking rendering options rather than expecting one property to do it all.
Practical steps you can try (safe starting point):
-webkit-font-smoothing and -moz-osx-font-smoothing plus text-rendering to see differences. See MDN and this short primer on font smoothing for details. For context: @diafol’s point about weight is part of the picture, and /’s interest in the “look” is why font choice and hinting matter most. If you post the font name and a screenshot, people here can suggest targeted tweaks.
Jump to Post— Member #120589Watcha mean? Like "font-weight:bold"?
Watcha mean? Like "font-weight:bold"?
Hai Friends,
Is it possible to use strong/crisp for fonts in CSS?
Thanks in advance.
Remya.R
These fonts are mostly found in photoshop.
We can use in websites through CSS
---------------------------------------------
<snipped>
How to sharp, strong and smooth font in html by css?
THe OP has left the building!
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.