Publisher - Font

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Dec 05, 2012 12:41 pm
Reply with quote
Report this post
Hello!!!
I like very much this new template. I have two question about it (for joomla 2.5)
1)
Is it possible to modify font and to assign a font called BOHEMIAN TYPEWRITER (http://www.dafont.com) to the site?
2)
Is it possible to assign this template to a specific part of a site made with the "fashion template"?

Thank you for your help.
Ciao
User avatar
Junior Boarder

teitbite
Wed Dec 05, 2012 4:08 pm
Reply with quote
Report this post
Hi

1. I'm not sure what modification to font You would like to make, but if it's a size than You can simply make it using CSS. Custom fonts can be added to website by using this method: http://www.css3.info/preview/web-fonts-with-font-face/

2. You can simply assign this template to any menu item, so it will be displayed instead of the default one for this pages.
User avatar
Moderator

GK User
Tue Jan 15, 2013 6:32 am
Reply with quote
Report this post
Hello, the size of article titles on this template seem overly large. I've looked everywhere and even I have tried to change the size in the file template.css but I have not been successful.

Please anyone knows how to change the font size?
User avatar
Fresh Boarder

teitbite
Tue Jan 15, 2013 8:42 pm
Reply with quote
Report this post
Hi

Please use this code to resize it:

Code: Select all
h1 {
    font-size: 32px;
}
User avatar
Moderator

GK User
Tue Jan 15, 2013 8:53 pm
Reply with quote
Report this post
But in which part I must put that code?
User avatar
Fresh Boarder

teitbite
Wed Jan 16, 2013 1:37 am
Reply with quote
Report this post
Hi

Any changes to css should be placed in override.css file (remember to allow using of this file in template setting.)
User avatar
Moderator


cron