[Pro] @font-face

On 27 Aug 2009, 4:20 pm, max wrote:

in the process of converting you do need to know where the webpage is going to be hosted because the font will be encoded specifically for that web address. If you try to use that font in another website it wont work. please note I have moved this webpage to another location so the eot version will not work until I update it.

I wondered why this was too until I re-read Max’s original post, quoted above.


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

Aha! Thank you.

Nathan Garner
Creative Director

Austin Wells Design Limited
One Elmgate Drive - Littledown - Bournemouth BH7 7EF
t 01202 301271 e email@hidden w http://www.austinwellsdesign.co.uk

Member of NAPP

On 20 Oct 2009, at 13:01, eidetic wrote:

On 27 Aug 2009, 4:20 pm, max wrote:

in the process of converting you do need to know where the webpage
is going to be hosted because the font will be encoded specifically
for that web address. If you try to use that font in another
website it wont work. please note I have moved this webpage to
another location so the eot version will not work until I update it.

I wondered why this was too until I re-read Max’s original post,
quoted above.


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

Anyone else using @font-face in freeway? I’ve not tried it. I’ve downloaded the example above, but have not been able to upload it properly. Also ran across a good article with the following code:

Code from Bulletproof @font-face syntax - Paul Irish

@font-face {
font-family: “Your typeface”;
src: url(“type/filename.eot”);
src: local(“:smiling_face:”),
url(“type/filename.woff”) format(“woff”),
url(“type/filename.otf”) format(“opentype”),
url(“type/filename.svg#filename”) format(“svg”);
}

@font-face {
font-family: “Your italic typeface”;
src: url(“type/filename-ital.eot”);
src: local(“:smiling_face:”),
url(“type/filename-ital.woff”) format(“woff”),
url(“type/filename-ital.otf”) format(“opentype”),
url(“type/filename-ital.svg#filename-ital”) format(“svg”);
}
h2 { font-family: “Your typeface”, Georgia, serif; }
h2 em { font-family: “Your italic typeface”, Georgia, serif; }
em { font-style: italic; }

In freeway, would this code would be added via the style palette in the extend option or in the before page markup?

Thanks for any experience strength and hope on this issue. Would love to use more interesting fonts.

Jan


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

Hi,
I have an Action which implements @fontface - it uses font packs from www.fontsquirrel.com (which will also convert your own fonts if you are legally allowed to).

http://www.actionsworld.com/Actions/Caxton/index.php

My Actions Site uses @fontface rather a lot.


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

I am using Caxton extensively.

I only use one font, Prociono, and it is one designed for this use. The kerning seems quite a bit better, though that could be my imagination. The font’s design was specifically for browser kerning.

There were some issues early in the game for me, with resources getting dropped. That may or may not have been due to Caxton and my use. But things have been stable for a good whole as I pull all sorts of other FWP tricks. I would highly recommend it.

—Ted


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

Do you have a url to show the font in use?

Nathan Garner

http://www.austinwellsdesign.co.uk

FW5 Pro | MacBook Pro | Snow Leopard

On 6 Aug 2010, at 15:06, tedg wrote:

I am using Caxton extensively.

I only use one font, Prociono, and it is one designed for this use. The kerning seems quite a bit better, though that could be my imagination. The font’s design was specifically for browser kerning.

There were some issues early in the game for me, with resources getting dropped. That may or may not have been due to Caxton and my use. But things have been stable for a good whole as I pull all sorts of other FWP tricks. I would highly recommend it.

—Ted


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

http://www.sirius-beta.com/VirtualEnterprises/WhitePaper.html

Is a good page.


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

Sorry. Yesterday I went through and fully justified the whole site.
I see now that was a mistake. You can see that the space between the words is greater at the beginning of each line.

This is what it looked like yesterday and will again tomorrow:

http://www.sirius-beta.com/VirtualEnterprises/whitepaperjust.html


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

Sorry. I justified the whole site yesterday. I see that is a mistake. The space between words is all at the beginning of each line.

This is what it looked like yesterday and will tomorrow. A better example.

http://www.sirius-beta.com/VirtualEnterprises/whitepaperjust.html


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