Store fonts in map and loop through it to output shorthand helper-classes and font-faces for each ``` scss $fonts: ( 'Open Sans': ( file: ... (optional); version: ... (optional); ... ), ... ) !default; ```
Store fonts in map and loop through it to output shorthand helper-classes and font-faces for each