For some reason, the fonts are displayed correctly in Opera and Mozille, but not in Chrome and Explorer. Fonts look ugly. How can this be fixed?
- Different browsers have different rendering engines. It is clear that the fonts may differ slightly. The question is some kind of rhetorical. But to the account of "correctly" and "ugly" - provide the html / css code on which you check and screenshots of the "ugly" and "correct" display. Then it will be possible to talk substantively. - iKuzko
|
2 answers
Because browsers render them differently. Smoothing, letter spacing, etc.
- How to fix it? For some reason on this site (hashcode) fonts are displayed normally in all browsers. - Pavlik290592
|
Most likely, you are trying to use non-standard fonts that are missing in these browsers. If the need for precisely these fonts is critical, use the JavaScript
library - Cuffon - it allows you to draw any fonts, regardless of whether the user has them.
- Not. Fonts are standard. Used by arial. But in the Opera looks good, but in Chrome karyavo. - Pavlik290592
|