• I am new to the entire embedding business. How do you embed for fonts? Where do you find the code? Where do you embed the code? How do you go about embedding?
    Sheila Dane

Viewing 3 replies - 1 through 3 (of 3 total)
  • This depends on whether your fonts are hosted on a service such as as Typekit, Google Fonts, or Cloud.typography, or whether they’re self hosted. What service are you using?

    Thread Starter sheiladane

    (@sheiladane)

    Sorry, had lost track of this.

    Using Google fonts

    Google will provide you with a snippet of code that will something like this:

    <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">

    This will go in the Head text box. This will embed the font on the page. From there, you’ll need to use CSS to apply the font to the text on the page.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘how do you embed code’ is closed to new replies.