Wordpress siteme "Droid Sans" fontunu eklemeye çalışıyorum.
Ancak problem yaşıyorum. Kodlarım bu şekilde sizce problem nedir?

@font-face {

font-family: "Droid Sans"

src: url(/fonts/droid-sans.regular.tff);

font-weight: normal;

font-style: normal;
}


h1,
h2 {
font-family: "Droid Sans", serif; }