Search This Blog

Sunday, August 12, 2012

Welcome to designers blog here i have posted how to add the custom fonts using  Google web fonts

Step1 : Go to this link http://www.google.com/webfonts/

Step2:  Select Preview text  type the font u like to customized

Step3:  Click Add to Collection



Step4:  Click on to Choose, Review, Use




Step5:  To integrate in website Choose Use



Step6:  Add this Tag in your header tag

<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet' type='text/css'>

Step7: Integrate the fonts into your CSS:

            font-family: 'Lato', sans-serif;



No comments:

Post a Comment

Validating to select in sequencial order using angular

    < input type = "checkbox" (change) = "handleSelectTaskItem($event, taskItem)" [checked] = " taskItem . i...