I just want a piece of code to check whether a browser supports CSS3 web-fonts or not.
for example I have a font which by the size of 12px looks too small so I have to set it on 16px but if the page is viewed with a browser without webfonts support the text looks too big.
I just want a piece of code to check whether a browser supports CSS3
Share
You could use Modernizr for this: @font-face detection docs.