Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I make Ubuntu Firefox render webpages similar to Windows/Mac Firefox?

I just installed Ubuntu as my core operating system and am having a bit of a panic.. Is there any strategy for making the fonts/browser defaults for browsers (and the OS in general) render similarly to Windows Vista or Mac OSX? I'm afraid accurate web design work in this environment will be total guess work..

like image 971
tester Avatar asked Nov 06 '22 11:11

tester


1 Answers

Firefox renders indeed fonts differently in Linux/Ubuntu, because Microsoft TrueType fonts are missing, and because default font settings are different. Try to install Microsoft TrueType fonts (Arial, Trebuchet MS) with

sudo apt-get install ttf-mscorefonts-installer

Then adjust the font settings in Firefox, i.e. open up Firefox, select

Edit >> Preferences >> Content >> Fonts & Colors - Advanced 

The following ubuntu font settings are described here and work for me:

Fonts for: Western
Proportional: Serif, Size 16
Serif: Times New Roman
Sans-serif: Arial
Monospace: Courier New, Size 12
like image 152
0x4a6f4672 Avatar answered Nov 15 '22 10:11

0x4a6f4672