Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
c33k opened this issue Oct 13, 2022 · 0 comments
Open

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

c33k opened this issue Oct 13, 2022 · 0 comments

Comments

@c33k
Copy link

c33k commented Oct 13, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant