OTHER ANSWERS
|
0
|
Hello anyang, Thank you for your question. This can be done by editing the css, or by using the Editor in Joomla. If you have any further questions, feel free to post them below. Thank you, -John-Paul |
|
0
|
First you guys need to download the desired font file(.ttf) and create a new folder (template/css/newfolder)and paste in to it, where the path of this file we need to call over there in the css code.. after open the stylesheet.css(i opened template.css) and paste the below code: CODE: @font-face { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; //(this is name of my chosen font to be changed) src: URL('font/Trebuchet MS.ttf') format ('ttf'); //(Which is the url path as we done just before) } body{ //(here we deciding where we need to change the font, i declared to do in the body of the site ;) ) font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important; font-size: 12px !important; } feel the change :) |
Like this Question?
Tweet
Latest Questions
If you need some help, submit your question to our Community!
We guarantee a response within 60 minutes (8am - 9pm EST, Monday - Friday)
Recent QuestionsNeed more Help?
Search
Ask the Community!
Get help with your questions from our community of like-minded hosting users and InMotion Hosting Staff.
Current Customers
| Chat: | Click to Chat Now | E-mail: | support@InMotionHosting.com |
|---|---|---|---|
| Call: | 888-321-HOST (4678) | Ticket: | Submit a Support Ticket |



