[web2py] Re: Problem with Google Fonts

2014-07-20 Thread Thiago Duarte
I'm sorry, I had not understood the hint between parenthesis. Thank you for your answer and explanation. Em quinta-feira, 17 de julho de 2014 08h05min17s UTC-3, Leonel Câmara escreveu: > > Thiago by removing http it uses whatever protocol you're using. So my > solution would also have worked.

[web2py] Re: Problem with Google Fonts

2014-07-17 Thread Leonel Câmara
Thiago by removing http it uses whatever protocol you're using. So my solution would also have worked. The reason for your problem is that when you request a webpage using HTTPS the browser blocks non-secure requests so HTTP is blocked. I told you to use https:// instead of just // so it also w

[web2py] Re: Problem with Google Fonts

2014-07-16 Thread Thiago Duarte
Thanks to a guy from the Stack Overflow, I tried change the third line to **, removing "http" from href, and it worked. Thank you anyway Leonel. Em terça-feira, 15 de julho de 2014 19h37min49s UTC-3, Thiago Duarte escreveu: > > Hello! I'm having a problem: I upload a file with the following cod

[web2py] Re: Problem with Google Fonts

2014-07-16 Thread Thiago Duarte
> > well you could use https instead of http so it also works if you're > browsing it using https I'm not sure if it's what you are talking about, but the url already is https, If I try delete this final s and reload the page, the url backs to be https. Moreover I uploaded the same file in two

[web2py] Re: Problem with Google Fonts

2014-07-16 Thread Leonel Câmara
I don't see anything wrong with it (well you could use https instead of http so it also works if you're browsing it using https). Can you clarify exactly when does it not work? What do you mean by "when I open the page of the uploaded file"? -- Resources: - http://web2py.com - http://web2py.co