Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Is there an alternative to @Font-Face's horrible rendering?
Old 11-21-2012, 06:03 PM Is there an alternative to @Font-Face's horrible rendering?
RDay26's Avatar
Average Talker

Posts: 19
Name: Ryan Day G.
Location: San Antonio, Texas
Trades: 0
I made the mistake of designing a page with a font I liked without testing the rendering of that font first. After using the @font-face rule, I noticed that all of the browsers rendered the font at different sizes and they all had very messy edges and character spacing.

I really like the aesthetic and size of the font in Photoshop, so is their a semantic alternative to using a font that not all users will have installed? I know I could use images, but the font is being used for my h1, h2, main nav, and footer nav.
RDay26 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 11-21-2012, 07:54 PM Re: Is there an alternative to @Font-Face's horrible rendering?
vultren's Avatar
Super Spam Talker

Posts: 790
Name: Tony
Location: Seattle Washington
Trades: 1
Quote:
Originally Posted by RDay26 View Post
I made the mistake of designing a page with a font I liked without testing the rendering of that font first. After using the @font-face rule, I noticed that all of the browsers rendered the font at different sizes and they all had very messy edges and character spacing.

I really like the aesthetic and size of the font in Photoshop, so is their a semantic alternative to using a font that not all users will have installed? I know I could use images, but the font is being used for my h1, h2, main nav, and footer nav.
That's all you've got to work with unless you use an image.

The font should just be reading and rendering as the standard raw font file, maybe in photoshop you modified the text a bit? There is a lot things you can do in Photoshop that modifies the text.
__________________

Please login or register to view this content. Registration is FREE

"Do or do not, there is no try"
vultren is offline
Reply With Quote
View Public Profile
 
Old 11-22-2012, 01:22 AM Re: Is there an alternative to @Font-Face's horrible rendering?
Super Moderator

Posts: 1,632
Location: Kokkola, Finland
Trades: 1
link to the page would help illustrate the problem - and show how you've used @font-face
davemies is offline
Reply With Quote
View Public Profile Visit davemies's homepage!
 
Old 11-24-2012, 12:36 AM Re: Is there an alternative to @Font-Face's horrible rendering?
RDay26's Avatar
Average Talker

Posts: 19
Name: Ryan Day G.
Location: San Antonio, Texas
Trades: 0
@vultren: The only editing to the font done in Photoshop was the anti-aliasing.

@davmie: This is all I've done with @font-face:
Quote:
@font-face {
font-family: swiss721;
src: url(../webfonts/swissck.ttf), url(../webfonts/swissck.eot);
}
h1 {
font-family: swiss721;
font-size: 265px;
line-height: 215px;
margin: 0;
padding: 10px;
float: left;
}
It isn't working for IE unfortunately and I uploaded the index to an old domain. I can't post links until I've posted 10 times on the forums but the domain is daylidesign.com. The h1 ("CRE8IVE") and the main nav are using the font. The h2 ("DESIGNER") is an image for now. The rendering looks better on Macs and in Firefox on PCs.

I can live with the rendering of the nav, but with the size of the headers, the current rendering isn't going to cut it.
RDay26 is offline
Reply With Quote
View Public Profile
 
Old 11-24-2012, 02:09 AM Re: Is there an alternative to @Font-Face's horrible rendering?
Super Moderator

Posts: 1,632
Location: Kokkola, Finland
Trades: 1
hmm when i use fontsquirrel i get something like:
@font-face {
font-family: 'Museo300';
src: url('type/museo300-regular-webfont.eot');
src: url('type/museo300-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('type/museo300-regular-webfont.woff') format('woff'),
url('type/museo300-regular-webfont.ttf') format('truetype'),
url('type/museo300-regular-webfont.svg#Museo300') format('svg');
font-weight: normal;
font-style: normal;
}

you could try using uploading the font to their font-face generator http://www.fontsquirrel.com/fontface/generator - that should at least make it work in IE.
font looks great in firefox (win 7) and crap in chrome (chrome on pc is **** though for font rendering). macs have better font rendering generally than pc (afaik)
davemies is offline
Reply With Quote
View Public Profile Visit davemies's homepage!
 
Old 11-24-2012, 09:46 PM Re: Is there an alternative to @Font-Face's horrible rendering?
RDay26's Avatar
Average Talker

Posts: 19
Name: Ryan Day G.
Location: San Antonio, Texas
Trades: 0
Wow thanks! I used font squirrel's generator and the font is working in IE now. It even cleaned up rendering
RDay26 is offline
Reply With Quote
View Public Profile
 
Old 11-25-2012, 02:24 AM Re: Is there an alternative to @Font-Face's horrible rendering?
Super Moderator

Posts: 1,632
Location: Kokkola, Finland
Trades: 1
great!
davemies is offline
Reply With Quote
View Public Profile Visit davemies's homepage!
 
Reply     « Reply to Is there an alternative to @Font-Face's horrible rendering?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.46904 seconds with 11 queries