Correct font smoothing in ACID3
I don’t know, maybe someone has already seen, but I was very surprised:
I did not expect this from WebKit = (
Link to commit
Make the Ahem font antialias correctly on Acid3
String nameStr(fullName.get());
m_allowFontSmoothing = (nameStr != "Ahem");
I did not expect this from WebKit = (
Link to commit