MyBlogHelp– A Blog for Digital Marketing, Affiliate Marketing, Organic Lead Generation.
  • Home
  • About
  • Contact
  • Privacy
  • Sitemap
  • BLOG
  • AFFILIATE MARKETING
    • LeadsArk
  • MORE
    • MAKE MONEY
      • ONLINE BUSINESS
      • ADSENSE
      • AFFILIATE MARKETING
    • BLOGGING
      • SEO
      • BlogSpot
      • WORPRESS
      • GOOGLE
      • COMPUTER TIPS
    • WEB DESIGN
      • HTML
      • CSS
      • BOOTSTRAP
      • JAVASCRIPT
      • JQUERY
    • WEB DESIGN
      • HTML
      • CSS
      • BOOTSTRAP
      • JAVASCRIPT
      • JQUERY
    • WEB DEVELOPMENT
      • PHP
      • WORDPRESS
  • DOWNLOADS
    • Blogger Template
    • Wordpress Theme
    • PDF

Thursday, December 27, 2018

How to install Google Fonts on your Blogger Blog?

 MyBlogHelp     December 27, 2018     blogspot, google     3 comments   

Google-Fonts-on-Blog-or-Website
GOOGLE-FONTS-ON-BLOG
      

         My dear bloggers, today you will learn about how to install Google Web Fonts on your blog or website to improve text format. Google offers a lot of free Web Fonts. You can choose your favorite font.

       The better look of any website is an important part of success. If your site is not looking better, the user will not like your site in spite of the quality content on the site. So it is very important for a website or blog. With Google Web Fonts, you can change the text format and make your site's design better. 

       If you are a WordPress user, then you can easily install Google Fonts on the WordPress blog using the plugins. For this, you can use Easy Google Fonts Plugins. But if you are a BlogSpot(Blogger) user and want to add google web font with the CSS code, you will have to follow the below steps.

How to install Google Fonts on your Blogger Blog?


Step 1:

        First, you go to the Google Fonts website. Here you will find lots of fonts. You can search the font according to the categories, trends, and languages. Some of the top categories are given below.

            1. Roboto 
            2. Serif
            3. Sans Serif
            4. Display
            5. Handwriting
            6. Monospace

        You can also search the font through the search box as well. You can search the font according to your choice. Follow the below steps.

                1. Click on Plus Icon in fonts.                



Google-Font-Roboto



               2. Click the BlackBoard in the bottom.



Google-Font-Family


Step 2:

        Now here you will find Embed, Customize, Standard and @ Import options. You can customize the fonts with these options. As you want to change font-weight or change the font's language then you can click on the Customize option. In Font-weight, you can make the font smaller, bold, bolder and boldest. In my opinion, you can select Regular 400.



Google-Font-Weight


       Now you have two methods. You can add direct Google fonts to the blog and second you can add google fonts through the CSS code. You will learn both the ways as below.

Method 1: Add Google Fonts on Site Directly


        You don't have to follow more steps in this option. You can use google font only by following two steps.

           Add Stylesheet URL On Site Header:


         In this, there is a stylesheet link of the fonts. Which you have to add direct to your site's <head> section or <body> section. It is better to Paste this code before </ head> section of your blog or </ body> section.



Google-Fonts


          <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">

           If you are using this link in Blogger (BlogSpot), you have to close this link with backword slash (/) because blogger template or theme is coded in XHTML and empty tags are always followed by backward slash (/). 
         
       

              



Google-Font-Link
   

          Change font-family on CSS:

     Now open the CSS file of your blog and paste this code. If there is any other font-family replace it otherwise fonts will not work.

                   

                     

Google-Fonts-Font-Family

         
          If you are a blogger user then go to the blog dashboard >> Template >> Edit HTML section and add this code in CSS code. If you are a WordPress user then you can add this code to the style.css file by going to the WordPress dashboard >> Appearance >> Editor option.

Method 2: Install Google Fonts on Your Site Using Only CSS


         How to add google fonts to blog using just CSS code. If you do not want to use extra script and stylesheet files on blogs, then you can use google fonts in the blog only with the help of CSS coding.

