Adjust fonts for some styles: Modern, Lingoes, Lingoes-Blue

This commit is contained in:
Tvangeste 2013-07-26 18:00:08 +02:00
parent 89d44c2fe5
commit f2ebba10fe
3 changed files with 3 additions and 3 deletions

View file

@ -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%;
}

View file

@ -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;
}

View file

@ -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