49
38
I have been using Ubuntu for a while. I like it. I like it a lot.
But once in a while, when I switch to Windows, I feel better because I really like the font. It feels really much pleasant to watch windows font.
I installed windows fonts on my system and changed all the the default font settings to Tribuchet 10pt from Sans. It feels better, but still not as good. Oh, BTW, I love the default ubuntu console font. Monospace 10 really rocks. But Sans, oh please.
What is the default font on Windows. How do I enable it on Ubuntu. If it is paid, licensed, or illegal, I don't care, I just want better fonts on my Ubuntu system.
And, also, on a Laptop with LCD screen, should Sub-Pixel Smoothing be enabled?
Update: I tried different fonts for a while on my system, and I think I could do a lot better. I am far from satisfied.
- The default Sans font, is Ugly, imho.
- The Arial, Tribuchet MS and some other MS fonts, don't render properly, Tribuchet MS has a problem with e. An extra line on top. I hate it.
- The good windows fonts Tahoma, Segoe, Callbiri, Cambria all render poorly, due to lack of cleartype.
Trying to use this xml, in .fonts.conf that is supposed to magically make rendering smooth, does nothing more than turn on sub pixel smoothing.
<?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <fontconfig> <match target="font"> <edit name="autohint" mode="assign"> <bool>true</bool> </edit> </match> </fontconfig>
Turning on sub-pixel smoothing makes the font bold at the cost of clear shapes, it is a turn off. The otherwise awesome Monospace font also looks bad.
What is the best font I can have on my Ubuntu system. It is alright if it is commercial and expensive. I could do with better font typefaces.
When choosing the subpixel ordering for your monitor see http://www.lagom.nl/lcd-test/subpixel.php for sample images and text generated for each of the four layout possibilities (RGB, VRGB, BGR, VBGR) - that page also has the helpful advice that the default of RGB is usually right (and it was for me)
– Tom Goodfellow – 2015-04-14T09:31:01.180