-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Update readme with E4E theme callouts
- Loading branch information
Showing
1 changed file
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
@@ -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 | ||
|