Adjust Tabs Font Size

If you find the text on the tabs is too small, you can change the size of the font by adding the below lines to your userChrome.css file located in your profile folder:

#tabbrowser-tabs
{
    font-size: 20px !important;
}

Note: You don’t have to use 20px, you can set the value smaller or larger depending on your needs.