Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 0 additions & 1 deletion ADVANCED-USAGE-README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ This README covers advanced usage topics for PatternFly React users.

### Table of contents
1. [Applying Overpass Font](#Applying-Overpass-font)
2. [Tree shaking](#Tree-shaking)

## Applying Overpass font
If you would like to use Overpass instead of the Red Hat font, simply add the class `.pf-m-overpass-font` to an element that wraps your application (ideally `<html>` or `<body>`) to adopt the CSS changes that would allow opting in to the Overpass font.
3 changes: 1 addition & 2 deletions packages/react-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ export default <Button variant="primary">Button</Button>;
All component documentation is available on [PatternFly.org](https://www.patternfly.org/v4/components/about-modal).

#### Advanced usage
1. [Applying Overpass font](../../ADVANCED-USAGE-README.md#Applying-Overpass-font)
2. [Tree shaking](../../ADVANCED-USAGE-README.md#Tree-shaking)
1. [Applying Overpass font](https://github.com/patternfly/patternfly-react/blob/main/ADVANCED-USAGE-README.md#Applying-Overpass-font)

### Contribution guidelines
All React contributors must first be [PatternFly community contributors](https://www.patternfly.org/v4/contribute/about). If you are already a PatternFly community contributor, check out the [React contribution guidelines](https://github.com/patternfly/patternfly-react/tree/main/CONTRIBUTING.md) to make React contributions.
Expand Down