473,386 Members | 1,835 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Is there a reliable method of embedding a font?

I would like to include a specific font. Rather than create images with
the font where and when I need it, I was hoping I could embed it.

I do realize it is optional and is up to the user to download (if and
when prompted to download) the font.

Are these the only methods, and are they the *best* method of embedding
a font?

http://webdesign.about.com/od/fonts/...0202a.htm?rd=1

Otherwise, I was thinking it would be best to just use a generic set of
fonts via CSS, and provide a download link stating the site was
originally designed to use this font.

Any suggestions?

--
-Lost
Remove the extra words to reply by e-mail. Don't e-mail me. I am
kidding. No I am not.
Jul 14 '07 #1
6 2085
rf
"-Lost" <ma****************@techie.comwrote in message
news:LL******************************@comcast.com. ..
>I would like to include a specific font. Rather than create images with
the font where and when I need it, I was hoping I could embed it.
Sometimes I see you replying with some good answers in the newsgroups. Then
you ask these sorts of questions. It doesn't figure.

No. There is no reliable way to "embed" fonts. A search of the archive would
have confirmed this for you.
I do realize it is optional and is up to the user to download (if and when
prompted to download) the font.
Why would you expect your user to allow you to download your brand x font to
their computer, one they will probably never ever use again? You want your
users to allow their font folder to be cluttered with all and sundry fonts
that some web drezigner thinks they might require?
Any suggestions?
Suggest a font *family* and leave the rest up to your viewer. What is the
big thing about fonts anyway? Make the page readable with the users chosen
font, not your artsy fancy one.

--
Richard
Jul 14 '07 #2
Sat, 14 Jul 2007 13:02:31 -0400 from -Lost
<ma****************@techie.com>:
Who said I expect them to download anything?
How else would the font get from your server to their computer so
that the browser can render the page using it?

Sheesh!

--
Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.com/
HTML 4.01 spec: http://www.w3.org/TR/html401/
validator: http://validator.w3.org/
CSS 2.1 spec: http://www.w3.org/TR/CSS21/
validator: http://jigsaw.w3.org/css-validator/
Why We Won't Help You:
http://diveintomark.org/archives/200..._wont_help_you
Jul 14 '07 #3
Stan Brown wrote:
Sat, 14 Jul 2007 13:02:31 -0400 from -Lost
<ma****************@techie.com>:
>Who said I expect them to download anything?

How else would the font get from your server to their computer so
that the browser can render the page using it?

Sheesh!
That point is obvious. However, I was noting that I did not issue any
such expectations. One would note that I specifically said I could
offer a link for those who might wish to download the font to see it as
it was originally intended.

I didn't expect anyone to do anything.

--
-Lost
Remove the extra words to reply by e-mail. Don't e-mail me. I am
kidding. No I am not.
Jul 14 '07 #4
In article <Ox*****************@news-server.bigpond.net.au>,
"rf" <rf@invalid.comwrote:
"-Lost" <ma****************@techie.comwrote in message
news:LL******************************@comcast.com. ..
I would like to include a specific font. Rather than create images with
the font where and when I need it, I was hoping I could embed it.

Sometimes I see you replying with some good answers in the newsgroups. Then
you ask these sorts of questions. It doesn't figure.
Let us not have too primitive or naive a theory of human
psychology/brains/learning. Holes and gaps can take a while to
repair or remove. Sometimes, for various reasons and causes they
can emerge.

You should have seen all the fantastic answers to complex
questions the Hubble Space telescope engineers got right and
yet... You should see how I had never come across the term
"muscle car" in spite of not being all that ignorant about a
certain type of gorgeous thumping powerful hulk machines...

Holes happen!
Suggest a font *family* and leave the rest up to your viewer. What is the
big thing about fonts anyway? Make the page readable with the users chosen
font, not your artsy fancy one.
Now now rf, let us not be too philistinic. Consider if there
really was a way to simply use any font one liked without having
to invade a client machine's font resources. The browser somehow
does it. It could be nice in some situations for limited
purposes.

True, it would be as useful to some of us as it was dangerous
generally. For example, some use a Magnum 44, in a totally
responsible manner. (Dirty Harry used the threat of his to ward
off a group of thugs who accosted him in a dark tunnel. He let
them know he "had company", there was "Smith" and "Wesson" and
himself...)

