2

Atlantic theme and HTTPS

asked 2014-01-03 22:34:27 +0800

cbclark64 gravatar image cbclark64
50 1

When I use the Atlantic theme and access my app using HTTPS, I get a warning that the request to Google's font "Open Sans" is not using HTTPS. Can the Atlantic theme be updated so its font @import doesn't have the protocol specified?

Chris

delete flag offensive retag edit

1 Answer

Sort by ยป oldest newest most voted
2

answered 2014-01-04 17:02:16 +0800

javikin gravatar image javikin flag of Mexico
45 2
http://www.yellowme.mx/

Hi, if you are using the lib, you only need open the lib, and find the jar:

/atlantic-bin-1.0.0/dist/lib/atlantic.jar

Open too, and then:

/web/atlantic/zul/css/norm.css.dsp

inside of file, change file:

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);

to:

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);

If you are using maven, maybe you have to change to lib, so you can to the above.

link publish delete flag offensive edit
Your answer
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow
1 follower

RSS

Stats

Asked: 2014-01-03 22:34:27 +0800

Seen: 32 times

Last updated: Jan 04 '14

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More