I finally found out what the problem with this stylesheet was in Linux. Please find the updated version here.
Basically, there were commas instead of semi-colons separating font-family options, so the fallback font (e.g. serif) did not work.
body
{
background: #fefdeb;
font-family: Tahoma, dejavusans;
font-size: 13px;
}
Tahoma, dejavusans, sans-serif;
Tahoma,sans-serif;
sans-serif,Tahoma;
Users browsing this forum: No registered users and 23 guests