What font should I use in my sidebar gadget?
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;
}
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;
}