Change font WHMCS theme

  • Support OnlineSat-Thu / 9:30am - 5:30pm (GMT +6)
  • Your Time Our Time

Support Home Support Home OrDomain WordPress Theme Change font WHMCS theme

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2286
    Hervé
    Participant

    Hello,

    How do I change the writing font in the WHDMS OrDomain theme?

    Thank you 🙂
    Hervé

    #2290

    Hi Hervé,

    We are really sorry to say that, we are unable to understand that you mean to say “writing font” & “WHDMS OrDomain theme”. Could you please explain us with details?

    Best Regards,
    ThemeLooks Support Team

    #2295
    Hervé
    Participant

    Sorry for my English, I speak French normally.

    I wish to change on the WHMCS OrDomain theme -> “font” (Arial, Helvetic, etc.).

    #2298

    Please add the CSS below to the custom.css file from the css folder to change the font family of the template: (Screenshot: http://prntscr.com/gsmb9f)

    body {
        font-family: Arial, Helvetica, sans-serif;
    }

    Best Regards,
    ThemeLooks Support Team

    #2300
    Hervé
    Participant

    Thank you and if I want to add this:

    https://fonts.google.com/specimen/Cabin

    I have to do how?

    #2303

    In that case, first you need to load the font. Then call the font.

    To load the font:
    1. Open includes/head.tpl file in the editor
    2. At the top of the file add |Cabin, see screenshot http://prntscr.com/gtfzub
    [ Note: that will only load the regular font weight, if you want to load all of the font weights you might change it to '|Cabin:300,400,500,600,700' ]

    Code:
    <link href="//fonts.googleapis.com/css?family=Open+Sans:300,400,600|Raleway:400,700|Roboto:100,300,400,500,700,900|Cabin" rel="stylesheet">

    Then call the font:

    1. Open css/custom.css
    2. Add Cabin font to the body, see screenshot http://prntscr.com/gtg0hh

    Code:

      body {
          font-family: 'Cabin', sans-serif;
      }

    Best Regards,
    ThemeLooks Support Team

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