microsoft / TypeScript-Website

The Website and web infrastructure for learning TypeScript

Home Page:https://www.typescriptlang.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MINOR: Segoeui font loading from different CDN host

acutmore opened this issue · comments

The TypeScript playground has an issue loading when sharepointonline.com is blocked by VPNs (that are trying to cut off data sharing channels).

This appears to be due to the following two requests for fonts:
https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-regular.woff
https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-semibold.woff

If these fonts could be served from the same CDN as the main website that would be much appreciated.