SME Pals is reader-supported. When you buy through links on our site, we may earn an affiliate commission. Learn more.
Make stunning sites using Google fonts

Beautiful Web design (for beginners) with Google Fonts

Regardless of whether you have a blog or an eCommerce store, having a beautiful website will lead to an increase in conversions, because people trust professional looking sites more.

Even though there are a few examples where unattractive site design has not prevented a business from becoming popular, good Web design makes better financial sense.

DesignModo email and website design apps

So why not make the effort?

And, now that Google provides an intuitive online fonts service that is freely available to the public, looking professional is easier than ever.

Google fonts makes beautiful Web design easy

This article will talk about what Google Fonts is, and how to use it to improve the look and feel of your website.

About Google Fonts

Google Fonts is an online resource that contains a categorized database of fonts that can be integrated into any website.

The font files themselves are unfortunately pretty large and cumbersome, so this limits the amount of fonts you can import into a site - otherwise, you risk slowing down page load times.

But, as Google points out, once someone has browsed a site that uses the same font(s) included in your site, their browser can use the cached version and it is not necessary to download the font files again.

Over time, hopefully, using Google fonts will not impact on the speed of your site in any significant way.

For now, it is probably best to pick one Google font that will be used over the majority of your website, and use standard Web safe fonts (like Arial, Verdana, Helvetica, etc) if you need variety.

How to add Google fonts to your website

To add a Google font to your site, follow these steps:

  1. Go to Google Fonts
  2. Find a font that you would like to use on your site and click the blue "Add to collection" button, like this:
    Adding a new Google font to your collection
  3. Next, you can choose the styles to include with the font download. Be careful to keep the size down:
    Selecting Google font styles from your collection
  4. Scrolling down the page, you'll be able to choose a method of importing the font CSS. Often, the easiest way is to simply copy and paste the link declaration into the <HEAD> section of your site:
    Embedding a Google font using link
  5. Once you have copied and pasted the link code, your header section (in the HTML code of your website) should look something like this:
    Google fonts CSS link in page header HTML

With the font CSS included in the site, it is available to use in your CSS code.

Don't panic if you don't know anything about CSS. All you need to do in order to see the new font in action is:

  1. Find your site's CSS file(s)
  2. Open it for editing and search for the phrase font-family. You should see something like:

    body {
    font-family: Verdana,Helvetica,sans-serif;
    ...
    }

  3. Change the font-family CSS declaration to include your new Google font. In the case of SME Pals, we made the following change to the font family:

    font-family: Raleway,Verdana,Helvetica,sans-serif;

    Remember to swop the new font name (shown in bold above) with the name of the one you are using.

  4. Save the changes and refresh your browser. If there is no change visible, you may need to clear out any caches your site has first.

The above instructions use the body declaration as an example. This will change the font across your whole site - unless a particular piece of content has its own font-family styling.

However, you can apply a font style anywhere you like - it doesn't have to be site wide in the body declaration.

Pretty easy, huh?

It's a good idea to play around with different fonts to get a feel for what's on offer, and whether or not the style fits your site.

Drop a comment to let me know what you think of Google Fonts, and share your tips and experiences (hopefully positive ones) around how beautiful fonts can contribute to your site design and ultimately help market and grow your business.

Top 3 eCommerce site builders, comparison review. Pic by Martin SoulStealer

We've researched and compared each of the three leading eCommerce website builders to highlight which ones are the most popular, offer the best value for mon

Web design mistakes that can be fixed (unlike spilled milk)

Good Web design is important for success online, but big companies implement bad design all the time.

Free Website designs from top website builders. Pic by Yann Coeuru

Website builders have forever changed the world of Web design by allowing us to use free, responsive themes and templates to manage the look and feel of our

Improve UX Web design to help users and grow your business

User eXperience (UX) plays a vital role in how well your site converts traffic, and we've got some interesting Web design tips that will give your v

Five great ways to make your site better

There are a few main reasons why every Webmaster should be constantly on the lookout for ways to improve or upgrade their websites.

Old HTML tables can be upgraded into a responsive design with CSS3 and media queries

Mobile first, responsive Web design is something that can't be ignored because devices likes tablets and smartphones are quickly becoming the dominant browsi

Shopify eCommerce website builder

See how Shopify makes it quick and easy to design, build and host your own cutting-edge, responsive online store/boutique.

Basic HTML code for bloggers and newbies

Having a basic knowledge of HTML (HyperText Markup Language) can be a huge help for bloggers, online entrepreneurs, or anyone who might be asked to

Structured data can improve SEO and sales

Any eCommerce store owner looking to increase sales by driving Website traffic from organic search needs to pay close attention to what structured data (rich snippets) is all about.

From a technical point of view, structured data is implemented by using additional markup in your HTML code that uses an agreed upon vocabulary for representing data in webpages (defined at schema.org).

Dedicated Server Hosting Comparison

Are you looking for dedicated server hosting for your blog or business website, and want a comparison table of the best plans from leading Web hosts to help

Create a free website

Learn how to create the perfect website for free with great design and functionality that's super easy to maintain and cheap to operate.

Critical features of a Website. Pic by Michael

What features makes a website good can be a really subjective thing. What works for one might be complete poison for another.

Back to Top