Hello!
There's a bug with greek letters missing in some words. As you can see in the attached screenshots the dictionaries work fine on the desktop.
Is this a Goldendict bug or an Android Font problem?
Thank you!
@font-face
{
font-family: "Calibri";
font-weight: normal;
font-style: normal;
font-stretch: normal;
src: url('file:///sdcard/GoldenDict/.config/CALIBRI.TTF');
}
@font-face
{
font-family: "Calibri";
font-weight: normal;
font-style: italic;
font-stretch: normal;
src: url('file:///sdcard/GoldenDict/.config/CALIBRII.TTF');
}
@font-face
{
font-family: "Calibri";
font-weight: bolder;
font-style: normal;
font-stretch: normal;
src: url('file:///sdcard/GoldenDict/.config/CALIBRIB.TTF');}
@font-face
{
font-family: "Calibri";
font-weight: bolder;
font-style: italic;
font-stretch: normal;
src: url('file:///sdcard/GoldenDict/.config/CALIBRIZ.TTF');
}
body
{
font-family: Calibri;
font-size:0.75em;
line-height:125%;
color:#444;
}
Users browsing this forum: No registered users and 15 guests