UNPKG

responsivewebframework

Version:

Jalasoft Foundation Front End Framework ========================================

63 lines (59 loc) 2.69 kB
// // Variables // -------------------------------------------------- //== Typography // //## Font. @font-family-base-one: "DINNextLTPro"; @font-family-base-two: "DINNextRoundedLTPro"; @font-family-Black: "@{font-family-base-one}-Black"; @font-family-BlackCondensed: "@{font-family-base-one}-BlackCondensed"; @font-family-BlackItalic: "@{font-family-base-one}-BlackItalic"; @font-family-Bold: "@{font-family-base-one}-Bold"; @font-family-BoldCondensed: "@{font-family-base-one}-BoldCondensed"; @font-family-BoldItalic: "@{font-family-base-one}-BoldItalic"; @font-family-Condensed: "@{font-family-base-one}-Condensed"; @font-family-Heavy: "@{font-family-base-one}-Heavy"; @font-family-HeavyCondensed: "@{font-family-base-one}-HeavyCondensed"; @font-family-HeavyItalic: "@{font-family-base-one}-HeavyItalic"; @font-family-Italic: "@{font-family-base-one}-Italic"; @font-family-Light: "@{font-family-base-one}-Light"; @font-family-LightCondensed: "@{font-family-base-one}-LightCondensed"; @font-family-LightItalic: "@{font-family-base-one}-LightItalic"; @font-family-Medium: "@{font-family-base-one}-Medium"; @font-family-MediumCond: "@{font-family-base-one}-MediumCond"; @font-family-MediumItalic: "@{font-family-base-one}-MediumItalic"; @font-family-Regular: "@{font-family-base-one}-Regular"; @font-family-UltraLight: "@{font-family-base-one}-UltraLight"; @font-family-UltraLightCond: "@{font-family-base-one}-UltraLightCond"; @font-family-UltraLightIt: "@{font-family-base-one}-UltraLightIt"; @font-family-rounded-Bold: "@{font-family-base-two}-Bold"; @font-family-rounded-Light: "@{font-family-base-two}-Light"; @font-family-rounded-Medium: "@{font-family-base-two}-Medium"; @font-family-rounded-Regular: "@{font-family-base-two}-Regular"; //## Font face .font-face(@font-family-Black); .font-face(@font-family-BlackCondensed); .font-face(@font-family-BlackItalic); .font-face(@font-family-Bold); .font-face(@font-family-BoldCondensed); .font-face(@font-family-BoldItalic); .font-face(@font-family-Condensed); .font-face(@font-family-Heavy); .font-face(@font-family-HeavyCondensed); .font-face(@font-family-HeavyItalic); .font-face(@font-family-Italic); .font-face(@font-family-Light); .font-face(@font-family-LightCondensed); .font-face(@font-family-LightItalic); .font-face(@font-family-Medium); .font-face(@font-family-MediumCond); .font-face(@font-family-MediumItalic); .font-face(@font-family-Regular); .font-face(@font-family-UltraLight); .font-face(@font-family-UltraLightCond); .font-face(@font-family-UltraLightIt); .font-face(@font-family-rounded-Bold); .font-face(@font-family-rounded-Light); .font-face(@font-family-rounded-Medium); .font-face(@font-family-rounded-Regular);