/    Sign up×
Community /Pin to ProfileBookmark

Can we put font on server so every visitor will see it?

Hi,

so, like the subject, is it possible to load a TTF on the server, link it with CSS so everyone will see that font on the HTML page even if they don’t have the font installed into their computer?

turb

to post a comment
CSS

4 Comments(s)

Copy linkTweet thisAlerts:
@IncaWarriorOct 12.2004 — [code=php]
@font-face {
font-family:Coolfont;
src: url("Coolfont.TTF");
}[/code]


as far as I know, it's worked for me
Copy linkTweet thisAlerts:
@MayaPTOct 13.2004 — Hi,

First let me thank for the tip.

Now maybe some of you know any way of achieving this on linux as well, i'm trying to make everything the more cross-compatible possible and in linux i can't get decent fonts because linux don't have them.

Thanks in advance for your help
Copy linkTweet thisAlerts:
@turbauthorOct 13.2004 — Thank alot! I try it but it work on my computer (cause the font is installed) but doesn't work on others computer ???

turb
Copy linkTweet thisAlerts:
@DaveSWOct 13.2004 — try reading up on the subject: http://www.google.com/search?q=font+embedding
×

Success!

Help @turb spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 4.27,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,

tipper: @Samric24,
tipped: article
amount: 1000 SATS,
)...