Open c33k opened 2 years 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
Hi. I've installed this package using NPM. The scoped CSS files in the dist files:
are pointing to a font file in the CDN that doesn't exist. More specifically:
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