Sublime Forum

Font rendering on Arch Linux

#1

Hello, i have an issue with the font rendering in Sublime 2.
In the attached screenshot you can see how ubuntu mono 12 should look and how it looks in sublime. the letters are too “thin”. i cannt really describe it, so please have a look at the attchment.
On Ubuntu the font gets rendered right.
i’m using gnome 3 (GNOME Shell 3.2.2.1) on Arch Linux and Sublime 2175-dev (The 2165 version also has this issue)

My Settings file reads:

{ "color_scheme": "Packages/Color Scheme - Default/Monokai Bright.tmTheme", "font_face": "Ubuntu Mono", "font_size": 12 }
Can you help me?

0 Likes

#2

i found a solution, just create or edit ~/.fonts.conf file that it reads:

~/.fonts.conf

[code] <?xml version="1.0"?>

true hintslight [/code]
2 Likes

#3

Thanks a lot! I have almost a year trying to get this done.

0 Likes

#4

This actually works! Thank you so much.

0 Likes