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
2 changes: 1 addition & 1 deletion docs/realm/style/how-to/customize-fonts.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Adding a font link in the `<head>` element allows the font to download in parall
This maintains good page performance because the download doesn't block the page's rendering.

<details>
<summary>Learn more about the `<head>` tag</summary>
<summary>Learn more about the <code>&lt;head&gt;</code> tag</summary>

The `<head>` tag contains metadata, links to
scripts and stylesheets, and other information that is
Expand Down