From 83504f8f2498f1a29b88a08e08fe0e805d107694 Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Mon, 15 Jul 2024 18:03:12 +0800 Subject: [PATCH] Correct monospace font to monospaced font --- src/statements/accessibility.md | 2 +- src/statements/colophon.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/statements/accessibility.md b/src/statements/accessibility.md index d6845fa0..958bd896 100644 --- a/src/statements/accessibility.md +++ b/src/statements/accessibility.md @@ -23,7 +23,7 @@ High-level overview of the accessibility features of this site: * Sufficient font size that can be enlarged without breaking the site layout * No autoplaying audio or video -This site uses the [Lexend](https://www.lexend.com/) font family as the default font and [Intel One Mono](https://www.intel.com/content/www/us/en/company-overview/one-monospace-font.html) as the monospace font to improve text readability. +This site uses the [Lexend](https://www.lexend.com/) font family as the default font and [Intel One Mono](https://www.intel.com/content/www/us/en/company-overview/one-monospace-font.html) as the monospaced font to improve text readability. ## Testing diff --git a/src/statements/colophon.md b/src/statements/colophon.md index e092221a..fb692062 100644 --- a/src/statements/colophon.md +++ b/src/statements/colophon.md @@ -42,7 +42,7 @@ Eleventy has the Markdown parser [markdown-it](https://www.npmjs.com/package/mar ## Self-hosted Assets * [Lexend](https://www.lexend.com/) font family (used as the default font of this site) -* [Intel One Mono](https://www.intel.com/content/www/us/en/company-overview/one-monospace-font.html) typeface (used as the monospace font of this site) +* [Intel One Mono](https://www.intel.com/content/www/us/en/company-overview/one-monospace-font.html) typeface (used as the monospaced font of this site) ## JavaScript Due to this website being a static site, JavaScript is used to create dynamic and interactive components of this site. Here is a list of how JavaScript is used on this site: