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

Not working for fonts? #8

Open
stevenvachon opened this issue Oct 4, 2016 · 1 comment
Open

Not working for fonts? #8

stevenvachon opened this issue Oct 4, 2016 · 1 comment

Comments

@stevenvachon
Copy link

stevenvachon commented Oct 4, 2016

@font-face {
  font-family: Raleway;
  src: url("@{css-framework-fonts}raleway-light.woff2") format("woff2"),
       url("@{css-framework-fonts}raleway-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

I've tried isolating both formats with no difference in output.

I understand the excessive bloat that this will produce, but it is necessary for local access to my CSS documentation in Firefox, where the same-origin policy is different from other browsers.

@jeradrutnam
Copy link

Any luck on this issue?

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

2 participants