Is ABC Arizona font family is included in the theme . Please confirm so, that I can do use in footer
This topic has 2 replies, 2 voices, and was last updated 10 months ago ago by Luca Rossi
Is ABC Arizona font family is included in the theme . Please confirm so, that I can do use in footer
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;
}
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
You must be logged in to reply to this topic.Log in/Sign up