On Thursday, April 14, 2016 at 5:36:39 PM UTC-7, Alex Glaros wrote:
>
> okay, I get it....I never changed layout.html until now.
>
> what font do you use for headers?   I used "class = 'header" and it looks 
> a little plain
>
> thanks for your help Dave
>
> Alex
>

I'm experimenting with tweaking  web2py-bootstrap3.css 

I've included


header h1 {
    font-family: "Ubuntu";
    font-weight: 700;
    font-size:  55px;
}


where Ubuntu is a Google Font, and in my view, I've put 

<link href=https://fonts.googleapis.com/css?family=Ubuntu:400,700 rel=
stylesheet type=text/css>
{{extend layout.html}}


(I'm doing this in an effort to match the type in a logo .. in this case, a 
strong sans-serif with very round characters.  Arial Bold is close, but a 
little too compact.  Montserrat is another I've tried.)

/dps




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