All things Shopify and commerce
Hello!
I was wondering if anyone knew how I can use a different font for English language and a different font for the Greek Language?
Thanks in advance!
Use a case statement like this:
{%- case request.locale.iso_code -%}
{%- when 'gr' -%}
<!-- show Greek fonts -->
{%- when 'en' -%}
<!-- show English fonts -->
{%- endcase -%}
If you're happy with this answer, please mark it as the accepted solution!
Hi Josh, I just found this thread as I am having the same situation - in need of 2 different fonts for 2 languages - English and Hebrew.
Where should the code you specified be placed in the theme files?
Thanks.
Hi Josh,
I want to use Noto Sans JP for Japanese, and Noto Sans for English.
Could you please guide me with the code and where to insert it.
Thank you so much in advance.
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025