Welcome to the IMTalk - Internet Marketing & SEO Forum.
  • Login:
+ Reply to Thread
Results 1 to 9 of 9

Thread: Google fonts

  1. #1
    bluearrow's Avatar
    bluearrow is offline IM & SEO Chatty bluearrow is just really nice bluearrow is just really nice bluearrow is just really nice bluearrow is just really nice
    Join Date
    Feb 2011
    Location
    Mount Olympus
    Posts
    1,916
    Thanks Given
    118
    Thanked 356 Times in 262 Posts

    Google fonts

    Google fonts let you to use some great fonts for your site. Even the user doesn't have the font it really doesn't matter.

    Here You can see fonts they let you use,

    Code:
    http://www.google.com/fonts/
    And this is how you use it,

    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>
        <div>Making the Web Beautiful!</div>
      </body>
    </html>
    You can use add a shadow using CSS like this,

    Code:
    body {
      font-family: 'Tangerine', serif;
      font-size: 48px;
      text-shadow: 4px 4px 4px #aaa;
    }

  2. The Following User Says Thank You to bluearrow For This Useful Post:


  3. #2
    mdstudio is offline IM & SEO Quiet One mdstudio is on a distinguished road
    Join Date
    Apr 2013
    Posts
    10
    Thanks Given
    0
    Thanked 1 Time in 1 Post
    I’ve been using Google Fonts for ages now. Not only let your user to use the fonts they don’t have in their computer, there are other advantage. First of all, it’s free and you don’t have to worry about copyright issues. It will save your sever bandwidth, as your visitor will request these fonts to Google servers not to your server.
    There are 3 ways to use Google fonts: by linking it in your html; by using import in your CSS; and you can also use JavaScript.
    There are other free web font services like Google Fonts out there on the net.

  4. The Following User Says Thank You to mdstudio For This Useful Post:


  5. #3
    Oldschoool is offline IM & SEO Weak Jaw Oldschoool is on a distinguished road
    Join Date
    Jun 2013
    Posts
    227
    Thanks Given
    12
    Thanked 18 Times in 15 Posts
    Thanks I knew of a lot of other google features but not this

  6. #4
    arronmattwills is offline IM & SEO Mumbler arronmattwills is on a distinguished road
    Join Date
    Jan 2014
    Location
    India
    Posts
    365
    Thanks Given
    9
    Thanked 12 Times in 11 Posts
    Yeah, I am using google fonts to bring good look and feel to my
    Website.
    It is easy to install into our css and free.
    I agree with your post.

  7. #5
    NoName94 is offline Banned NoName94 is on a distinguished road
    Join Date
    May 2014
    Posts
    262
    Thanks Given
    2
    Thanked 1 Time in 1 Post
    Thanks for sharing man, I usually found these codes for fonts

  8. #6
    singhabhishek251 is offline IM & SEO Weak Jaw singhabhishek251 is on a distinguished road
    Join Date
    Feb 2013
    Posts
    118
    Thanks Given
    4
    Thanked 7 Times in 7 Posts
    Google fonts have made life easy for many website designers and now they can show some more creativity by using these stylish fonts.
    website design company in Hyderabad |best urologist in Hyderabad website design hyderabad, best urologist Hyderabad, urologist, website

  9. #7
    bloggersjoy Guest
    Thanks for giving the code to use Google fonts. I will try this on my site.

  10. #8
    costin84 is offline IM & SEO Whisperer costin84 is on a distinguished road
    Join Date
    Jun 2014
    Posts
    34
    Thanks Given
    11
    Thanked 1 Time in 1 Post
    Google fonts are a good start, it will invite your creativity work

  11. #9
    makemoneyonline10 is offline IM & SEO Mumbler makemoneyonline10 is on a distinguished road
    Join Date
    Oct 2011
    Posts
    270
    Thanks Given
    0
    Thanked 10 Times in 6 Posts
    Google fonts are the best think for fonts families,font sizes and styles it is beauty of text in web sites...


 

Similar Threads

  1. Most popular fonts for website design
    By Alan Smith in forum Website Planning, Design & Development
    Replies: 1
    Last Post: 07-27-2012, 05:09 PM
  2. HUGE collections of free fonts for designers
    By stronywwwlublin in forum Website Planning, Design & Development
    Replies: 10
    Last Post: 04-26-2012, 07:46 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts