If you don’t want the title of the active tab to be bold, add the following code to your userChrome.css file:

/* Make the active tab not bold */

tab[selected=”true”] {

   font-weight: normal !important;

}