The desired font is not viewing on the webpage.
-
At first i made the webpage in MS FrontPage 2003 and kept the font Calibri for the whole site. That used to appear on the web on every PC which had this font. But the PCs lacking this font would not display the text in Calibri but to any default settings text. Whats the solution to it? Secondly now I am making a site on Dreamweaver CS3 using CSS. I have set the font calibri in the style sheet and it is appearing to me when i view the site in my browser but when i upload the site on the web the desired font doesn't appears? Any Solutions?
-
At first i made the webpage in MS FrontPage 2003 and kept the font Calibri for the whole site. That used to appear on the web on every PC which had this font. But the PCs lacking this font would not display the text in Calibri but to any default settings text. Whats the solution to it? Secondly now I am making a site on Dreamweaver CS3 using CSS. I have set the font calibri in the style sheet and it is appearing to me when i view the site in my browser but when i upload the site on the web the desired font doesn't appears? Any Solutions?
supply a link to that font and get them to download it.
------------------------------------ I will never again mention that I was the poster of the One Millionth Lounge Post, nor that it was complete drivel. Dalek Dave
-
At first i made the webpage in MS FrontPage 2003 and kept the font Calibri for the whole site. That used to appear on the web on every PC which had this font. But the PCs lacking this font would not display the text in Calibri but to any default settings text. Whats the solution to it? Secondly now I am making a site on Dreamweaver CS3 using CSS. I have set the font calibri in the style sheet and it is appearing to me when i view the site in my browser but when i upload the site on the web the desired font doesn't appears? Any Solutions?
You can equally import the font using CSS. Which means you have to upload the font itself to the site. In your css you can do this:
@font-face {
src:url("path/to/font.ttf");
fontFamily: YourFontFamily;
}selector {
fontFamily: YourFontFamily;
} -
You can equally import the font using CSS. Which means you have to upload the font itself to the site. In your css you can do this:
@font-face {
src:url("path/to/font.ttf");
fontFamily: YourFontFamily;
}selector {
fontFamily: YourFontFamily;
}I have this stuff in my "FontStyleSheet.css" but stilll the font is not Calibri on the site. I have the .ttf file in the root folder as mentioned here. // @charset "utf-8"; .FontStyleSheet { font-family: Calibri; font-size: 12px; } @fontface { font-family:Calibri src: url("C:/Users/Raza/Desktop/IEEE test/Calibri.ttf") } selector { font-family:Calibri } //
-
I have this stuff in my "FontStyleSheet.css" but stilll the font is not Calibri on the site. I have the .ttf file in the root folder as mentioned here. // @charset "utf-8"; .FontStyleSheet { font-family: Calibri; font-size: 12px; } @fontface { font-family:Calibri src: url("C:/Users/Raza/Desktop/IEEE test/Calibri.ttf") } selector { font-family:Calibri } //
First off, Lets me understand your stylesheet. .FontStyleSheet is the class of the tag you want to give a font of Calibri. If this is so then your css should look like this:
@charset "utf-8";
@fontface{
font-family:Calibri;
src: url("Calibri.ttf");
}.FontStyleSheet {
font-family: Calibri;
font-size: 12px;
}Note that the Calibri.ttf file should be in the same location as the FontStyleSheet.css file
-
I have this stuff in my "FontStyleSheet.css" but stilll the font is not Calibri on the site. I have the .ttf file in the root folder as mentioned here. // @charset "utf-8"; .FontStyleSheet { font-family: Calibri; font-size: 12px; } @fontface { font-family:Calibri src: url("C:/Users/Raza/Desktop/IEEE test/Calibri.ttf") } selector { font-family:Calibri } //
-
At first i made the webpage in MS FrontPage 2003 and kept the font Calibri for the whole site. That used to appear on the web on every PC which had this font. But the PCs lacking this font would not display the text in Calibri but to any default settings text. Whats the solution to it? Secondly now I am making a site on Dreamweaver CS3 using CSS. I have set the font calibri in the style sheet and it is appearing to me when i view the site in my browser but when i upload the site on the web the desired font doesn't appears? Any Solutions?
http://wiki.novemberborn.net/sifr3/[^] using flash you can display any font. it is SEO Friendly. It is just like other elements... you include the flash object and set a text... that is all... it works. and the text is selectable like other normal texts.
Today's Beautiful Moments are Tomorrow's Beautiful Memories