![]() | |
#1
| |||
| |||
|
|
Hi, Is it possible to use a non-system font in a web page, and have it seen by visitors? I'd like to use a typewriter-like font for some text, so if someone who doesn't have that font reads it, will it just be in their default font? How can I make the visitor display the typewriter font instead of the default? Obviously I can see the alternative font because I have installed it. I just wonder whether anyone else can? |
#2
| |||
| |||
|
|
"mentalguy2004" <none (AT) none (DOT) com> wrote in message news:4fxQc.521$um1.317 (AT) newsfe4-gui (DOT) ntli.net... Hi, Is it possible to use a non-system font in a web page, and have it seen by visitors? I'd like to use a typewriter-like font for some text, so if someone who doesn't have that font reads it, will it just be in their default font? How can I make the visitor display the typewriter font instead of the default? Obviously I can see the alternative font because I have installed it. I just wonder whether anyone else can? Use CSS like: font-family:"Courier New", Courier, monospace; if you have another preferred font, put its name at the front of the list. |
#3
| |||
| |||
|
|
So, for instance, if I use CSS and include "font-family:"Typewriter" , would you be able to see the text using this font if you don't actually have the font on your system? |
#4
| |||
| |||
|
|
Thanks, guys. What I'm getting at is, I downloaded a typewriter-like font (so it's not actually a Windows-included font), so *I* have the font, but my visitors don't. So when I load the page, *I* can see the typewriter font, but can someone else who *doesn't* have the font see it, or does it just revert to their default? So, for instance, if I use CSS and include "font-family:"Typewriter" , would you be able to see the text using this font if you don't actually have the font on your system? "Sam Hughes" <hughes (AT) rpi (DOT) edu> wrote in message news:Xns953CA8E264109hughesrpiedu (AT) 130 (DOT) 133.1.4... "C A Upsdell" <cupsdell0311XXX@-@- (AT) XXXrogers (DOT) com> wrote in news:9AwQc.87$Tvo.21 (AT) news04 (DOT) bloor.is.net.cable.rogers.com: "mentalguy2004" <none (AT) none (DOT) com> wrote in message news:4fxQc.521$um1.317 (AT) newsfe4-gui (DOT) ntli.net... Hi, Is it possible to use a non-system font in a web page, and have it seen by visitors? I'd like to use a typewriter-like font for some text, so if someone who doesn't have that font reads it, will it just be in their default font? How can I make the visitor display the typewriter font instead of the default? Obviously I can see the alternative font because I have installed it. I just wonder whether anyone else can? Use CSS like: font-family:"Courier New", Courier, monospace; if you have another preferred font, put its name at the front of the list. Explanation: In CSS, monospace is not a font name itself; it refers to the browser's default monospace font. So if the browser understands this CSS (which nearly all browsers do, counting by percentage of users), _some_ type of monospaced font will be rendered. -- Accessible web designs go easily unnoticed; the others are remembered and avoided forever. |
#5
| |||
| |||
|
#6
| |||
| |||
|
|
If you want to be ABSOLUTELY (well relatively absolutely) sure that the viewers can see exactly what you intend no matter what fonts are installed on their system then you will probably have to create the text as an image and insert that. There seem to have been some attempts at embedding fonts into pages but it was never well supported and now looks like a dead issue. Of course there is still the problem of text-only browsers which won't see any of it no matter what you do... |
#7
| |||
| |||
|
|
OK, thanks a lot everyone, for your quick and helpful answers. I needed to use the font on a page with updating text, so using jpg's isn't really an option except for the static stuff. Courier it is then! thanks again, much appreciated. |
#8
| |||
| |||
|
|
OK, thanks a lot everyone, for your quick and helpful answers. I needed to use the font on a page with updating text, so using jpg's isn't really an option except for the static stuff. Courier it is then! |
#9
| |||
| |||
|
|
"C A Upsdell" <cupsdell0311XXX@-@- (AT) XXXrogers (DOT) com> wrote in news:9AwQc.87$Tvo.21 (AT) news04 (DOT) bloor.is.net.cable.rogers.com: "mentalguy2004" <none (AT) none (DOT) com> wrote in message news:4fxQc.521$um1.317 (AT) newsfe4-gui (DOT) ntli.net... Hi, Is it possible to use a non-system font in a web page, and have it seen by visitors? I'd like to use a typewriter-like font for some text, so if someone who doesn't have that font reads it, will it just be in their default font? How can I make the visitor display the typewriter font instead of the default? Obviously I can see the alternative font because I have installed it. I just wonder whether anyone else can? Use CSS like: font-family:"Courier New", Courier, monospace; if you have another preferred font, put its name at the front of the list. Explanation: In CSS, monospace is not a font name itself; it refers to the browser's default monospace font. So if the browser understands this CSS (which nearly all browsers do, counting by percentage of users), _some_ type of monospaced font will be rendered. -- Accessible web designs go easily unnoticed; the others are remembered and avoided forever. |
#10
| |||
| |||
|
|
"John McGaw" <nowhere (AT) at (DOT) all> wrote in news:7dxQc.1641$923.881 (AT) bignews1 (DOT) bellsouth.net: If you want to be ABSOLUTELY (well relatively absolutely) sure that the viewers can see exactly what you intend no matter what fonts are installed on their system then you will probably have to create the text as an image and insert that. There seem to have been some attempts at embedding fonts into pages but it was never well supported and now looks like a dead issue. Of course there is still the problem of text-only browsers which won't see any of it no matter what you do... Oh and bandwidth. And resizing. -- Accessible web designs go easily unnoticed; the others are remembered and avoided forever. |
![]() |
| Thread Tools | |
| Display Modes | |
| |