Driod sans font-weight not working

Hi,
I am using driod-sans but its picking up heavy weight. i think its 400 as per google CDN. I tried changing the font-weight but it won’t help. there isn’t any font-weight available on google less than 400 of driod sans. help!

.text{
    font-family: 'Droid Sans',sans-serif;    font-size: 14px;
    text-transform: none;
    font-weight:normal
}


does your real code miss also the ; after “normal”?

no, i missed it here, sorry. i have the the ; after declaration.

is the font working now?