Force Font Family
Elegant Joomla template designed especially for both professional and personal website presentation.
- GK User
- Wed Jan 30, 2013 9:03 am
Is there anyway to force all fonts to be the same family/size unless told otherwise in css/editors?
I mean, we have a standard font family for our sites: Trebuchet MS, but by changing it in the template settings it doesnt change..
if i put the following code into template.css:
Nothing happens...
Any thoughts?
Currently its about: www.t-ec.nl.
With Kind Regards,
I mean, we have a standard font family for our sites: Trebuchet MS, but by changing it in the template settings it doesnt change..
if i put the following code into template.css:
- Code: Select all
body {
min-height: 100%;
background: #ddd url('../images/style1/bg.png') no-repeat center 0;
font-size: 12px !important;
font-family: "Trebuchet MS";
}
Nothing happens...
Any thoughts?
Currently its about: www.t-ec.nl.
With Kind Regards,
-
- Senior Boarder
- Konrad M
- Wed Jan 30, 2013 9:38 am
Hi,
please try go to template settings and here in fonts section try set for body tag your font.
please try go to template settings and here in fonts section try set for body tag your font.
- GK User
- Wed Jan 30, 2013 9:55 am
That definatly seems to work!
And how can i change the 100% font size to 12px?
Cause thats not in the font settings
And how can i change the 100% font size to 12px?
Cause thats not in the font settings
-
- Senior Boarder
- Konrad M
- Wed Jan 30, 2013 10:00 am
You have alreadt set 12px for body tag. To investigate other tags please use firebug. Probably some elements have special rules for fonts.
- GK User
- Wed Jan 30, 2013 10:12 am
Alright! Thanks for your help!
-
- Senior Boarder
5 posts
• Page 1 of 1