Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #496178

    I really really want to use Raleway for the main font for the body text but the “Defines the Font for your body text box seems to be missing this font, how do I go about activating this font?

    Thank you

    #496245

    Hey jackthepilot!

    Have you tried our custom CSS panel? Raleway is been loaded through google fonts.

    Best regards,
    Basilis

    #496793

    I manage my custom css though custom.css the problem is I am not sure what the css looks like to have my Font for the body to change to Raleway?

    thx

    #497030

    Hi!

    Did you use font face to add the font? Try to use this in the Quick CSS field:

    body {
        font-family: 'Raleway', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.