-
-
Notifications
You must be signed in to change notification settings - Fork 431
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
Fonts and ssl #1118
Comments
Should be fixed in master, but would need a rebuild. You can install rushjs and run |
Thanks for this. Along similar lines, the font awesome font isn't loading for me either, but it's not the scheme for this one, just times out trying to load it. I haven't yet finished investigating and will raise a bug if I get more info but if you have any ideas... :) |
That is fixed in another branch and should be released at the same time. |
I'm running the latest strider, installed following the instructions and running through apache which handles the SSL portion of things.
However, something's not quite right with fonts:
/styles/styles.css
first lines:@font-face{font-family:source sans pro;font-style:normal;font-weight:400;src:local('Source Sans Pro Regular'),local('SourceSansPro-Regular'),url(http://fonts.gstatic.com/s/sourcesanspro/v13/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7g.ttf) format('truetype')}@font-face{font-family:source sans pro;font-style:normal;font-weight:700;src:local('Source Sans Pro Bold'),local('SourceSansPro-Bold'),url(http://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdr.ttf) format('truetype')}@font-face{font-family:source sans pro;font-style:normal;font-weight:900;src:local('Source Sans Pro Black'),local('SourceSansPro-Black'),url(http://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwlxdr.ttf)
Any idea why they're being served via http?
The text was updated successfully, but these errors were encountered: