Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 13 additions & 3 deletions guidelines/principles/typography/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ Make sure you include all the different typographic variants in order to enhance

For our sans-serif `font-family`, we use the humanist typeface Open Sans, designed by Steve Matteson and licensed under the [Apache License, Version 2.0.](https://www.apache.org/licenses/LICENSE-2.0.html)

| Token | Description | Property | Value |
| :--- | :--- | :--- | :--- |
| `font-family-sans` | _Default font family sans-serif_ | `font-family` | 'Open Sans', sans-serif |
| Token | Description | Property | Value |
| :--- | :--- | :--- | :--- |
| `font-family-sans` | _Default font family sans-serif_ | `font-family` | 'Open Sans', sans-serif |
| `font-family-mono` | _Default font family monospaced_ | `font-family` | Source Code Pro', monospace |


## Weight

Expand Down Expand Up @@ -201,6 +203,14 @@ _Additional caption and overline styles_
| `line-height` | `font-leading-normal` | 1.5em |


## Accesibility

### WCAG

* Understanding WCAG 2.2 - [SC 1.4.6: Contrast (Enhanced)](https://www.w3.org/WAI/WCAG21/Understanding/contrast-enhanced.html)
* Understanding WCAG 2.2 - [SC 1.4.12: Text Spacing](https://www.w3.org/WAI/WCAG22/Understanding/text-spacing)


____________________________________________________________

[Edit this page on Github](https://github.com/dxc-technology/halstack-style-guide/blob/master/guidelines/principles/typography/README.md)