Skip to content

Instantly share code, notes, and snippets.

View yossi-shasho's full-sized avatar

Yossi Shasho yossi-shasho

View GitHub Profile
@ghosh
ghosh / fonts
Last active November 21, 2021 05:43
Easy font face declarations using Sass lists, mixins and loops!
/**
* The path to the fonts folder, relative to the
* compiled stylesheet
*
* @type String
*/
$font-path: "../fonts/" !default;
/**