19 May
2013
19 May
'13
4:36 p.m.
On Sun, May 19, 2013 at 5:28 AM, SorinN <nemes.sorin@...400...> wrote:
the second point - typography and readability - everything looks ok for me ...but there is a CSS clue >> font-family: "Trebuchet MS",Ubuntu,"Liberation Sans",FreeSans,sans-serif;
Ick. This really ought to be:
<link href='http://fonts.googleapis.com/css?family=Ubuntu' rel='stylesheet' type='text/css'>
And then:
font-family: 'Ubuntu', sans-serif;
Yes?
Chris