UNPKG

colette

Version:

A CSS and JS starter kit for 20 Minutes web projects

27 lines (22 loc) 490 B
// Text format // // Fonts helpers. // // .bold - bold text // .italic - italic text // .uppercase - uppercase text // .font-secondary - small uppercase text (used on labels and pagers for example) // // Markup: helpers-text-format.twig // // Styleguide: Helpers.TextFormat .bold font-weight bold .italic font-style italic .uppercase text-transform uppercase .lowercase text-transform lowercase .font-secondary {fontSecondary}