• Hey everyone,

    I’ve looked here and there for codes but nothing has helped me. I am trying to change my entire website font to “Trump Gothic East”. I am using the responsive theme, so there is a style.css and rtl.css sheet but they both say not to edit anything (or else it will be erased during the next update).

    Could anyone please help me with the code / where to put it please?

    Sorry I am completely new with everything, bare with me.

Viewing 1 replies (of 1 total)
  • Sorry I am completely new with everything, bare with me.

    Don’t worry, we all started a newbie at some stage… 😉

    == == == Childtheme
    You don’t have a childtheme yet?

    1. dashboard > plugins > add new
    2. search: ‘one click child theme’
    3. == == ==

    4. First Install and then activate ‘one click childtheme plugin
    5. == == ==

    6. dashboard > appearance > childtheme
    7. create the childtheme[follwow the instructions on the screen]
    8. == == == activate the newly created childtheme

    9. dashboard > appearance > themes
    10. check if the childtheme you just made is active [activate if need be]
    11. == == ==

    12. Make the changes in the CHILDtheme!
      – copy php files / css-file(s) of the original theme [as required] to the childtheme directory and edit them as required.

    >> >> >>
    CHANGING FONTS [and other changes… safely]

    I am trying to change my entire website font to “Trump Gothic East”. I am using the responsive theme

    EXAMPLE:

    *, #content, p, body{
         FONT-FAMILY:, "Trump Gothic East", gothic, serif;
    }
    1. Add the code above to ‘styles.css’of your childtheme
    2. save the changes and re-upload ‘styles.css’
    3. browser: Press <CTRL-F5> to refresh…
    4. What you should know about fonts…

      As a rule of thumb: Fonts are loaded and displayed by the individual visitor of your site. The visitor’s browser will try to find the font requested on the visitor’s PC. Should the font not be available, another font is chosen to display the site.

      Using ‘font-family’ will allow you to specify various font-options, which are searched for in order [the last one the most generic].
      This will allow you some control over how your site is displayed, even if your favourite font is not available on the visitor’s PC.

Viewing 1 replies (of 1 total)
  • The topic ‘How to change font style?’ is closed to new replies.