Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #159711
    valelotartaro
    Participant

    Hi! How can I change the font size and weight in the homepage?
    I went to Family Font Options, but could not change the size/weight….
    Regards, Valeria

    #159717
    valelotartaro
    Participant

    Besides, how can I add a new font family in the “font family options”?

    #159745
    sapana
    Participant

    @valelotartaro:
    For this you will need to create a child theme.let me know if you are familiar with it and mention the font you want to add.I will provide you with the necessary CSS code

    Kind Regards
    Sapana

    #159767
    valelotartaro
    Participant

    Thank you Sapana. I am not familiar with the child theme (but I can google it, and try…or ask somebody for help).
    Please provide me the CSS code. The font is Cinzel weight 500 / size 30
    Thank you very much, Valeria

    #159770
    valelotartaro
    Participant

    If changing the family font is very difficult (for someone who doesn’t know how to make child themes) , is it easier to just change the size and weight with the existing family fonts ? Or will I also need to make a child theme?
    Kind regards, Valeria

    #159842
    sapana
    Participant

    @valelotartaro: If you do not know how to create a child theme you can create it using Generate Child Theme Plugin.
    Now Go to => Child Theme folder => Create a new folder “Fonts” => Download and paste the Cinzel font files inside the fonts folder.

    @font-face {
    font-family: 'CinzelDecorative-Black';
    font-style: normal;
    font-weight: 500;
    src: local('CinzelDecorative-Black'), url('fonts/CinzelDecorative-Black.otf') format('otf');
    }

    Try this to check it,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    body {
        font-family:Cinzel Decorative;
    }
    

    Let me know if this helps you out!

    Kind Regards,
    Sapana

    #159864
    valelotartaro
    Participant

    I tried , I didn’t find the option to create a new folder – and instead created a new theme (with the original settings of catch fullscreen) that replaced mine. i had to activate again the pro version. –
    Where does it say “create a new folder”?
    Thank you, Valeria

    #160080
    sapana
    Participant

    @valelotartaro: Sorry for the late reply, Are you able to create the child theme using plugin? if yes then step 1: Go to the child theme folder saved in wp-content/themes/catch-fullscreen-pro-child theme
    step 2: Create the folder called fonts
    step 3: Copy all the required fonts files of Cinzel font
    step 4: Go to Open style.css and paste the Code I have send you in previous post.
    step 5: Save the file and test the font.

    let me know if you find any difficulty.
    Kind Regards,
    Sapana

    #160243
    valelotartaro
    Participant

    Thank you for your answer. I still haven’t re-tried.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Font size in homepage’ is closed to new replies.