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

In calcite-bootstrap-open the path for OpenSans fonts is invalid #251

Open
glazou opened this issue Apr 8, 2016 · 0 comments
Open

In calcite-bootstrap-open the path for OpenSans fonts is invalid #251

glazou opened this issue Apr 8, 2016 · 0 comments

Comments

@glazou
Copy link

glazou commented Apr 8, 2016

I haven't tried to used it through SaaS but the build available through npm looks like this

@font-face {
  font-family: 'Open Sans';
  src: url("fonts/OpenSans-Regular-webfont.eot");
  src: url("fonts/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Regular-webfont.woff") format("woff"), url("fonts/OpenSans-Regular-webfont.ttf") format("truetype"), url("fonts/OpenSans-Regular-webfont.svg#OpenSansRegular") format("svg");
  font-weight: normal;
  font-weight: 400;
  font-style: normal; }

and seems it should be

src: url("../fonts/OpenSans-Regular-webfont.eot");

Thanks

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