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 2018-12-03 04:42:37

charking
Member
From: Montreal, Quebec, Canada
Registered: 2013-04-03
Posts: 142
Website

Using Adobe Fonts

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

Board footer

Powered by FluxBB