Hyde Fonts
A plugin for Jekyll that automates adding Google Fonts to your site.
The repository has instructions to get up and running.
Features
Utilizes a configuration file to specify fonts and variants to include in your site.
Creates CSS declarations for each font.
This can be included as a file or inline with other CSS on your site.
Exposes a liquid tag
{% hyde_fonts link %}
to include the fonts in your site using a link tag. Or{% hyde_fonts inline %}
to include the CSS for inclusion in other CSS files or<style>
tags.