View Full Version : I want to add custom font to exiting font list
hi,
Miva has few options for changing fonts
There are only 4 fonts we can change listed below
Body Text: Category Tree Text: Header Text: List Header Text:
I want to add custom font to exiting font list.
Can i add my font like
Table font :-
Td font
and link pages with it also ???????
If possible, anyone can explain me How ???
Or
I have to purchase some module for it.
Regards,
Mandar
leslienord
07-12-06, 02:41 PM
Most folks attach an external style sheet and use CSS to over come this.
aarcmedia
07-12-06, 05:19 PM
To elaborate on this, we actually go in and remove all instances where the fonts are controlled by Miva and control everything with our stylesheet. There are always things later on that you're going to want to tweak (ie fonts on the title row of your shopping cart along with the background) and having to go into the page template each time to make those changes can be time consuming.
Stylesheets offer an insanely easy way to modify page elements such as text, backgrounds, link colors and countless other features.
It may take you a while to go in and implement it, but in the end it will save you days worth of work over the course of a year or so.
Thnx all for ur replies.
It means we can't add custom font to MIVA
But
we can control them to stylesheet
and Do we have to use inline style for our changes ????????
Regards,
Mandar.
Bruce - PhosphorMedia
07-13-06, 04:19 PM
In the head tag area of your Edit Store screen (in the admin), just add:
<STYLE>
TD {font-family: tahoma, geneva, sans-serif, whatever}
</STYLE>
to make a font apply to a specific table, you would use classes. For example, if you had a Store Front Message you wanted to be in verdana, 14px bold, you would enter
.store-front { font-family:verdana; font-size:14px; font-weight:bold }
in the head area (between the style tags) and then add
class="store-front" to the table declaration in the store front message like:
<table class="store-front"><tr><td> Wadda wadda wadda....
Thnx Guys for ur Help
It really helped me :)
vBulletin® v3.7.4, Copyright ©2000-2008, Jelsoft Enterprises Ltd.