informatics-lab / blog

The Met Office Lab Jekyll Blog
http://www.informaticslab.co.uk
Other
3 stars 6 forks source link

Add a hosted version of Emeric #371

Closed jacobtomlinson closed 7 years ago

jacobtomlinson commented 8 years ago

This will allow other projects to use the emeric font by either including in an html style tag or importing in css this file.

CSS

<link href="http://www.informaticslab.co.uk/css/font-emeric.css" rel="stylesheet">

HTML

<style>
@import url('http://www.informaticslab.co.uk/css/font-emeric.css');
</style>