Ask a Question related to Coldfusion Server Administration, Design and Development.
-
francois-yanick #1
Font management from the server-side
In the process of creating Breacrumbs for our website redesign, the Graphics
Designer would like to use a special fonts. We already know that this font will
not be installed on most of user client-side. She though about creating
graphics to represents the navigation (breadcrumbs) but I ask myself if we can
use the Font Management from the Coldfusion Administrator. I have no experience
with this feature and have not find interesting information about it from the
web.
Is it possible to use a font installed on the server-side through CSS so the
client/web-user will see the text with that font?
francois-yanick Guest
-
Font Management Software
Does anyone know of a great font management software package? I have over 2,000 fonts and Font Book isn't cutting it. Thanks* -
server side Tiff management
Dear all, I hit a problem about the Tiff management. I have several Tiff files located at the server and I have to split and merge some of the... -
Controls with a client side onLoad function or seting a cursor server side
Is there any way to create a web control that calls a client side onLoad function? Its diffucilt since you are not able to access the form or... -
FreeHand MX and Mac Font Management
Don't look to Mac OSX as a solution. Fonts are a nightmare since Adobe is not making ATM for OSX. Fonts that were usable in System 9 are corrupt in... -
font management
For those of you using FHMX and OSX, what do you use for font management (ATM Deluxe, Suitcase, etc.)? How well does it work with Freehand? If you... -
MikerRoo #2
Re: Font management from the server-side
This is not possible. You will have to get the users to install the fonts on
their machines or display graphics instead of text.
The BEST way to do this is to gently encourage the user to download the font
but to degrade gracefully into similar standard fonts.
E.G.
body
{
font-family: "My Bitchen Blinky font","Trebuchet
MS",Verdana,Geneva,Tahoma,Sans-Serif;
}
MikerRoo Guest
-
Abinidi #3
Re: Font management from the server-side
You could use WEFT, but it is still limited to certain browsers.
[url]http://www.microsoft.com/typography/web/embedding/weft3/[/url]
Bitstream has something to , but again, is limited
[url]http://bitstream.com/[/url]
Abinidi Guest
-
Unregistered #4
Re: Font management from the server-side
Look into SIRF.... it's a technology that combines the use of Javascript and Flash into presenting the user with a desire font and they do not have to install the font in their machine. If the browser is not javascript compatible, which 99% of websites wouldn't work anyways, then you will see regular text.
Unregistered Guest



Reply With Quote

