I use CDN for my cloud services in Azure, but fonts (*.woff) does not work!
When i use just iis for static files i solve this problem like
<staticContent>
<mimeMap fileExtension=".woff" mimeType="application/x-font-woff" />
</staticContent>
(http://stackoverflow.com/questions/3594823/mime-type-for-woff-fonts)
But how i can do it in microsoft azure cdn?