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
Anyone who is on an Adobe subscription plan has free use of the Adobe Fonts (previously known as the Adobe Typekit). See https://helpx.adobe.com/ca/fonts/using/ … bsite.html for instructions on how to create a web project.
The web project containing the fonts you selected will be contained in a css file on an Adobe site. It can be used by including the following code in your phplugins.php custom code.
function head() {
echo'
<link rel="stylesheet" type="text/css" href="https://use.typekit.net/adobe-supplied-name.css">
';
}
You then enter the font name of the font you want to use (you can have more than one font in the web project) in the "Prepend Font-family w/" parameter in Backlight 2.
I hope this helps.
Offline
Pages: 1