How to add fonts on Opencart 3.0.2.0
I need to change Product name font
You can try to edit the template code in the admin panel->design->theme editor to edit the font style.
Then go to product -> product.twig and find where is the code of product name.
It should be near around row 123.
And you can edit it to for example
Please check if it would help?
Then go to product -> product.twig and find where is the code of product name.
It should be
Code: Select all
<h1>{{ heading_title }}</h1>
And you can edit it to for example
Code: Select all
<h1 style="font-family: Arial, Helvetica, sans-serif;">{{ heading_title }}</h1>
__________________________________________________________________
New web developer in Opencart
Please mention we work at 9:30 am to 18:30 pm in every Monday to Friday.(UTC+8)
Thanks, I will try it
But where I can upload font file? I noticed that also we should put font file in two paths
1- catalog\view\javascript
2- catalog\view\javascript\bootstrap\fonts
That's right or not?
I want to add this font (Droid Arabic Naskh), should I upload font file?and where put it?
Can put just font name only or should put also font file?
But where I can upload font file? I noticed that also we should put font file in two paths
1- catalog\view\javascript
2- catalog\view\javascript\bootstrap\fonts
That's right or not?
I want to add this font (Droid Arabic Naskh), should I upload font file?and where put it?
Can put just font name only or should put also font file?
Who is online
Users browsing this forum: No registered users and 27 guests