Shopify themes, liquid, logos, and UX
I want to change my menu font to Afical Std Medium, how can I do it, thanks!
Hello. Thanks for answering, but since I'm not sure how to code, can I have a more detailed guide of what should I do ? Muchly appreciated
Hello,
1) You can add this code on your header.liquid schema.
2) Same liquid file, add css
{% style %}
.YOUR_MEUN_CLASS{
font-family: "YOUR FONT FAMILY NAME";
font-weight : 400 [it's up to you want show normal use 400]
}
{% endstyle %}
Hi @Vizono
This is Richard from PageFly - Shopify Page Builder App
First of all, make sure you having an Afical Std Medium.woff2 file uploaded to Shopify Content - and get the link by click on this button. After that follow the guide below.
Please add this code to your theme.liquid above the </head> to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the </head>
<style>
@font-face {
font-family: "Afical Std Medium";
src: url('insert the url here') format("woff2");
}
.menu-lv-1__action, .menu--mobile-lv-1__action {
font-family: "Afical Std Medium" !important;
}
</style>
The most important thing is you need to upload the font to Shopify first and insert the correct link to URL
Hope this can help you solve the issue
Best regards,
Richard | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025