What font should I use in my sidebar gadget?

23 Apr 2007 09:16 sidebar-gadgets

The Sidebar Gadgets SDK documentation recommends 12 pixel Segoe UI

You should do this by putting the following in your CSS file:

body {
    font-family: Segoe UI, Tahoma, Verdana;
    font-size: 9pt;
}