mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
*! 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:
parent
da3b7c819c
commit
c694aec9d3
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue