Skip to content

predixdesignsystem/px-typography-design

Repository files navigation

px-typography-design

The Predix UI Typography module defines styles for basic typography.

Dependencies

The px-typography-design module depends on three other Px modules:

Upstream dependencies

The px-typography-design module is also an upstream dependency in this meta kit:

Installation

Install this module and its dependencies using bower:

bower install --save px-typography-design

Once installed, @import into your project's Sass file in its Base layer:

@import "px-typography-design/_base.typography.scss";

Usage

Individual webfont files should be included in a type directory. Files must be present in the following filetypes:

  • eot
  • svg
  • ttf
  • woff

These classes are available to adjust font-weight:

  • .weight--[light|normal|semibold]

View the full API here.