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;
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