Forum Discussion
Shawn Xiong
Nov 28, 2016Copper Contributor
Office 365 Public CDN " .woff2 " support
not whether I'm missing something here, when trying to host some font face in the public cdn, runing into "406" error on "*.woff2" files, is that something supported?
Does "Get-SPOTenant | Select PublicCdnAllowedFileTypes" show WOFF2 as an allowed type?
2 Replies
Sort By
- Roger PooreCopper Contributor
Does "Get-SPOTenant | Select PublicCdnAllowedFileTypes" show WOFF2 as an allowed type?
- Shawn XiongCopper Contributor
thanks for the the hint, updated by using following scripts:
Set-SPOTenant -PublicCdnAllowedFileTypes "CSS,EOT,GIF,ICO,JPEG,JPG,JS,MAP,PNG,SVG,TTF,WOFF,WOFF2"
maybe wait another 5 - 10 min for the error to go away.