04-12-2016, 08:22 PM
I am a big fan of Google Web Fonts. It is something every web designer should try his hands on. I normally add them to my CSS style sheets on forums using @importĀ . You can see an example below
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
It is also possible to add it to a template. Benefit of using Google Web Font is a large collection of beautiful fonts and a lightning fast CDN to add fonts to your project.
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
It is also possible to add it to a template. Benefit of using Google Web Font is a large collection of beautiful fonts and a lightning fast CDN to add fonts to your project.