Skip to content

Commit

Permalink
docs: Update readme with E4E theme callouts
Browse files Browse the repository at this point in the history
  • Loading branch information
joncursi committed Nov 14, 2024
1 parent eb62194 commit 897e165
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,14 +156,15 @@ of your React app after obtaining the licensed font URL from Marketing:

#### Work Sans, Roboto, Roboto Mono

The `ENCOURAGE` theme assumes that the
The `ENCOURAGE` and `ENCOURAGE_E4E` themes assume that the
[Work Sans](https://fonts.google.com/specimen/Work+Sans),
[Roboto](https://fonts.google.com/specimen/Roboto), and the
[Roboto Mono](https://fonts.google.com/specimen/Roboto+Mono) fonts are available
in the browser. Therefore, it is recommended that you include the following font
reference in the `head` of your React app:

```html
<!-- Fonts required for ENCOURAGE: -->
<link
href="https://fonts.googleapis.com/css2?display=swap&family=Work+Sans:[email protected]"
rel="stylesheet"
Expand All @@ -176,6 +177,20 @@ reference in the `head` of your React app:
href="https://fonts.googleapis.com/css2?display=swap&family=Roboto+Mono:[email protected]"
rel="stylesheet"
/>

<!-- Fonts required for ENCOURAGE_E4E: -->
<link
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;500&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?display=swap&family=Work+Sans:[email protected]"
rel="stylesheet"
/>
```

### CSS Baseline
Expand Down

0 comments on commit 897e165

Please sign in to comment.