Is ABC Arizona font family is included in the theme

This topic has 2 replies, 2 voices, and was last updated 10 months ago ago by Luca Rossi

  • Avatar: Ankit Khandelwal
    Ankit Khandelwal
    Participant
    June 8, 2024 at 18:25

    Is ABC Arizona font family is included in the theme . Please confirm so, that I can do use in footer

    1 Answer
    Avatar: Justin
    Luca Rossi
    Support staff
    June 9, 2024 at 07:54

    Hi @Ankit Khandelwal,

    The Arizona font is not available in XStore theme by default. You have to manually add it via custom CSS codes.

    Please add the following CSS code under XStore > Theme Options > Theme Custom CSS > Global CSS:

    
    @import url('https://fonts.googleapis.com/css2?family=Arizonia&display=swap');
    

    After that go to edit your text/menu elements, add this custom CSS under Custom CSS section:

    
    selector {
        font-family: "Arizonia", cursive;
    }
    

    https://prnt.sc/RL1ocmozO8pX

    For more information about the Arizona Google font, please take a look at this: https://fonts.google.com/share?selection.family=Arizonia.

    Best Regards,
    8Theme’s Team

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.