Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Glad it worked out! The Google thing had me stumped for a while, with the particular Google fonts I was using. Good luck with your website!

    🙂

    According to your code it looks like you’re using a Google font? If so, you need to account for all versions of the Google font you want to use. Some fonts you’ll need to add several different fonts (like Arial, Arial BOLD), and for some you include font variations. For instance we use Lustria, Oswald and the Ubuntu fonts, and in order to allow for bolds and italics in our Ubuntu headings, we have to include that in the link reference to the Google font. Here is regular Ubuntu + the 400 and 700 bold weights:

    <link href=”https://fonts.googleapis.com/css?family=Lustria|Oswald|Ubuntu:400,400i,700,700i” rel=”stylesheet”>

    When you are on a Google Font and you click to get the embed code, click CUSTOMIZE to select the different variations of that font you want included as options for your website.

    Hope that helps!

    Thread Starter avjamiegee

    (@avjamiegee)

    Hi Evan – thanks for the top that option doesn’t seem to want to show up very well, I had to click all around to finally get to it, and definitely am not seeing the nice select options you see on your screen… but I appreciate knowing it’s there if I fumble around for it! Also noticed it won’t seem to let me insert an image WYSIWYG style, guessing I’ll have to use Code to do that?

    THANK you for the help!

    Thread Starter avjamiegee

    (@avjamiegee)

    Thanks for your help! I ended up finding a bit of php code that allowed me to do a random image swap without the plugin, but if I need anything more robust I’ll definitely return to this plugin!

Viewing 4 replies - 1 through 4 (of 4 total)