letter-spacing and devanagari

My Drupal theme, based on friendselectric, was messing up all the Devanagari text in headlines, and on the left-sidebar, while the postings themselves worked fine.

Turned out - the css letter-spacing changes mess up all Devanagari fonts.

Best way to handle this would be to use the :lang pseudo-class, and let the English words have modified letter-spacing, but leave Devanagari alone. But this does not yet work on all browsers - works on Mozilla (yea!), not on Microsoft Internet Explorer.

So, the fix for now, is to disable all letter-spacing changes in the theme, deleted all those lines from the friendselectric theme.