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.
You are not logged in.
Pages: 1
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
There is a general how to on Google fonts here: https://developers.google.com/fonts/doc … ng_started
Charlie
www.stalkinglight.com
Offline
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
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.
Charlie
www.stalkinglight.com
Offline
Thanks, that makes it much clearer
Offline
Offline
Oops, I forgot the Tips and Tricks - good stuff there.
Charlie
www.stalkinglight.com
Offline
FYI, make sure you only select from the 3 families: Serif, Sans Serif & Monospace.
Offline
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
Did you try just "Spectral" as a prepend?
Charlie
www.stalkinglight.com
Offline
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.
Why is this stuff so frustrating?
I think that's a comment about HTML and CSS
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
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
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
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
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
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
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
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
Pages: 1