diff --git a/packages/core/README.md b/packages/core/README.md index c902951..3910d8e 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -74,7 +74,9 @@ - Uses [PrismJS] for syntax highlighting - Light and Dark mode supported - Copy code support -- Supports many languages, see [Supported Languages](#Supported Languages) +- Supports many languages, see [Supported Languages](#supported-languages) +- Will default to using [Fira Code] as font family + - The library first falls back to popular fonts such as [Cascadia Code] and [Meslo NGF] if it isn't available. If these are also not available it will go through various more popular coding fonts, ending in `monospace` Check out the [live demo](https://syntax-highlighter.now.sh/) for further examples. diff --git a/packages/react/README.md b/packages/react/README.md index 7fbc09f..c418d5a 100644 --- a/packages/react/README.md +++ b/packages/react/README.md @@ -64,7 +64,9 @@ - Uses [PrismJS] for syntax highlighting - Light and Dark mode supported - Copy code support -- Supports many languages, see [Supported Languages] +- Supports many languages, see [Supported Languages](#supported-languages) +- Will default to using [Fira Code] as font family + - The library first falls back to popular fonts such as [Cascadia Code] and [Meslo NGF] if it isn't available. If these are also not available it will go through various more popular coding fonts, ending in `monospace` Check out the [live demo](https://syntax-highlighter.now.sh/) for further examples.