Avatar of hubfub
hubfub
 asked on

Cool titles/headings on website

Does anyone know how http://activeden.net/ manages to use a custom font for their headings such as:

10,386
Flash & Flex Files from $1

Weekly Features

Free File!

etc, etc

It's not cufon because that cannot be selected and its not flash.. so how are they doing this?

Anyone know the technique?
Web DevelopmentCSSHTML

Avatar of undefined
Last Comment
mreuring

8/22/2022 - Mon
McNetic

All current browsers support loading fonts via css from a web server. It's a bit different how the font has to be supplied to each browser (server side), and there are of course licensing issues.

Google provides the Google Font API (http://code.google.com/webfonts) which allows of embedding from a list of open source fonts easily using this technique.
Badotz

It looks to be complicated CSS.
hubfub

ASKER
is there a tutorial on how to do this?

The Google path looks good but I want to use my own fonts and don't want to refer to a third party CSS file
This is the best money I have ever spent. I cannot not tell you how many times these folks have saved my bacon. I learn so much from the contributors.
rwheeler23
ASKER CERTIFIED SOLUTION
mreuring

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
McNetic

With Google, you use your own css but you can only use the hosted fonts of google.
hubfub

ASKER
Why is there a ¿ in the font face code??
mreuring

I read up on this a long time ago, but following the links through the whole mess I found back the relevant info here: http://paulirish.com/2010/font-face-gotchas/#smiley

In short, it is there to make the correct version of your font is loading from your own website and doesn't accidentally get polluted by the local font-cache of the machine it is being rendered on.
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.