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

Fonts and ssl #1118

Open
scottbert opened this issue Aug 16, 2020 · 3 comments
Open

Fonts and ssl #1118

scottbert opened this issue Aug 16, 2020 · 3 comments

Comments

@scottbert
Copy link

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?

@knownasilya
Copy link
Member

knownasilya commented Aug 16, 2020

Should be fixed in master, but would need a rebuild. You can install rushjs and run rush install and rush build. I'll try to get a release out this week.

@scottbert
Copy link
Author

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... :)

@knownasilya
Copy link
Member

That is fixed in another branch and should be released at the same time.

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