if i place my ttf font file in my websites root folder lets say named AMC.tff and in my website use <font face="AMC"> is it going to work... if not than what is the method to use unusual fonts in your website
|
You can include True Type Fonts with the help of the CSS 3 property
For browsers that have no support for webfonts you should specify a similar alternative to your font. In the above example |
|||||
|
|
No, the fonts in a browser is based on fonts installed on the visitor's machine. I don't know much about this area, so I can't tell you which one of these works or is considered best practices, but check out: |
|||
|
|
|
No. Apart from the fact that |
|||
|
|
|
If you need to use Custom Font for your site, you can give a go for Cufon Detailed Tutorial for using CUfon on your site
Forgot to add, You can also use CSS3 property
Supported by FF3.5 and above, Opera 10 and above, IE 7,8(not sure about 6) |
||||
|
|
|
Check this link out: http://stackoverflow.com/questions/3797506/how-to-get-non-standard-font-with-effect-in-use-of-web-site/3797667#3797667 I have explained in detail how to embed fonts in a webpage and make it browser compatible. Font embedding is also a risky affair, as the font license sometimes doesn't allow. PS - And please make sure that you don't repeat questions in stackoverflow as this question has been answered many times. |
|||
|
|

<font>. You may have confused HTML's<font face="">with CSS's@font-face. – BoltClock♦ Sep 26 '10 at 20:22c:\windows\fonts.. font files are like dll no matter directly referenced or picked through a list that an os might be managing or from some folder... its just availability and a link to a file that matters... – Junaid Saeed Sep 26 '10 at 20:30C:\Windows\Fontsor/usr/share/fonts. – BoltClock♦ Sep 26 '10 at 20:35