Forum Discussion

Shawn Xiong's avatar
Shawn Xiong
Copper Contributor
Nov 28, 2016
Solved

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

  • Roger Poore's avatar
    Roger Poore
    Copper Contributor
    Does "Get-SPOTenant | Select PublicCdnAllowedFileTypes" show WOFF2 as an allowed type?
    • Shawn Xiong's avatar
      Shawn Xiong
      Copper 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.

Resources