/**
 * Directory where fonts live. May need to be amended depending on the structure
 * of your particular project.
 */

$font-path: "../fonts" !default;

/**
 * If `true`, OpenType variants will be used instead of TrueType. In most cases
 * the extra features OpenType provides (ligatures, stylistic alternates, etc)
 * wont’t be required, but may be for more editorially-focussed projects.
 */

$use-opentype: false !default;
