Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Symbols or Custom Fonts & Browsers
Old 11-05-2008, 05:56 PM Symbols or Custom Fonts & Browsers
Novice Talker

Posts: 5
Name: Paul
Trades: 0
I have a webpage in which some symbols are used (webdings, wingdings...). IE displays those easily as they are proprietary to MS. I'm able to display those in safari by using a CSS in which I point to a custom font file that has the same symbols.

Code:
p {
font-family: "bksymbol", arial, verdana;
}
@font-face{
font-family: "bksymbol";
src: url('http://xxx/BKSYMBOL.OTF');
}
The CSS fails in Firefox. If I use my custom, installed locally, it will work on my computer but obviously not on others. How are you guys displaying a custom font in Firefox 3.0? I'd appreciate any tips of the trade.

Thanks,

Paul
pthomas is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 11-05-2008, 06:05 PM Re: Symbols or Custom Fonts & Browsers
Novice Talker

Posts: 5
Name: Paul
Trades: 0
I forgot to mention that I can't use SIRF because I need to be able to right click. This has been really frustrating.
pthomas is offline
Reply With Quote
View Public Profile
 
Old 11-06-2008, 04:11 PM Re: Symbols or Custom Fonts & Browsers
LadynRed's Avatar
Defies a Status

Posts: 10,016
Location: Tennessee
Trades: 0
What are you using the right-click for ?

I use SIFR if I want a custom font, but if you can't use it, your only other alternative, although not the best, is to use an image.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 11-07-2008, 01:18 PM Re: Symbols or Custom Fonts & Browsers
Novice Talker

Posts: 5
Name: Paul
Trades: 0
The right click function used for a custom context menu. I'm trying to not use pictures because I manipulate the color (background and foreground) and size depending on which mode the use is in. I'm also afraid that picture will come with their own set of problems.

I just refuse to believe that I'm unable to load a custom font into firefox.
pthomas is offline
Reply With Quote
View Public Profile
 
Old 11-07-2008, 04:07 PM Re: Symbols or Custom Fonts & Browsers
Super Moderator

Posts: 1,576
Location: Kokkola, Finland
Trades: 1
have you tried removing the quotes ("") from the font name? only names with spaces in should have quotes around them e.g. "comic sans"
davemies is online now
Reply With Quote
View Public Profile Visit davemies's homepage!
 
Old 11-07-2008, 05:37 PM Re: Symbols or Custom Fonts & Browsers
Novice Talker

Posts: 5
Name: Paul
Trades: 0
Dave,

I have and that's the way it's actually currently set-up for safari. Unfortunately it still doesn't work.
pthomas is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Symbols or Custom Fonts & Browsers
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.18557 seconds with 12 queries