2
           
            
                
     
    
    Have you tried just using one font-family tag in your css?
Like:
 body { 
   font-family: Verdana, Arial, Helvetica, sans-serif; }  
and drop it everywhere else?
Then you can use 'font-size' 'font-weight' etc to change the different ones, but the font-face should be that same.
Of course, unless you use several css-files?