Is this the font awesome you refer (I'm assuming it is the Free for Web 
white button)?
https://fontawesome.com/download

I changed the link in layouts.html from
<link rel="stylesheet" 
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"/>
to
<link rel="stylesheet" href="{{=URL('static','css/fontawesome.min.css')}}"/>

First I copied just the fontawesome.min.css to the static/css folder, but 
that didn't work.
The I copied everything in the fontawesome-free-5.7.2-web.zip to the static 
folder, but that also didn't work.

For each try I restarted web2py.

Am I missing any required step?

Thanks,

JM



terça-feira, 5 de Março de 2019 às 03:51:46 UTC, Massimo Di Pierro escreveu:
>
> yes, download font awesome in static and replace the link to the cdn to a 
> local link.
>
> On Monday, 4 March 2019 15:51:25 UTC-8, João Matos wrote:
>>
>> Icons inside buttons missing if no Internet (LAN is working between 
>> client and server). Is this normal?
>>
>> Is there any way to solve it?
>>
>>
>> web2py 2.18.3
>> Python 3.7.1 x86
>> Windows 7 Pro x64 SP1+all updates
>>
>>
>> Thanks,
>>
>>
>> JM
>>
>>
>>

-- 
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