Forum Moderators: open

Message Too Old, No Replies

standard font that looks like Lucida Calligraphy or Lucida Handwriting

         

essiw

3:13 pm on Nov 9, 2008 (gmt 0)

10+ Year Member



I don't know why, but much people who use microsoft don't seem to have fonts installed. is there any standard font that every user who uses windows has and looks like Lucida Calligraphy or Lucida Handwriting? the closest I have is comic sans MS, but it doesn't even look like it...

tedster

6:19 pm on Nov 9, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You're not going to find something that looks like Lucida and has a wider installation base. But...

There's a free technology called sIFR (Scalable Inman Flash Replacement) that would allow you to serve a special font to anyone with Flash capabilities.

tangor

12:45 pm on Nov 10, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Fonts have been one of the big problems for designers for many years. Several different application/inserts have been developed, but few of them work consistently at the HTML level. I'd dearly love to see it possible, but so far the best I can come up with (for those pages that SIMPLY MUST HAVE A SPECIFIC FONT) is to provide the font as a download and a short instruction on the page to download and install to see the page in all it's glory.

Tried that for six years. Perhaps three people actually did it. No longer worry about font TYPE/FACE, just the appearance (size, color). The user can all too easily override any font specifications the designer might insert. Not saying it isn't worth the effort, just saying that effort may go for naught.

tangor

12:50 pm on Nov 10, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Addendum... might google "web fonts" for a number of sites that list the most commonly installed Windows fonts. Some of those are scripts which might suit your project.

piatkow

11:42 am on Nov 11, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



The only decision that I make on fonts now is if the page should be specifically designed for a serif or sans-serif font and only specify at the level of font family.

essiw

5:28 pm on Nov 11, 2008 (gmt 0)

10+ Year Member



hmm i make a website for someone else, so to let them download it is not an option, also i don't know anything about flash.
but it is good if it looks like a handwritten font (because the text is on a background that looks like some paper) and comic sans MS just doesn't look good on it...

poppyrich

5:55 pm on Nov 13, 2008 (gmt 0)

10+ Year Member



IE supports the @font-face CSS rule for fonts encoded using the EOT format. using Micorosoft's WEFT tool, you can create an EOT file out of any TTF or OTF font file that's installed in Windows and allows for embedding in a web document. You post the EOT file on your web server and the font becomes available to anyone using IE.

search: font embedding WEFT - should give you the relevant links

essiw

3:54 pm on Nov 15, 2008 (gmt 0)

10+ Year Member



@poppyrich that tool is for windows, i have a mac...

poppyrich

11:36 pm on Nov 16, 2008 (gmt 0)

10+ Year Member



You said the problem was with Windows users, right? Or did I read wrong? If so, then what you see on your Mac isn't the problem.

Anyway, Safari now supports direct linking to TTF files using @font-face. As does FF 3.1Beta.
But be careful of licensing restrictions - there's no hiding it.

essiw

11:48 am on Nov 17, 2008 (gmt 0)

10+ Year Member



no you did read it right ;), but i don't get the TTF files? (it might be because i am not english)
how do i encode fonts?. you said use microsoft WEFT tool, but i can't use that tool to encode fonts on a mac for the windows computers, can i?

poppyrich

9:28 pm on Nov 18, 2008 (gmt 0)

10+ Year Member



No. You have to have access to a Windows machine. That's correct.