@font-face is great but apparently CSS level 2.1 gives errors for both eot and ttf
Value Error : font-family Property font-family doesn't exist in CSS level 2.1 but exists in : "DroidSerif-Bold" "DroidSerif-Bold"
Property src doesn't exist : url(fonts/DroidSerif-Bold.eot) url(fonts/DroidSerif-Bold.eot)
Value Error : font-family Property font-family doesn't exist in CSS level 2.1 but exists in : "DroidSerif-Bold" "DroidSerif-Bold"
Property src doesn't exist : url(fonts/DroidSerif-Bold.ttf) format("truetype") url(fonts/DroidSerif-Bold.ttf) format("truetype")
This sort of sucks because you can’t put a CSS validated badge.. Can someone please share a way to fix this? if possible..




