CrossOver Linux uses anti-aliasing for TrueType fonts by default. Anti-aliasing generally provides higher quality font display, however some users may prefer not to use it.
If you do not wish to use anti-aliased fonts, you can disable support for them in the registry. To edit the registry for the current bottle, run the following command:
$ ~/cxoffice/bin/regedit --bottle "(bottlename)"
and then navigate to HKEY_CURRENT_USER\Software\Wine\X11 Driver (you may need to right-click the Wine directory and create a new key) set the value of these keys (create a new String key if needed):
"ClientSideAntiAliasWithRender" = "N"
"ClientSideAntiAliasWithCore" = "N"
Other Articles
How can you map a document type to open in a native application?
Why do my CrossOver applications report time a hour faster or slower than my system?
How can I get Crossover to recognize new fonts added to a bottle?
Open an .exe in cxrun by double-clicking.