1.Add style URL in CSS file using @import:


       For this, you can add the given URL in the stylesheet code in your blog's CSS file. From this, you can add font-family instead of Roboto whatever you want to do you can. 

@import url('
https://fonts.googleapis.com/css?family=Roboto');

If you do not want to add font-family CSS code in this way, then follow this second method.


2. Add Fonts Only CSS Code:


       In the second method, you can open the link which is given in the google fonts stylesheet code, which contains the CSS code that you want to add in CSS coding of the blog.


Link-of-Google-Fonts

        
 Copy the below URL paste this in the browser to get CSS code

         


        Like here, the URL of the "Roboto" code is given, it gets the CSS code when you open it. Copy this code and add it to your blog's CSS file.




3. Replace Other Font-family to your Font-family


         Now, if there is a other font family, you have to change it with your font family in the css file, then change it. Finally, all the process is completed. Now open your site and press Ctrl + F5 to refresh the page and see the font style of your site has changed. 


          In this way, you can install Google Fonts on your site and make your site look better.


Previous                                                                                                        Next













  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

3 comments:

  1. AnonymousDecember 28, 2018 at 9:52 PM

    When some one searches for his required thing, therefore he/she wants to be available that in detail, so that thing is maintained over here.

    ReplyDelete
    Replies
      Reply
  2. AnonymousFebruary 11, 2019 at 1:24 AM

    Ƭhis іs a bin of unsharpened Swiss Army Knife
    bⅼades.

    ReplyDelete
    Replies
      Reply
  3. omnilutionAugust 19, 2020 at 9:35 AM

    Thank you for writing this amazing post on how to add google fonts in blogger.

    ReplyDelete
    Replies
      Reply
Add comment
Load more...

Thank you for reading this post. Please do not enter any spam link in the comment box.

Followers

Blog Archive

  • ►  2020 (4)
    • ►  October (1)
    • ►  September (1)
    • ►  August (2)
  • ►  2019 (52)
    • ►  December (1)
    • ►  November (2)
    • ►  October (1)
    • ►  August (1)
    • ►  July (1)
    • ►  May (11)
    • ►  April (10)
    • ►  March (6)
    • ►  February (3)
    • ►  January (16)
  • ▼  2018 (54)
    • ▼  December (27)
      • How to use html5 nav tag?
      • How to install Google Fonts on your Blogger Blog?
      • How to use section tag in html5?
      • How to use meter tag in html5?
      • How to use time tag in html5?
      • How to use header tag in HTML5?
      • How to use figure tag in html5?
      • How to use aside tag in html5?
      • How to use details Tag in HTML5?
      • How to use wbr tag in html5?
      • How to use article tag in HTML 5 ?
      • How to use menu tag in html?
      • How to use base tag in HTML?
      • How to use HTML hr and br Tag?
      • How to use HTML address tag?
      • How to use HTML Meta Tags?
      • How to use HTML script & noscript Tag?
      • How to use DOCTYPE declaration in HTML?
      • How to use Form Tag in HTML?
      • How to use Block and Inline Tags in HTML?
      • How to use Lists in HTML?
      • How to use Image Tag in HTML?
      • How to use Table Tag in HTML?
      • How to use anchor Tag in HTML?
      • How to Format & Style in HTML?
      • How to use Heading in HTML?
      • What is Attribute in HTML?
    • ►  November (5)
    • ►  May (5)
    • ►  April (4)
    • ►  February (3)
    • ►  January (10)
  • ►  2017 (17)
    • ►  December (9)
    • ►  November (8)

Popular Posts

  • How to use the main tag in html5?
  • How to use keygen tag in html5?
  • How to use html5 mark tag to highlight text?
  • How to start Online Business without money from home?
  • What is a search engine?

Contact Us

Name

Email *

Message *

About MyBlogHelp

Most of the posts, we share on this blog related to Affiliate Marketing, Organic Lead Generation, Digital Marketing, Social Media Marketing, Make Money Online, SEO, and web design.

Featured Post

LeadArk - Affiliate Marketing | Qualified Organic Lead Generation | LeadsArk Review

Copyright © MyBlogHelp– A Blog for Digital Marketing, Affiliate Marketing, Organic Lead Generation.
Design by Md. Abdussamad | MyBlogHelp.com