Thanks to a guy from the Stack Overflow, I tried change the third line to 
*<link 
rel="stylesheet" type="text/css" 
href="//fonts.googleapis.com/css?family=Nunito">*, 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 code in my 
> application "static" folder (I'm using PythonAnywhere):
>
> <html>
> <head>
> <link rel="stylesheet" type="text/css" href="
> http://fonts.googleapis.com/css?family=Nunito";>
> <style>
> #font {
>   font-family: 'Nunito', sans-serif;
>   font-size: 48px;
> }
> </style>
> </head>
> <body>
>   <div id="font">Text here!</div>
> </body>
> </html>
>
> Well, when I open the html file everything works perfectly, but when I 
> open the page of the uploaded file the font looks like a simple Arial 
> sans-serif. Do I have to add some line in somewhere to my code work?
> Thanks in advance!
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to