Skip to main content

How To Add Google Webfonts to Blogger or Website for Free

In web designing nice fonts are essential.If you just moved your CSS to an external file then you need to add the web-fonts to your blog or website again.Or if you have a self hosted website and you need to add more fonts to your website then you should follow this article.Clean and nicely matching fonts will give your website or blog a professional look.


How To Add Google Webfonts to Your Blog or Website for Free


CSS Web safe fonts

Before adding web fonts you should know about web safe fonts.These fonts can be found in every system.So your website or blog can be displayed correctly in almost every system in the world.But these fonts are limited.If you don't link the correct style sheet for your web fonts the browser will automatically show a web safe font by default like Arial,Times New Roman.Web safe fonts are the fastest fonts as it doesn't needed to be downloaded from internet.So before adding a web font check out CSS web safe fonts too.Here's a list of CSS web safe fonts.

Adding Google Web Fonts 

Well this is very easy and you don't need any special programming or coding skills.
How To Add Google Webfonts to Your Blog or Website for Free

#2.Choose the fonts you want in your blog.Choose wisely you don't need to add more that 3 fonts as it will slow down your page load speed.Choose one for headings and one for paragraphs.The font you choose for paragraphs must be very readable.Click 'Add to Collection' in every font you want.

How To Add Google Webfonts to Your Blog or Website for Free

#3.Now click Use button in the footer.

Using webfonts

#4.You will be redirected to a page showing the total slowdown and other data.Now select the styles you want to be added.This is not very much necessary but some fonts have special effects in their styles.Note that the more styles you select slower the loading speed.

Adding webfonts

#5.After selecting all the options you need scroll down the page a little bit.You'll see this code under number 3.Copy the code by CTRL+C ,in mac Command+C.

Copy web font code

#6.Now you have to edit your website/blog's source code.If your using blogger go to Template > Edit HTML.

How To Add Google Webfonts to Your Blog or Website for Free

#7.Search for the opening <head> tag.And paste the code you just copied right after it.

How To Add Google Webfonts to Your Blog or Website for Free


How To Add Google Webfonts to Your Blog or Website for Free

#8.Now add a forward slash at the end of the code.Before > (greater than) mark.

How To Add Google Webfonts to Your Blog or Website for Free

#9.Save the template.If you're doing this on a self hosted site then save its source code.

Using the web fonts in CSS

Actually you may already know this.The syntax is as below.

p {
font-family: 'Your font name',generic family;
}

example :
#navigationbar ul {
font-family : 'Arvo', serif;
}


Comments

  1. Hi there! The smaller font under each word tells the actual name of the font. The "sparkling" one is called Sweet Pea font and the link is: http://www.dafont.com/sweet-pea.font
    The clickable links to all of them are right under the image!
    Thanks!

    ReplyDelete

Post a Comment

Like our post?
Want to know more?
Please ASK!

Popular posts from this blog

USE HARDWARE ACCELERATION FOR VIDEO PLAYBACK | 4K HEVC 10bit | GPU DECODING GOOD or BAD ?

So as it seems that 4K is getting popular these days, but some people who have older computers may have some trouble playing 4K videos. Especially 10bit HEVC (x265) format. But the support for hardware decoding of HEVC 10 bit videos has been added few years ago. First of all lets see whether this hardware decoding is better than normal software(CPU) decoding compared with power. We won't be playing a game while watching a movie of course, at least not with a single monitor setup. So we can stop worrying about GPU usage going for 100% while watching a movie. But you could be doing many tasks with CPU while watching a movie. It is very practical. So lets turn into power consumption. This is very important for laptops. The following details are from a laptop with Intel Core i5 8250u with Intel HD graphics 620. File details. I used VLC media player latest version. All the Nvidia and Intel drivers used here are uptodate. Make sure you have the latest software and driv

How To Move Blogger Inline Styles CSS to External CSS file with Google Drive Within 5 mins

Inline style are the major barrier between good SEO score and your blog.Inline styles make the code too big, so how long you write the code to text ration won't rise up.In blogger, inline styles are used by default.But most of the websites on internet use external style sheets as they are self hosted and the designers are very likely to use external CSS.Sometimes Blogger use internal styles.You can learn the difference between Internal CSS,Inline CSS and External CSS from W3 schools .Read this article on Inline VS External CSS . Probably you may have tried copying CSS between <b:skin> tags of your Blogger blog.If you tried that you already know that it doesn't work.Because Blogger has more CSS coding that won't show in Template>Edit.So to find the real exact CSS code of your blog follow these steps.For this tutorial you need a Google Drive account,if you have a Blogger account you may already have one.If you don't have a Google Drive account create one now

DC Motor,Computer Cooling Fan Speed Controller Circuit DIY using Single Transistor And a Potentiometer

The circuit above can control speed of your DC motors or Computer Fans.If you use this to control speed of DC motors please use a diode to protect the Transistor,brush-less fans -OK.You can change the variable speed range by changing the value of R1 potentiometer.But don't use very high values,its pointless. The transistor used here is a NPN 2n3055,it can handle up to 15A and 115W of power.And this transistor can handle up to 60V.So if you're using this for PC fans you can add more in parallel.Normally a computer fan uses about 0.4W of power.Some powerful ones may use about 7W of power.If you don't use so much power then you can use a low power transistor like C1061,D313 etc. If you don't want to change the speed too often or hard to find a potentiometer or just willing to make this out of scrap you can use a Trim resistor for R1. The transistor may heat up very much and its essential to use a Heat sink.If you can,do not solder the transistor to the PCB s