--
dorayme
Jul 15 '07 #5
dorayme wrote:
In article <Ox*****************@news-server.bigpond.net.au>,
"rf" <rf@invalid.comwrote:
>"-Lost" <ma****************@techie.comwrote in message
news:LL******************************@comcast.com ...
>>I would like to include a specific font. Rather than create images with
the font where and when I need it, I was hoping I could embed it.
Sometimes I see you replying with some good answers in the newsgroups. Then
you ask these sorts of questions. It doesn't figure.

Let us not have too primitive or naive a theory of human
psychology/brains/learning. Holes and gaps can take a while to
repair or remove. Sometimes, for various reasons and causes they
can emerge.

You should have seen all the fantastic answers to complex
questions the Hubble Space telescope engineers got right and
yet... You should see how I had never come across the term
"muscle car" in spite of not being all that ignorant about a
certain type of gorgeous thumping powerful hulk machines...

Holes happen!
>Suggest a font *family* and leave the rest up to your viewer. What is the
big thing about fonts anyway? Make the page readable with the users chosen
font, not your artsy fancy one.

Now now rf, let us not be too philistinic. Consider if there
really was a way to simply use any font one liked without having
to invade a client machine's font resources. The browser somehow
does it. It could be nice in some situations for limited
purposes.

True, it would be as useful to some of us as it was dangerous
generally. For example, some use a Magnum 44, in a totally
responsible manner. (Dirty Harry used the threat of his to ward
off a group of thugs who accosted him in a dark tunnel. He let
them know he "had company", there was "Smith" and "Wesson" and
himself...)
Thanks, dorayme. I think. ;)

I know I may not be the smartest cat in the world, but when I think I
have exhausted (at least what I can think of or remember) all options I
ask for help.

For example, I could have just went with the sIFR method. Although to
me, that is even more moronic than just creating a small image
containing your specified font. Hell, I even read where sIFR was a
"cross-browser" solution. To me, the likelihood of someone being able
to view an image is much greater than someone having both JavaScript
*and* Flash available.

--
-Lost
Remove the extra words to reply by e-mail. Don't e-mail me. I am
kidding. No I am not.
Jul 16 '07 #6
In article <Mf******************************@comcast.com>,
-Lost <ma****************@techie.comwrote:
Suggest a font *family* and leave the rest up to your viewer. What is the
big thing about fonts anyway? Make the page readable with the users chosen
font, not your artsy fancy one.
Now now rf, let us not be too philistinic. Consider if there
really was a way to simply use any font one liked without having
to invade a client machine's font resources. The browser somehow
does it. It could be nice in some situations for limited
purposes.

Thanks, dorayme. I think. ;)
Given the state of play though, I am afraid rf is right in his
advice to you, you would better spend your time not worrying
about fonts in web design. But you and I know, deep in our
hearts, that on occasions it would be nice to be able to use a
particular font. rf has no time for heart just at the moment,
tennis and skiing are on his mind. There can be worse things to
have on the mind.

--
dorayme
Jul 16 '07 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Adam Smith | last post by:
Hello, How can I embed fonts in my web pages such that the pages have a uniform appearance across all browsers (Netscape, IE & Opera), across all platforms, IRIX, Win 2K, SP etc. whether or not...
3
by: Gérard Talbot | last post by:
Hello all, When webfonts are used for purely cosmetic/ornemental reasons and on a large scale, I don't agree. When webfonts are used because Unicode support among browsers for a particular...
11
by: MLH | last post by:
Anyone tried something reliable. Need to implement sol'n to reliably create RTF's of Access reports readable by WordPad.
2
by: Lyn | last post by:
I am trying to embed a picture into a Bound Object Frame (Me!Photograph) with the following code which is based on MS article http://support.microsoft.com/?id=158941: strPathname =...
0
by: John | last post by:
I am trying to use a MICR TTF font in a crystal report pdf export. The way it works is that a user selects some options on an ASP page, which then exports a crystal report to a PDF file and pops...
4
by: John Grant | last post by:
If I build a web services today with VS 2005 does it support reliable messaging? If I use WSE 3.0 will it support reliable messaging? If I don’t have reliable messaging can I make a web method...
1
by: relisoft | last post by:
SEATTLE, Washington. - July 12, 2006: Reliable Software® announces the upcoming release of Code Co-op® version 5.0. Code Co-op is an affordable peer-to-peer version control system for distributed...
1
by: neovantage | last post by:
Hey all, I am using a PHP script which creates headings at run time in a sense at page execution. I am stuck a with a very little problem which i am sure i will have the solution from experts. ...
6
by: Sajeena | last post by:
<?php // starting word $text = "My Text"; //Start MS Word $Word = new COM("word.application") or die("Failure: Word did not start"); echo("WORD has started."); //Formating the Font...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.