Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

Icons are missing/not loading in Icon Visual Test #117

Open
jeffkamo opened this issue Jan 23, 2015 · 3 comments
Open

Icons are missing/not loading in Icon Visual Test #117

jeffkamo opened this issue Jan 23, 2015 · 3 comments
Labels

Comments

@jeffkamo
Copy link
Contributor

https://mobify.github.io/stencil/visual/components/icon/index.html

@jeffkamo jeffkamo added the bug label Jan 23, 2015
@ry5n
Copy link
Contributor

ry5n commented Jan 29, 2015

It’s 404ing looking for iconfonts.

@nastiatikk
Copy link
Contributor

Fonts are in Spline https://github.com/mobify/spline/tree/master/test/fixtures/fonts/icon so it is apparently a path issue

@font-face {
  font-family: "spline";
  font-weight: normal;
  font-style: normal;
  src: url("../../../../bower_components/spline/test/fixtures/fonts/icon/spline.woff") format("woff"), url("../../../../bower_components/spline/test/fixtures/fonts/icon/spline.ttf") format("truetype"), url("../../../../bower_components/spline/test/fixtures/fonts/icon/spline.svg") format("svg");
}

@ry5n
Copy link
Contributor

ry5n commented Apr 10, 2015

Paths – especially asset paths – are super annoying with packages. Although this is an issue with gh-pages having a different directory structure maybe? @avelinet @tedtate any ideas? We’re going to need a solution to asset pathing issues like this for new stencil.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

No branches or pull requests

3 participants