Using Google Fonts in CSS

You can use a google font by adding this code to the top of your .css files allows the usage of Google Fonts. In this example, we are using the font "Raleway".

@import url(http://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);

 You can find out more about Google Fonts here: http://www.google.com/fonts#UsePlace:use

 

 

 

Have more questions? Submit a request

0 Comments

Please sign in to leave a comment.