Bower package for the Source Serif Pro web font.
Add the following HTML to your website:
<link href="/css/source-serif-pro.css" rel="stylesheet" type="text/css">Alternatively, you can use the minified version:
<link href="/css/source-serif-pro.min.css" rel="stylesheet" type="text/css">Use the following CSS to integrate the font into your website:
font-family: "Source Serif Pro", serif;To compile your own stylesheet, open scss/source-serif-pro.scss and remove any font styles you're not using:
@import "regular";
@import "bold";To generate an unminified stylesheet and source map file, run the following command:
gulpTo generate a minified stylesheet, run the following command:
gulp --production