*! Fix problems with transcriptions under Windows by including

Lucida Sans Unicode to the list of font families in the .css file.
This commit is contained in:
Konstantin Isakov 2009-05-03 12:23:11 +00:00
parent da3b7c819c
commit c694aec9d3

View file

@ -3,7 +3,7 @@
body
{
background: #fefdeb;
font-family: Tahoma, Verdana, sans-serif;
font-family: Tahoma, Verdana, "Lucida Sans Unicode", sans-serif;
font-size: 13px;
}