mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
Adjust fonts for some styles: Modern, Lingoes, Lingoes-Blue
This commit is contained in:
parent
89d44c2fe5
commit
f2ebba10fe
|
@ -1,7 +1,7 @@
|
|||
body {
|
||||
background: #EAF0F8;
|
||||
margin: 0.3em;
|
||||
font-family: "Arial Unicode MS", "Lucida Sans Unicode", Tahoma, "Palatino Linotype";
|
||||
font-family: "Arial Unicode MS", "Lucida Sans Unicode", Tahoma, Verdana, "Palatino Linotype", sans-serif;
|
||||
line-height: 120%;
|
||||
}
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ body
|
|||
{
|
||||
background: #fffef2;
|
||||
color: black;
|
||||
font-family: "Tahoma, SimSun, SimSun-ExtB";
|
||||
font-family: Tahoma, Verdana, SimSun, SimSun-ExtB, sans-serif;
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ body
|
|||
margin-left: 2px;
|
||||
margin-bottom: 3px;
|
||||
background: white;
|
||||
font-family: Tahoma, Segoe UI, Palatino Linotype, Arial Unicode MS;
|
||||
font-family: Tahoma, Verdana, "Lucida Sans Unicode", "Segoe UI", "Palatino Linotype", "Arial Unicode MS", sans-serif;
|
||||
}
|
||||
|
||||
a
|
||||
|
|
Loading…
Reference in a new issue