Font Issue

Good Afternoon,

I am having a font / HTML box issue…

I type in the words into an HTML box. (layered)

I then select the words and change the font to a font set I made (savoye)- and I have caxton on the page too (in the pasteboard unlayered) -

I see the changes - and i have to do a -1 shift to make it centered (unsure if it is the font or what)

so i then publish and I cannot see the words.

I click on the HTML box and bring it forward.
preview - still no words

WHat am doing wrong? or what can I do to fix it so I can see the words.

thanks

Julie!


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

PS I tested it out next to a word in proportional - and that word shows not the word in savoye…

so do you think it is the font? It shows as a graphic text not an html - even though I set up the font, font squirrel etc…

How can I fix this so it shows? thanks!

Julie
On Sep 27, 2012, at 1:20 PM, Julie Maxwell email@hidden wrote:

Good Afternoon,

I am having a font / HTML box issue…

I type in the words into an HTML box. (layered)

I then select the words and change the font to a font set I made (savoye)- and I have caxton on the page too (in the pasteboard unlayered) -

I see the changes - and i have to do a -1 shift to make it centered (unsure if it is the font or what)

so i then publish and I cannot see the words.

I click on the HTML box and bring it forward.
preview - still no words

WHat am doing wrong? or what can I do to fix it so I can see the words.

thanks

Julie!


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

WHat am doing wrong? or what can I do to fix it so I can see the words.

Can we see it online somewhere?

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thanks!

Here is the real “temp” site:

www.grassrootsweb.net/ray

if you see there are 6 boxes that transition in on the bottom: these are all graphic texts (which I would want as HTML (even using the Caxton)

so, I did that

Here is the problem one:

www.grassrootsweb.net/ray2

If you see on 6 boxes the 3 on the left of the screen are the graphic txt again.

The 3 on the right are the html text with savoye font and using Caxton.

the bottom box on the right has both regular proportional html text and the html w savoye text

I did this so you can see all the examples of what I described before.

This is also the site that i wanted the sub menus to go out horizontally not vertically and put engagement rings on 2 lines …

Thank you for all of your help!

J
On Sep 27, 2012, at 7:49 PM, DeltaDave email@hidden wrote:

WHat am doing wrong? or what can I do to fix it so I can see the words.

Can we see it online somewhere?

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Your problem is that the definition you have created in the style for savoye is savoye but it should exactly match that in the FontFace css file which is savoyeregular

You have

.style9 {
font-family: Savoye;
font-size: 36px;
}

and it should be

.style9 {
font-family: savoyeregular;
font-size: 36px;
}

but you should add fallbacks for Browsers that dont support this such as

font-family: savoyeregular, Times, serif;

And check your spelling! REFURBISHING

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Perfect…

also referbishing was just a dummy place holder to show the problems it is now gone.

Thank you!

On Sep 28, 2012, at 4:42 AM, DeltaDave email@hidden wrote:

Your problem is that the definition you have created in the style for savoye is savoye but it should exactly match that in the FontFace css file which is savoyeregular

You have

.style9 {
font-family: Savoye;
font-size: 36px;
}

and it should be

.style9 {
font-family: savoyeregular;
font-size: 36px;
}

but you should add fallbacks for Browsers that dont support this such as

font-family: savoyeregular, Times, serif;

And check your spelling! REFURBISHING

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options