OfficeDev / office-ui-fabric-core

The front-end CSS framework for building experiences for Office and Microsoft 365.
https://developer.microsoft.com/en-us/fabric
Other
3.78k stars 465 forks source link

Scoped CSS is pointing to the wrong font file on CDN #1286

Open c33k opened 1 year ago

c33k commented 1 year ago

Hi. I've installed this package using NPM. The scoped CSS files in the dist files:

node_modules/office-ui-fabric-core/dist/css/fabric-11.0.1.scoped.css
node_modules/office-ui-fabric-core/dist/css/fabric-11.0.1.scoped.min.css 

are pointing to a font file in the CDN that doesn't exist. More specifically:

@font-face {
  font-family: 'FabricMDL2Icons-11';
  src: url('https://static2.sharepointonline.com/files/fabric/assets/icons/scoped/fabricmdl2icons-11-3.70.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

The URL above doesn't exist. I checked the fabric.css file and it points to one that exists: https://static2.sharepointonline.com/files/fabric/assets/icons/fabricmdl2icons-3.70.woff

Version: 11.0.1