Tag: Web Fonts

Using fonts hosted on your site

Featured Image

In Using Google Font API article I’ve presented one method of incorporating specific fonts into your website. The Google’s method will free you from any legal problems related to hosting unlicenced fonts, however, there are couple of drawbacks. Fonts have to be downloaded from Google’s servers and that takes time. Secondly, there are only 14 […]

Using Google Font API

Featured Image

For many years web developers had to rely on fonts being available on viewers’ machines. Not any more – thanks to Google Font API. I’ll present just one simple example of this method. For a list of available fonts go to Google Font Directory. For a complete documentation visit Google Font API. Example: This is […]