• Resolved CWi Admin

    (@cwi-admin)


    Hi All,
    I am a real newby when it comes to working with WordPress and the like. I love the Asteria theme and have created a child theme for our site. The site is an old school brochure site with regular pages and I need to change the Font used for the page headers on the actual pages themselves eg. About Us, Our Approach, Contact Us etc. Has anyone got any suggestions as to how I can accomplish this?

    Thanks
    Michelle

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Towfiq I.

    (@tislam100)

    to the change the font of header, you will need the PRO version.

    Thanks

    The Kaffeesatz UltraLight font is a barely legible on any background, even if you increase the font size. I do like the font, but I had to replace it with the Light version. You can do that by downloading the font files from the font website of your choice, placing them (for example) into the /fonts subfolder of your child theme, and putting the following into your child theme’s style.css:

    @font-face {
    font-family: ‘kaffeesatzthin’;
    src: url(‘fonts/YanoneKaffeesatz-Light-webfont.eot’);
    src: url(‘fonts/YanoneKaffeesatz-Light-webfont.eot?iefix’) format(‘eot’),
    url(‘fonts/YanoneKaffeesatz-Light-webfont.svg#webfontiVAlVXNY’) format(‘svg’),
    url(‘fonts/YanoneKaffeesatz-Light-webfont.woff’) format(‘woff’),
    url(‘fonts/YanoneKaffeesatz-Light-webfont.ttf’) format(‘truetype’);
    font-weight: normal;
    font-style: normal;
    }

    I had to rename the yanone_kaffeesatz folder in the Asteria theme’s font folder – the @font-face construct does not really support overrides. This means that an update of the Asteria theme will bring back the Ultralight version, but I can live with this limitation.

    cdonner do you know what the name of the main header font is? I’m looking around but can’t find it. Thanks!

    Thank you so much! I had just found that myself right before you replied … but good to have here for others to search, too!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change Font of Page headers Asteria Lite’ is closed to new replies.