Text Styles
Change the appearance of text. NCIDS uses Poppins Regular, Semibold, and Italics for headings. Semibold is used for Bold and Italics can be used for headings. Open Sans Regular and Bold are used for body text and in components.
Utility Modules
Font style
Mixins and Functions
Utility | Mixin | Example |
---|---|---|
.text-style | u-text(style ) | @include u-text('italic')@include u-text('no-italic') |
Utility Classes
Module name | Are responsive modifiers turned on? | Active state modifiers | Gzip file size | Non-gzip file size |
---|---|---|---|---|
font-style | False | None | 0.02 KB | 0.11 KB |
The Celebrated Jumping Frog of Calaveras County
The Celebrated Jumping Frog of Calaveras County
Font weight
Mixins and Functions
Utility | Mixin | Example |
---|---|---|
.text-weight | u-text(weight ) | @include u-text('thin')@include u-text('normal')@include u-text(900) |
Utility Classes
Module name | Are responsive modifiers turned on? | Active state modifiers | Gzip file size | Non-gzip file size |
---|---|---|---|---|
font-weight | True | None | 0.1 KB | 0.54 KB |
The Celebrated Jumping Frog of Calaveras County
The Celebrated Jumping Frog of Calaveras County
The Celebrated Jumping Frog of Calaveras County
Note: Bold changed from the default of 700 to 600.
Letterspacing
Mixins and Functions
Utility | Mixin | Example |
---|---|---|
.text-ls-value | u-text('ls-value ') | @include u-text('ls-1')@include u-text('ls-auto')@include u-text('ls-neg-1') |
Utility Classes
Module name | Are responsive modifiers turned on? | Active state modifiers | Gzip file size | Non-gzip file size |
---|---|---|---|---|
letter-spacing | False | None | 0.05 KB | 0.28 KB |
The Celebrated Jumping Frog of Calaveras County
The Celebrated Jumping Frog of Calaveras County
The Celebrated Jumping Frog of Calaveras County
The Celebrated Jumping Frog of Calaveras County
The Celebrated Jumping Frog of Calaveras County
The Celebrated Jumping Frog of Calaveras County
The Celebrated Jumping Frog of Calaveras County
Text decoration
Mixins and Functions
Utility | Mixin | Example |
---|---|---|
.text-decoration | u-text(decoration ) | @include u-text('underline')@include u-text('strike')@include u-text('no-underline') |
Utility Classes
Module name | Are responsive modifiers turned on? | Active state modifiers | Gzip file size | Non-gzip file size |
---|---|---|---|---|
text-decoration | False | hover | 0.06 KB | 0.32 KB |
The Celebrated Jumping Frog of Calaveras County
The Celebrated Jumping Frog of Calaveras County
The Celebrated Jumping Frog of Calaveras County
The Celebrated Jumping Frog of Calaveras County
Text decoration color
Mixins and Functions
Utility | Mixin | Example |
---|---|---|
.underline-color | u-underline(color ) | @include u-underline('red-50v') |
Utility Classes
Module name | Are responsive modifiers turned on? | Active state modifiers | Gzip file size | Non-gzip file size |
---|---|---|---|---|
text-decoration-color | False | hover | 2.33 KB | 12.6 KB |
Uppercase and lowercase
Mixins and Functions
Utility | Mixin | Example |
---|---|---|
.text-case | u-text(case ) | @include u-text('uppercase')@include u-text('lowercase')@include u-text('no-uppercase') |
Utility Classes
Module name | Are responsive modifiers turned on? | Active state modifiers | Gzip file size | Non-gzip file size |
---|---|---|---|---|
text-transform | False | None | 0.04 KB | 0.2 KB |
The Celebrated Jumping Frog of Calaveras County
The Celebrated Jumping Frog of Calaveras County
The Celebrated Jumping Frog of Calaveras County
The Celebrated Jumping Frog of Calaveras County
Vertical align
Mixins and Functions
Utility | Mixin | Example |
---|---|---|
.text-vertical-align | u-text(vertical-align ) | @include u-text('baseline')@include u-text('sup')@include u-text('ttop') |
Utility Classes
Module name | Are responsive modifiers turned on? | Active state modifiers | Gzip file size | Non-gzip file size |
---|---|---|---|---|
vertical-align | False | None | 0.06 KB | 0.32 KB |
A line of text and text-baseline
A line of text and text-bottom
A line of text and text-middle
A line of text and text-sub
A line of text and text-tbottom
A line of text and text-ttop
A line of text and text-top
Whitespace
Mixins and Functions
Utility | Mixin | Example |
---|---|---|
.text-white-space | u-text(white-space ) | @include u-text('pre-line')@include u-text('no-wrap')@include u-text('wrap') |
Utility Classes
Module name | Are responsive modifiers turned on? | Active state modifiers | Gzip file size | Non-gzip file size |
---|---|---|---|---|
whitespace | False | None | 0.04 KB | 0.2 KB |