Webmaster Forum


Go Back   Webmaster Forum > Web Development > Web Design Lobby

Web Design Lobby Forum for general web design issues not specific to scripting or graphics.


Reply
 
LinkBack Thread Tools Display Modes
Share |
  #1 (permalink)  
Old 05-20-2010, 10:47 AM
Junior Member
 
Join Date: 05-15-10
Location: France
Posts: 11
iTrader: 0 / 0%
We can now use new fonts on the web – Google fonts is here!

Google has released web fonts today, giving us an easy and reliable way of embedding fonts other than Arial, Verdana, Georgia, zzzzzz...

Check out:

code.google.com/webfonts

My initial impression is that this is fantastic but as with anything technical, don’t use it unless you have a great reason for doing so and make sure that it degrades gracefully. For one, I saw a comment of problems with the iPhone (just glancing).

Early days, great news, have fun
 
Reply With Quote
  #2 (permalink)  
Old 05-22-2010, 12:34 PM
Junior Member
 
Join Date: 05-21-10
Posts: 12
iTrader: 0 / 0%
This is amazing! Thank you so much for sharing, I had no idea that google was even working on something like this.
 
Reply With Quote
  #3 (permalink)  
Old 05-25-2010, 10:30 AM
Contributing Member
 
Join Date: 06-29-07
Posts: 313
iTrader: 0 / 0%
This is great, although there are so few fonts.
Awesome idea by giving the possibility to implement a font into your site using their API
__________________
Rims for Cheap
Check out Santaluz Real Estate
 
Reply With Quote
  #4 (permalink)  
Old 05-25-2010, 08:16 PM
Jim Gillum's Avatar
Moderator
 
Join Date: 11-16-09
Location: Deland, Florida
Posts: 5,943
iTrader: 0 / 0%
The problem with fonts has been the all browsers can not display all fonts......thusly....some of your readers can not read what you wrote....
__________________
Help For New Marketers
www.For-New-Marketers.Info/blog
 
Reply With Quote
  #5 (permalink)  
Old 05-25-2010, 10:56 PM
Hades's Avatar
Senior Web Developer
Latest Blog:
None

 
Join Date: 01-23-07
Location: Argentina
Posts: 2,273
iTrader: 0 / 0%
this is too good to be true!
__________________
Cristian Espinoza ~ Sr. Web Developer
Currently available for Freelance Web Development

(+54 9) 1155 601 661
Skype: espinoza.cristian
 
Reply With Quote
  #6 (permalink)  
Old 05-27-2010, 08:55 PM
snakeair's Avatar
Super Moderator
 
Join Date: 12-31-07
Location: Medford, NJ
Posts: 42,203
iTrader: 3 / 100%
The Future of Web Fonts

Mashable just did a blog post on the future of web fonts. I am not a designer and the font's don't really seem important to me. (just being honest here)

If you have time to spare, here is a sneak peek of the blog post.

Quote:
Over the last 15 years, web design and development has evolved tremendously. The introduction of CSS, advancements with HTML, the ever-increasing power of JavaScript, and technologies like Flash and Silverlight, have made the visual world of the 2010 web very different from the web from even five or six years ago. Except of course, for typography.

Typography is an important design element that can drastically alter the look and even the feel of content. However, because of technical (and licensing) restrictions, dynamic fonts used on the web have been limited to a small subset of styles. On the positive side, over the last twelve months the landscape for web typography has changed dramatically.


New technologies and services, including Google’s() recently announced Google Font API, are making it possible for...
Continued at: Future Of Web Font
__________________
Newbiz Advertising - A resourceful blog

Like us on Facebook: facebook.com/Newbizshop

Premium WordPress Themes - A list of themes.
 
Reply With Quote
  #7 (permalink)  
Old 05-27-2010, 09:33 PM
HTMLBasicTutor's Avatar
Super Moderator
 
Join Date: 10-29-07
Location: British Columbia, Canada
Posts: 18,103
iTrader: 5 / 100%
Along with the other points made in the Mashable article,
Quote:
These are important issues to take into consideration when you use fonts in your own designs. Just because you can use a script font to display your primary content doesn’t mean that you should. Save that for headings and accents, keep main content readable and clear.
What if the user doesn't allow/can't process client side scripts? Or if you use the example below and Google's site goes down or is slow loading?

Quick example from Google's Getting Started - Google Font API - Google Code page:
Code:
<html> <head> <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Tangerine"> <style> body { font-family: 'Tangerine', serif; font-size: 48px; } </style> </head> <body> <h1>Making the Web Beautiful!</h1> </body> </html>
You do realize that Google's own Site Speed report will tell you to condence your CSS files and reduce external requests, right? Kind of ironic don't you think?

I'm already noticing sites I Stumble that load then their font changes after the script kicks in. Really distracting.

As with anything new on the Web, thinking this needs some kinks worked out first before one jumps on the band wagon.
__________________

HTML Basic Tutor - Learn how to code for better SEO
Basic Computer Information - Computer & internet basics for website owners

SEO troubleshooting and review services available. - Pm me.
 
Reply With Quote
  #8 (permalink)  
Old 05-29-2010, 11:15 PM
Hades's Avatar
Senior Web Developer
Latest Blog:
None

 
Join Date: 01-23-07
Location: Argentina
Posts: 2,273
iTrader: 0 / 0%
Alright I've tried it in a website I'm developing and it seemed to have slowed down the page a bit even when running it on a local instance of the server.

The page itself doesn't have a lot of code or images and I only used the custom font in 2 or 3 <h2> tags. I had a few javascript animations in there to fade in content, and after I activated the Google Fonts api the animation feels quite sluggish, so I'm considering discarding the idea but not sure. The fonts do look very good and they can be a good resource for my projects.

Does anyone know how it runs on a low end computer?

I have an Intel i5 processor and 4Gb RAM so I normally don't have problems running heavy scripts or animations in pages but this could be a limitation for many visitors.
__________________
Cristian Espinoza ~ Sr. Web Developer
Currently available for Freelance Web Development

(+54 9) 1155 601 661
Skype: espinoza.cristian
 
Reply With Quote
  #9 (permalink)  
Old 06-03-2010, 07:01 AM
Contributing Member
Latest Blog:
None

 
Join Date: 10-14-03
Location: Top left of England, UK
Posts: 169
iTrader: 0 / 0%
Just tried a very quick test and it seemed to be pretty quick, but that was basically just using their example page. Computer is summut from the Arc (AMD summut or other) circa 2003. If you've got a public test page, drop a note here and will check it.

Trev
 
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Design Lobby

Reply

Tags
embed, google. font


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Tiny fonts in Google Adsense ads florra82 Google Forum 7 10-06-2009 10:53 PM
New Google Adsense fonts? jeff33 Google Forum 14 03-08-2009 01:12 AM
fonts bekdesigns Tech Talk 4 04-01-2008 01:40 PM
which fonts are ok? realestate SEO Forum 6 10-25-2004 12:30 PM


V7N Network
Get exposure! V7N I Love Photography V7N SEO Blog V7N Directory


All times are GMT -7. The time now is 12:30 AM.
Powered by vBulletin
Copyright © 2000-2013 Jelsoft Enterprises Limited.
Copyright © 2003 - 2013 Escalate Media LP




Search Engine Optimization by vBSEO 3.6.0 RC 2 ©2011, Crawlability, Inc.