Okay
  Public Ticket #1388822
FONTS
Closed

Comments

  • ilona started the conversation

    Dear Theme Energy,

    Will you be able to tell me how to change the font ? Prefer not to download the google font plugin because it is not updated. 

    I can add .css no ? Which .css will overwrite the actual .css ?

    Can i edit it in the css zone of the customisation ?

  •  2,054
    Theme replied

    Hello,

    the plugin is well-maintained and works well: https://wordpress.org/plugins/easy-google-fonts/

    If you would like to do it manually, you can do so via Customizer.

    Simply import the font you would like to use at the top of your css file. The code will be provided by google and will look something like this:

    @import url('https://fonts.googleapis.com/css?family=Ubuntu');

    Then you can use the font all over your css normally:

    For the text:

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

    Or the headings:

    h1, h2, h3, h4 {font-family: 'Ubuntu', sans-serif;}

    etc.


    Best regards,

    themeenergy support