Community @ The Turning Gate

Support community for TTG plugins and products.

NOTICE

The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.

This forum is now closed, and exists here as a read-only archive.

  • New user registrations are disabled.
  • Users cannot create new topics.
  • Users cannot reply to existing topics.

You are not logged in.

#1 2017-10-20 05:20:52

pjtraveler
Member
Registered: 2012-11-26
Posts: 243

Backlight typography questions

I was thinking of playing around with the typography. 
Is there documentation on the fields?  I'm trying to answer these questions.
1)What is the the Google Fonts Statement?
2)what is the prepend font family w/?
3) What is the specific syntax (or examples)
4) it would be nice if the the info icon (i in blue circle) was available in the Fonts section.

Thanks ahead of time
:-)

Offline

#2 2017-10-20 05:28:56

charlie.choc
Member
From: Marietta, GA
Registered: 2014-01-09
Posts: 359
Website

Re: Backlight typography questions

There is a general how to on Google fonts here: https://developers.google.com/fonts/doc … ng_started

Offline

#3 2017-10-20 06:07:15

pjtraveler
Member
Registered: 2012-11-26
Posts: 243

Re: Backlight typography questions

Thanks,
However, I am still not following.
should I put a font name in the typography section?  Do I put in the CSS code?  Not sure what is being asked in the section

Offline

#4 2017-10-20 06:12:54

charlie.choc
Member
From: Marietta, GA
Registered: 2014-01-09
Posts: 359
Website

Re: Backlight typography questions

I have this in my Google fonts statement:

<link href="https://fonts.googleapis.com/css?family=Lato|Marcellus|Marcellus+SC" rel="stylesheet">

I use only the Marcellus and Marcellus SC fonts so my prepend is:

Marcellus

in Headings Font Properties and:

Marcellus SC

in Blockquote.

Offline

#5 2017-10-20 07:17:16

pjtraveler
Member
Registered: 2012-11-26
Posts: 243

Re: Backlight typography questions

Thanks, that makes it much clearer

Offline

#6 2017-10-20 11:15:08

Matthew
Administrator
From: San Francisco, CA
Registered: 2012-09-24
Posts: 5,795
Website

Re: Backlight typography questions


Matt

The Turning Gate, http://theturninggate.net

Offline

#7 2017-10-20 21:54:07

charlie.choc
Member
From: Marietta, GA
Registered: 2014-01-09
Posts: 359
Website

Re: Backlight typography questions

Oops, I forgot the Tips and Tricks - good stuff there.

Offline

#8 2017-11-14 04:39:33

peter
Member
Registered: 2012-09-26
Posts: 271

Re: Backlight typography questions

FYI, make sure you only select from the 3 families: Serif, Sans Serif & Monospace.

Offline

#9 2017-11-14 07:41:17

peter
Member
Registered: 2012-09-26
Posts: 271

Re: Backlight typography questions

So I thought this would be straight forward. It worked with another font...

I have: <link href="https://fonts.googleapis.com/css?family=Spectral+SC" rel="stylesheet">
in my Typography Google font box, and this: Spectral+SC in my Navigation Prepend Font-family w/ box.

The font is not Spectral+SC.
Do I need to do something else? I tried diff. items in the Font Family box (in the Navigation settings)
I gave my wife the page of fonts to choose from, thinking any in the serif, san-serif families would work.
(Why is this stuff so frustrating?)

Edit:
I tried using Tangerine and setting Times New Roman as the family, and that shows the Tangerine font correctly, but can't do the Spectral+SC

Last edited by peter (2017-11-14 07:46:58)

Offline

#10 2017-11-14 07:43:33

charlie.choc
Member
From: Marietta, GA
Registered: 2014-01-09
Posts: 359
Website

Re: Backlight typography questions

Did you try just "Spectral" as a prepend?

Offline

#11 2017-11-14 07:47:20

JimR
Member
Registered: 2012-11-30
Posts: 348
Website

Re: Backlight typography questions

peter wrote:

I have: <link href="https://fonts.googleapis.com/css?family=Spectral+SC" rel="stylesheet">
in my Typography Google font box, and this: Spectral+SC in my Navigation Prepend Font-family w/ box.

The font is not Spectral+SC.
Do I need to do something else? I tried diff. items in the Font Family box (in the Navigation settings)

I don't think you want "Spectral+SC" in the Prepend Font-family w/ box. Try "Spectral SC".

If I had a link to your site I could quickly confirm.


peter wrote:

Why is this stuff so frustrating?

I think that's a comment about HTML and CSS wink

One way to debug this type of thing is to learn how to use your browser's inspector. There you can enter the name of the of a font and instantly see the change.


--Jim

Offline

#12 2017-11-14 07:53:13

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: Backlight typography questions

According to the Google Fonts site, you should use 'Spectral SC' as the prepend


Rod 
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site

Offline

#13 2017-11-14 07:55:10

peter
Member
Registered: 2012-09-26
Posts: 271

Re: Backlight typography questions

Ok, it didn't like the '+'.
Looks good now.
Spectral SC not Spectral+SC

(Like, how is a photographer supposed to know this stuff!)
Thanks a ton for your help.

Offline

#14 2017-11-14 07:56:28

peter
Member
Registered: 2012-09-26
Posts: 271

Re: Backlight typography questions

rod barbee wrote:

According to the Google Fonts site, you should use 'Spectral SC' as the prepend

I guess you got that from the 'CSS' code?
I should have looked at that.

Offline

#15 2017-11-14 08:02:59

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: Backlight typography questions

yep, the section "Specify in CSS"
Since you're prepending the font-family in Backlight, it's adding the font family to the front of the css declaration. Not something  you'd naturally know if you haven't been mucking about in css before.

The only reason I know any of this is that I started using TTG products 5 or 6 years ago and wanted to modify things on my site.
That got a little out of control, in a good way. Keeps my brain flexible at least wink


Rod 
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site

Offline

#16 2017-11-14 08:09:08

peter
Member
Registered: 2012-09-26
Posts: 271

Re: Backlight typography questions

I mean, it's rewarding when you get what you are trying to achieve, and the process is now waaay easier than going through the LR plugins I also used way back.

It's just frustrating when you are dumb like me when it comes to coding.

(I can design a mean 16 layer, impedance controlled, route length matched signal, A-D PCB with 15,000 connections on it, including a 2000 pin FPGA though...)

Offline

#17 2017-11-14 08:21:53

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: Backlight typography questions

I knew nothing of coding (other than forgotten machine language from tech school 30 years ago). It's been fun learning though. And I've got Matt and Ben to thank (or blame) for that.


Rod 
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site

Offline

Board footer

Powered by FluxBB