[Pro] Pesky Google Fonts again....

I’ve used Google Fonts for my new site, with ‘Lato’ family chosen. Followed all the usual instructions and its working fine for all styles I’ve created - but can’t for the life of me get Lato Light 300 working for the body.

I’ve added the Google code as instructed, and also added the 'font-weight 300 to the extended dialogue under the Styles menu for .body but when uploaded its displaying as regular.

I can create a new style using Lato Light 300 and apply it everywhere I use .body to get round it, but seems a waste of time?

Any ideas would be welcome.

http://www.in-volve.co.uk


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

When I looked at your page, your p element (paragraph text) is defined as
Helvetica, not Lato. Since you have the font-family AND the font-weight set
at the body element, there is no need to set it again at the p or heading
(h1-hx) elements.

So, for starters, remove the font-family from every style except the body
element… even the re-application of Lato. Leave it only on the body element
as you have already defined it.


Ernie Simpson

On Fri, Feb 21, 2014 at 6:51 AM, Neil email@hidden wrote:

I’ve used Google Fonts for my new site, with ‘Lato’ family chosen.
Followed all the usual instructions and its working fine for all styles
I’ve created - but can’t for the life of me get Lato Light 300 working for
the body.

I’ve added the Google code as instructed, and also added the 'font-weight
300 to the extended dialogue under the Styles menu for .body but when
uploaded its displaying as regular.

I can create a new style using Lato Light 300 and apply it everywhere I
use .body to get round it, but seems a waste of time?

Any ideas would be welcome.

http://www.in-volve.co.uk


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Secondly, take a serious look at your use of span styles.

Span styles are short bits of style code which use the “span” tag – both
an opening and closing span tag, which is like saying “from here, to here”
– to style text between the spans. Like so:

  <p>This is some text with<span class="stylename"> a different

style in the middle of it.

In Freeway Pro, you can also create what we might call “paragraph” styles,
that would be class styles which apply to a whole block of text instead of
a short bit of it. Like this:

  <p class="stylename">This whole line of text, no matter how long it

is, gets the same style

When I see span styles in the code which extend from the beginning to the
end of a block of text, then I know that is an inefficient application of
style code.

  <p><span class="stylename">This is a wasteful and inefficient way to

style this block of text

Freeway Pro distinguishes between the two by looking at the Paragraph
definitions for the style, like Alignment or such. They are called
Paragraph definitions because they appear in the Edit Styles window under
the Paragraph Section of style definitions. If there aren’t any for this
style, FWP considers it a SPAN style and will apply it with the span tag –
which is great for short bits of text inside a larger block of text, but
lousy for applying to whole blocks of text.

The simple way I trick FWP into making a style apply to the whole text
block is to just give it a redundant paragraph definition - like an
Alignment of Left. My text is already aligned left, but by defining it as
Left FWP now applies it to the whole block of text (warning - if you mean
to have a style apply sometimes to a smaller span of text and sometimes to
a whole block of it, then you should have two style definitions - one for
each appropriate application).

Applying a Span class style requires that you select just the text that you
want to affect - with Paragraph class styles, simply put your cursor
anywhere in the block of text and FWP will apply the style to the whole
block. Yay!


Ernie Simpson


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi Ernie,

Many thanks for your input, greatly appreciated. I’ve amended the site by removing all instances of Lato font-family from all styles except body, and it works a treat now - site looks so much fresher and lighter! Thank you.

Regarding Spans, I’m a little lost there I’m afraid, despite reading it two or three times, its not sinking in. The site is based on a Backdraft template (I don’t know if that has anything to do with how its set up?) but I’m not sure what to do to rectify and span issue the site may have.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi Neil –

I hear what you’re saying, so just let it sink in for now… it may take
awhile, so no need to rush it. It’s the way FWP creates styles – text
styles in particular.

FWP is automatic, but not very thoughtful or efficient. Once you begin to
see what Freeway Pro is doing for you though, you will definitely have
better ideas about how it should do those things. Then it will make better
sense to you.

I really like your site, good luck with everything!


Ernie Simpson

On Fri, Feb 21, 2014 at 9:10 AM, Neil email@hidden wrote:

Hi Ernie,

Many thanks for your input, greatly appreciated. I’ve amended the site by
removing all instances of Lato font-family from all styles except body, and
it works a treat now - site looks so much fresher and lighter! Thank you.

Regarding Spans, I’m a little lost there I’m afraid, despite reading it
two or three times, its not sinking in. The site is based on a Backdraft
template (I don’t know if that has anything to do with how its set up?) but
I’m not sure what to do to rectify and span issue the site may have.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi Ernie,

Many thanks, I’ll keep reading until it sinks in! I get a bit frustrated with styles in Freeway, partly because I need to read up on it more. Plus, Freeway is very ‘skittish’ when trying to work fast - it’s so easy to end up moving an inline box when trying to select text within it instead. If only there wasn’t a deadline looming…

Thanks for your feedback on the site, greatly appreciated. I’ve asked Caleb for a bit of info on making the ‘Latest News’ column always stretch down to the top of the footer rather than leaving a gap at the base (when there’s more content in the right hand column). Plus there’s a few shadows that need aligning better, but its getting there!

Cheers.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options