HOW DO I MAKE MY WEB PAGE FONT APPEAR THE SAME IN DIFFERENT COMPUTERS OR SEARCH ENGINES?

I am building a web site and I am using a particular font. When I save it an upload index to file manger or server it looks the same on my computer, but on my other personal that does not have the same font, it looks different.
How do I make my web page have the same specialty font appear the same in each personal or search engine?
I am using CS3 Dreamweaver.
HOW LONG DOES IT TAKE TO CREATE AN ADVANCED WEBSITE? (SEARCH ENGINE OR NETWORKING SITE)?
about 2 days ago - 4 comments
Question by Rockstarz: How long does it take to create an advanced website? (search engine or networking site)? I have an extraordinary idea for a website but I only know basic web design. When it comes to developing something more advanced like facebook, how long do you think it will take and what resources do
Q&A: I WANT TO CREATE A POPULAR SEARCH ENGINE LIKE GOOGLE AND YAHOO…?
about 3 days ago - No comments
Question by Kerching!!!: I want to create a popular search engine like google and yahoo…? What should i do? I was thinking of setting up a business and create a search engine like Google and Yahoo. How do Google and Yahoo get their money? —————————————— Answer by firesplatfrom advertising —————————————— Add your own answer in
Q&A: I WANT TO CREATE A WEBSITE TO SELL SOMETHING. HOW DO I GET A SEARCH ENGINE TO SHOW MINE FIRST?
about 4 days ago - 8 comments
Question by Tina W: I want to create a website to sell something. How do I get a search engine to show mine first? I want to create a website to sell something. How do I get a search engine to show my site as one of its first sites once someone looks for it?
I RUN A MORTGAGE WEBISTE…NEED TO PLACE IT IN SEARCH ENGINES TO GENERATE LEADS??
about 6 days ago - 5 comments
Question by Ask R: I run a mortgage webiste…Need to place it in search engines to generate leads?? Can someone help me with how I can get traffic to my website without spending money? Google gets you leads but not good ones. —————————————— Answer by Raja Gnothing better than this to get qualified leads http://www.trafficg.com/?member=8754321
Q&A: HOW CAN I CREATE A “SEARCH ENGINE”?
about 1 week ago - No comments
Question by Dr Daud Zareef: How can i create a “search engine”? I have wrote a lot coding to my project, and there is nothing left to code anymore, so i just need to think, that how can i get all the world wide web “URL”? that is my answer for this day (27/04/09), i
QUESTION ABOUT DOMAINS AND SEARCH ENGINE RANKINGS?
about 1 week ago - 2 comments
Question by Aspurtaime Dog Sneeze: Question about domains and search engine rankings? Question about domains and search engine rankings I am building a website for a realtor. It seems that if the domain contains the search words (e.g “homes” and “Denver” and “realtor” to denverrealtor.com or denverhomes.com) it would rank higher in search engines than
HOW DID THE GOOGLE GUY MAKE HIS OWN SEARCH ENGINE?
about 2 weeks ago - 2 comments
Question by GSDMAN: How did the google guy make his own search engine? How did he put all the info in there? —————————————— Answer by Beeg JuanHe wrote some code and started it running. —————————————— What do you think? Answer below!
CAN YOU USE MS ACCESS AS A SEARCH ENGINE? IF SO, HOW CAN I DO IT?
about 2 weeks ago - 1 comment
Question by PEACH: Can you use MS ACCESS as a search engine? If so, how can I do it? I build a small database but I need to retrieve the information as if I was using a search engine, for example, if you search for POTATO and this is one of the fields on the
DOES A SEARCH ENGINE OWN THE SEARCHES PEOPLE PERFORM?
about 2 weeks ago - No comments
Question by stonerosedesigndotcom: Does a search engine own the searches people perform? Suppose a person searches an engine because they are considering trademarking a term or patenting an idea…does the search engine have the right to sell those terms to perhaps a marketing research company? What promises does a search engine make to not profit
PROBLEM WITH LIVE SEARCH – JQUERY (OR PHP?)?
about 2 weeks ago - No comments
Question by : Problem with live search – jquery (or php?)? Right now, I am designing a web page with a live search engine that fetches data from the database and styles it into a proper search result. The biggest problem I am experiencing is that you have to enter the exact same words in
about 1 year ago
You do not, is the short answer.
When designing web pages, you have to keep in mind that people with different operating systems, different *versions* of operating systems, and different browsers will be viewing your page.
You cannot just upload a font and expect it to work without people downloading and installing the same font as you happen to have.
You can *also* not force a font download down people’s throats; first of all, people simply can’t be bothered. Second, a lot of fonts are – like music files – copyright protected. You’re not allowed to just make any font available, unless the embedded info in the font says you can.
A web page is about *content*. A fancy font is nice, but should not be the most important thing.
Your CSS rules should *ALWAYS* include a cop-out font that matches the *type* of your special font (like “serif” for Times New Roman, sans-serif for Arial, “monospace” for Courier New”…)
If people don’t have your particular font they’ll still be able to at least sort of see your layout match the font.
about 1 year ago
Normally I would have to agree that there is no way to “deliver” fonts as part of a web page…but a couple of years ago I wanted to have a crazy font as part of my page, and I remember a company that had this new tool that let me (for a fee) somehow get a browser to display fonts stored on their server. I’ve done a very little research recently, because my next project just HAS to have Presidential font. If you Google “web font server” and browse around, you’ll see some technology to use fonts stored on a server as part of your web page, even if the client doesn’t have the font.
Sorry I can’t be of more help, but I’m just beginning to explore this myself. Never say never!