I am wanting to use Gill Sans font on the website,Specially on the navigation.
I would have to import cufon javascritp for this to work. Is this possible in Imagevue?
Where would I place my coding for this to work?
Thank you again?
X3 Photo Gallery Support Forums
myembededfonts = new Array("standard 07_53", "standard 07_63", "DesertDogHmk");myembededfonts = new Array("standard 07_53", "standard 07_63", "DesertDogHmk", "your_font");.filemod_title {
/* Sets styles for the filemod title, i.e. photoblinds effect */
font-size: 12px;
color: #C0C0C0;
font-family: gorri, "Trebuchet MS", Arial;
font-style: normal;
}
var t = this.mytitle.createTextField("mytf",1,0,0,100,50);
t.embedFonts = true;
t.styleSheet = myCSS;
textfield.embedFonts = true/false.filemod_title {
/* Sets styles for the filemod title, i.e. photoblinds effect */
font-size: 12px;
color: #C0C0C0;
font-family: gorri, "Trebuchet MS", Arial;
font-style: normal;
}
I don't see how this is progress. If the text is displaying, at least its just because it cant find the font ... or because you have mixed embedded/non-embedded fonts ... If entire field is blank, it just means you are trying to force embed on a textfield that contains non-embedded font also (Even though your CSS reference to "gorri" still may not be correct).poka wrote:It seems as if this addition is at least doing something: The text to be displayed is now missing completely.
Why not check out the GARDENER theme? This theme is using an embedded font "standard 07_53". This is visible in the CSS, and you will find that we had to repeat the font for all styles where we wanted to use it (unlike for normal non-embedded fonts, which will simply inherit from the parent .body class). Also, as you can see, this font is simply added to the embedded fonts array, and of course, the font is embedded into the FLA ...poka wrote:Please help. A working CSS and/or code-snippet for DesertDogHmk* should be sufficient.