Strider-CD / strider

Open Source Continuous Integration & Deployment Server
http://strider-cd.github.io/
4.59k stars 432 forks source link

Fonts and ssl #1118

Open scottlet opened 3 years ago

scottlet commented 3 years ago

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 commented 3 years ago

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.

scottlet commented 3 years ago

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 commented 3 years ago

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