Mobile app version of vmapp.org
Login or Join
Margaret771

: Is there any difference between a font converted for web and TypeKit Let's say I want to use Helvetica Neue on my website. One solution is to convert the font for web use with websites which

@Margaret771

Posted in: #Fonts #InterfaceDesign #WebFonts #WebsiteDesign

Let's say I want to use Helvetica Neue on my website.
One solution is to convert the font for web use with websites which transforms the fonts through @font -face css property.

Other solution is to use the font through Adobe TypeKit.

I'm curios about the font rendering.
Is it the same font rendering? I'm asking because the fonts looks so much better when you preview them on Adobe TypeKit.

Does anyone know if there is a real difference in web rendering?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Margaret771

1 Comments

Sorted by latest first Latest Oldest Best

 

@Nimeshi706

Adobe TypeKit uses @font -face to define the fonts. It actually uses Javascript to dynamically link the correct fonts using the best method for the browser and OS in question and fires custom Javascript events when your fonts are loaded for example, but the actual fonts themselves are eventually loaded in the same way as you would load your own custom web-fonts, using @font -face.

Any difference in rendering is down to the fonts themselves. Font rendering is affected by a lot of factors, including differences between browsers and operating systems, how the font was created and optimised (hinting, for example) and the font formats being used. Screen fonts and print fonts are often optimised differently to deal with the different issues each medium presents.

There is a whole series of blog posts on the Typekit blog about font rendering:


Adobe Typekit Blog – Type Rendering on the Web


In short, the difference in rendering is most likely your font.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme