UNPKG

colette

Version:

A CSS and JS starter kit for 20 Minutes web projects

11 lines (10 loc) 381 B
// Font loading strategy // // $fontload ?= optional - value for `font-display` property. // $fontload-js ?= true - true if you choose js solution integrated to Colette // $fontload-class ?= 'webfont' - className added to `<html>` when fonts are loaded // // Styleguide: Settings.Fonts.Load $fontload ?= optional $fontload-js ?= true $fontload-class ?= 'webfont'