Correct monospace font to monospaced font
This commit is contained in:
parent
f19171e382
commit
83504f8f24
|
@ -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
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue