- Posts: 31
- Thank you received: 0
Font height / type question
-
joomla1970
Inactive member -
Topic Author
- Member
-
Less
More
14 years 4 days ago #7013
by joomla1970
Font height / type question was created by joomla1970
We want to either change the font type (style) or make all letters proportional. See the attached jpeg. I believe this most likely requires a modification to the code. Please kindly advise.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
14 years 4 days ago #7018
by ivan.milic
Replied by ivan.milic on topic Re: Font height / type question
Hi,
in template_css.css
#nav a {
font-family: 'GillSansMTRegular', Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: normal !important;
}
replace 'GillSansMTRegular' with some other more regular font. Also you should remove this font from all of css files.
in template_css.css
#nav a {
font-family: 'GillSansMTRegular', Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: normal !important;
}
replace 'GillSansMTRegular' with some other more regular font. Also you should remove this font from all of css files.
Please Log in to join the conversation.
-
joomla1970
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 31
- Thank you received: 0
14 years 4 days ago #7041
by joomla1970
Replied by joomla1970 on topic Re: Font height / type question
Ivan,
Thanks for all of your help. The font change worked brilliantly.
Thanks for all of your help. The font change worked brilliantly.
Please Log in to join the conversation.
Time to create page: 0.140 seconds