OfficeDev/office-ui-fabric-core

Scoped CSS is pointing to the wrong font file on CDN

Opened this issue · 0 comments

c33k commented

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