Viewing 6 replies - 1 through 6 (of 6 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Which text specifically do you want to change and to which font?

    Thread Starter huyphuongpro

    (@huyphuongpro)

    I want to change whole page font. And I like font of this page but I dont know what it is
    Can you tell me how?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    It is set to ‘sans-serif’, which means no particular font other than sans-serif.

    Thread Starter huyphuongpro

    (@huyphuongpro)

    Yeah thanks but how can I change it?

    don’t post large amounts of CSS in the forums, thanks – mod

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Look through every defined instance of the CSS, font-family and using a Child Theme, override those styles using the same selectors.

    You have:
    – 2 instances in reset-fonts-grids.css
    – 5 instances in style.css
    – 1 instance within the header of your website (internal CSS).

    When overriding styles, use font-family: sans-serif;.

    Thread Starter huyphuongpro

    (@huyphuongpro)

    I’ll try it thank you all!

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