I used this code:
@font-face { font-family: \'DroidSansRegular\'; src: url(\'droidsans-webfont.eot\'); src: url(\'droidsans-webfont.eot?#iefix\') for
My problem was that the text that was "more bold" was within a h1 tag. I just added the following to my CSS and it fixed the problem! :)
h1,h2,h3,h4,h5,h6{ font-weight:normal; }