- Posts: 6
- Thank you received: 0
How to replace the font to a new font
- Akshata Anvekar
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
11 years 10 months ago #5102
by Akshata Anvekar
How to replace the font to a new font was created by Akshata Anvekar
Hi,
I want to change the font for my template from Oswald to Verdana.
Please it would be nice if I could know the steps with the code (If the php code has to be modified as I am new to php)
Thanks
I want to change the font for my template from Oswald to Verdana.
Please it would be nice if I could know the steps with the code (If the php code has to be modified as I am new to php)
Thanks
Please Log in or Create an account to join the conversation.
- Linh Robert
-
- Offline
- Banned
-
Less
More
- Posts: 908
- Thank you received: 568
11 years 10 months ago #5115
by Linh Robert
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
Replied by Linh Robert on topic Re: How to replace the font to a new font
Hi,
If you want change all from font 'Oswald' to 'Verdana', just need edit layout.css, then find all:
and change it to
If you just want to change font for some elements, just find in layout.css to find the css code for that element to change. We suggest that you should use some developer tools such as Firebug for Firefox to find the elment and where to edit css code.
Thanks
If you want change all from font 'Oswald' to 'Verdana', just need edit layout.css, then find all:
Code:
font-family: 'Oswald';
Code:
font-family: Verdana; /* here you can add more fallback font-family */
If you just want to change font for some elements, just find in layout.css to find the css code for that element to change. We suggest that you should use some developer tools such as Firebug for Firefox to find the elment and where to edit css code.
Thanks
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
The following user(s) said Thank You: Akshata Anvekar
Please Log in or Create an account to join the conversation.
Time to create page: 0.185 seconds