943,712 Members | Top Members by Rank

Ad:
Sep 12th, 2008
0

how to embed font to webpage

Expand Post »
im using INKBURRO font after uploading my site the font doesn't appear on my webpages
how can i embed my font in my webpages
Similar Threads
Reputation Points: 8
Solved Threads: 1
Newbie Poster
prashanth18 is offline Offline
15 posts
since Jul 2008
Sep 12th, 2008
0

Re: how to embed font to webpage

do onething make one image with that font insert your image in that html or make one option download that font
Reputation Points: 12
Solved Threads: 34
Posting Whiz
sreein1986 is offline Offline
306 posts
since May 2008
Sep 12th, 2008
0

Re: how to embed font to webpage

There are really only two ways until the CSS3 @fontface proposal makes it's way through. One is to pass it through a server-side language which will make an image to replace the text, the other is sIFR which uses Javascript and Flash to replace text
Sponsor
Reputation Points: 520
Solved Threads: 268
Code Monkey
ShawnCplus is offline Offline
1,564 posts
since Apr 2005
Sep 13th, 2008
0

Re: how to embed font to webpage

I found this article on embedding fonts in a web page http://www.sean.co.uk/a/webdesign/em..._webpages.shtm

It only works in IE though.
Team Colleague
Reputation Points: 92
Solved Threads: 21
Posting Pro in Training
FC Jamison is offline Offline
436 posts
since Jun 2004
Sep 16th, 2008
0

Re: how to embed font to webpage

As ShawnCplus said sIFR is a good way to add custom fonts to your site.
Reputation Points: 11
Solved Threads: 6
Junior Poster in Training
MelechM is offline Offline
55 posts
since Sep 2008
May 3rd, 2010
0
Re: how to embed font to webpage
how to embed other fonts in html
Last edited by Ezzaral; May 3rd, 2010 at 3:57 pm. Reason: Remove unnecessary excessive bbcode formatting.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
secrets.top is offline Offline
1 posts
since May 2010
May 3rd, 2010
0
Re: how to embed font to webpage
For completeness, there is also Cufon (http://cufon.shoqolate.com/generate/).
Sponsor
Featured Poster
Reputation Points: 550
Solved Threads: 728
Bite my shiny metal ass!
pritaeas is offline Offline
4,166 posts
since Jul 2006
Aug 13th, 2011
0
Re: how to embed font to webpage
Trying this CSS,
@font-face
{
font-family: Font1;
src: url('http://www.yourdomain.com/fonts/INKBURRO.TTF');
}

@font-face
{
font-family: Font2;
src: url('http://www.yourdomain.com/fonts/SCRIPT.TTF');
}
#fontface1{font-family : Font1; padding : 10px; margin : 0 auto; text-align : center; font-size : 30px; line-height : 1.3em}

p{font-family : Font1;}
#fontface2{font-family : Font2; }
Last edited by leakbali; Aug 13th, 2011 at 8:07 pm.
Reputation Points: 10
Solved Threads: 8
Light Poster
leakbali is offline Offline
41 posts
since Jul 2011

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in HTML and CSS Forum Timeline: Firefox extra margin at top?
Next Thread in HTML and CSS Forum Timeline: help creating a dynamic page





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC