mvalera;297930 Wrote: 
> So Matthew and I were poking around, and verdana is the font being used.
> 
> If you guys would like to check for yourself, the Firefox plugin
> Firebug will tell you exactly what is going on. It's one of Matthew's
> favorite development tools.
> 
> Also the skin as is was not intended for mobile use. Matthew will be
> creating a skin specifically for that.

I feel silly arguing about it, except that I think it does impact
usability. They're very easy to tell apart.

The easiest way for me to tell, besides the very large difference in
kerning, is the capital letter J, which looks very different in Verdana
and Arial.  All you need to do is see the difference within a Message
textarea and the text shown on the page, as in a message preview.

JJJJJJJJJJ

And Firebug tells me that the message textarea is indeed using Arial,
as specified in the file logiskin_header_footer.css (line 572).  See
the screenshot from Firebug.  Note that the font color in the textbox
is also affected.  I'm pretty sure it used to be black.


Code:
--------------------
    select, textarea, input {
  color: #333333;
  font-family:arial,lucida,helvetica,sans-serif;
--------------------


If you're specifying styles for generic elements like this, they're
bound to get picked up to some extent when you try to embed a third
party application in your pages, with potentially a lot of side
effects.


+-------------------------------------------------------------------+
|Filename: 2008-05-01_192009.jpg                                    |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=4997|
+-------------------------------------------------------------------+

-- 
JJZolx

Jim
------------------------------------------------------------------------
JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10
View this thread: http://forums.slimdevices.com/showthread.php?t=46936

_______________________________________________
discuss mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/discuss

Reply via email to