Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FFavicon & BrandingAction1 icon(s) detectedFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BAlt Text Quality2 of 39 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 2 image(s) |
Images without alt text are invisible to screen readers.
Each image without alt text is a WCAG 1.1.1 failure — invisible to screen-reader users, lost from Google Image Search.
Learn more ▾ ▴
WCAG 2.1 Level A requires text alternatives for non-decorative images. Empty alt='' is fine for decorative; meaningful images need descriptive text. Common fixes: CMS audit + bulk add, build-time linter (alt-text-required ESLint rule), CI gate on Lighthouse a11y score.
Source: WCAG 2.1 SC 1.1.1 / WebAIM Million Report
CForm AccessibilityAction3 of 5 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #newsletter-email | Subscribe to our newsletters | aria-label | |
| #tab-1 | checkbox | About | for/id |
| #newalbum | input | (none) | none |
| create-new-album | checkbox | (none) | none |
| tabs | checkbox | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input name="newalbum" id="newalbum">; <input type="checkbox" name="create-new-album">; <input type="checkbox" name="tabs">
Form controls without labels — assistive tech announces 'edit text' with no context; users can't complete forms.
Source: WCAG 2.1 SC 3.3.2
CLink & Button QualityAction2 issue(s) across 168 links and 12 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://accounts.monotype.com/api/initLo… | Order history & downloads | new tab | Add '(opens in new tab)' to text |
| https://accounts.monotype.com/api/initLo… | Webfont kit builder | new tab | Add '(opens in new tab)' to text |
| https://accounts.monotype.com/api/initLo… | Account settings | new tab | Add '(opens in new tab)' to text |
| # | Printer-friendly version | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/myfonts/ | Follow us on Instagram | new tab | Add '(opens in new tab)' to text |
| https://www.x.com/MyFonts | Follow us on X | new tab | Add '(opens in new tab)' to text |
| https://www.pinterest.com/myfonts/ | Follow us on Pinterest | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/myfonts/ | Like our Facebook page | new tab | Add '(opens in new tab)' to text |
| https://foundrysupport.monotype.com/hc/e… | Become a Foundry partner | new tab | Add '(opens in new tab)' to text |
| https://signup.cj.com/member/signup/publ… | Become an Affiliate | new tab | Add '(opens in new tab)' to text |
| /a/font/legal/terms-and-conditions-of-bu… | Terms and Conditions | new tab | Add '(opens in new tab)' to text |
| /a/font/legal/terms-of-use | Terms of Use | new tab | Add '(opens in new tab)' to text |
| /a/font/legal/website-use-privacy-policy | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| /a/font/info/return-policy | Return Policy | new tab | Add '(opens in new tab)' to text |
| /a/font/legal | Legal | new tab | Add '(opens in new tab)' to text |
| /pages/faq | FAQ | new tab | Add '(opens in new tab)' to text |
| /pages/contact | Contact | new tab | Add '(opens in new tab)' to text |
| /a/font/legal/terms-and-conditions-of-bu… | Terms and Conditions | new tab | Add '(opens in new tab)' to text |
| /a/font/legal/terms-of-use | Terms of Use | new tab | Add '(opens in new tab)' to text |
| /a/font/legal/website-use-privacy-policy | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| /a/font/info/return-policy | Return Policy | new tab | Add '(opens in new tab)' to text |
| /a/font/legal | Legal | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Add '(opens in new tab)' to link text or aria-label.
https://accounts.monotype.com/api/initLogin?locale=en&source=myfonts&source_e…; https://accounts.monotype.com/api/initLogin?locale=en&source=myfonts&source_e…; https://accounts.monotype.com/api/initLogin?locale=en&source=myfonts&source_e…; #; https://www.instagram.com/myfonts/; https://www.x.com/MyFonts; https://www.pinterest.com/myfonts/; https://www.facebook.com/myfonts/; https://foundrysupport.monotype.com/hc/en-us/articles/360028863311-Get-Starte…; https://signup.cj.com/member/signup/publisher/?cid=5153455#/branded (+12 more)
Links with target="_blank" without rel="noopener" leak the originating page's window context — security and UX issue.
Learn more ▾ ▴
Without rel="noopener", the new tab can navigate the original tab via window.opener (tab-nabbing attack). Modern browsers default to noopener for target=_blank but only since recent versions. Always set rel="noopener noreferrer" explicitly.
Source: MDN target / OWASP
Icon-only buttons need an aria-label so screen readers can announce them.
button.carousel-arrow (#973 on page); button.slick-arrow (#975 on page)
Buttons with no accessible text (icon-only, no aria-label) can't be activated by voice control or understood by screen readers.
Source: WCAG 2.1 SC 4.1.2
C404 Error PageActionHTTP 404, custom pageREVIEW
BLighthouse Accessibility AuditsScore 82/100 — 6 failing, 28 passedREVIEW
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
ARIA
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Album div.item > div.name-ctas-container > div.ctas > div.searchBarWidget_filter |
Album div.item > div.name-ctas-container > div.ctas > div.searchBarWidget_filter |
Album div.item > div.name-ctas-container > div.ctas > div.searchBarWidget_filter |
Album div.item > div.name-ctas-container > div.ctas > div.searchBarWidget_filter |
Album div.item > div.name-ctas-container > div.ctas > div.searchBarWidget_filter |
Album div.item > div.name-ctas-container > div.ctas > div.searchBarWidget_filter |
Album div.item > div.name-ctas-container > div.ctas > div.searchBarWidget_filter |
Album div.item > div.name-ctas-container > div.ctas > div.searchBarWidget_filter |
Album div.item > div.name-ctas-container > div.ctas > div.searchBarWidget_filter |
Album div.item > div.name-ctas-container > div.ctas > div.searchBarWidget_filter |
Album div.item > div.name-ctas-container > div.ctas > div.searchBarWidget_filter |
Album div.item > div.name-ctas-container > div.ctas > div.searchBarWidget_filter |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.home-slick-caraousel > div.owl-nav > button.owl-prev > button.carousel-arrow div.home-slick-caraousel > div.owl-nav > button.owl-prev > button.carousel-arrow |
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.container > div.accordion-wrapper > div.tab > input div.container > div.accordion-wrapper > div.tab > input |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Tables and lists
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Browse by div.gh-header__bottom-content > div.gh-menu-wrapper > ul.gh-menu > li.gh-fs-13 |
Categories div.gh-header__bottom-content > div.gh-menu-wrapper > ul.gh-menu > li.gh-fs-13 |
Blog div.gh-header__bottom-content > div.gh-menu-wrapper > ul.gh-menu > li.gh-fs-13 |
WhatTheFont div.gh-header__bottom-content > div.gh-menu-wrapper > ul.gh-menu > li.gh-fs-13 |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Best practices
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Slide 1 div.home-slick-caraousel > div.owl-dots-container > div.owl-dots > button.owl-dot |
Slide 2 div.home-slick-caraousel > div.owl-dots-container > div.owl-dots > button.owl-dot |
Slide 3 div.home-slick-caraousel > div.owl-dots-container > div.owl-dots > button.owl-dot |
Slide 4 div.home-slick-caraousel > div.owl-dots-container > div.owl-dots > button.owl-dot |
Slide 5 div.home-slick-caraousel > div.owl-dots-container > div.owl-dots > button.owl-dot |
Slide 6 div.home-slick-caraousel > div.owl-dots-container > div.owl-dots > button.owl-dot |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Privacy Policy. div#onetrust-policy > div.ot-desc-cntr > div#onetrust-policy-text > a.ot-cookie-policy-link |
ALandmark Structure6 landmarksPASS
Multiple navigations need aria-label to distinguish them for screen readers.
Some <nav> elements lack aria-label — screen-reader users hear 'navigation' multiple times with no way to distinguish them.
Learn more ▾ ▴
When a page has multiple <nav> regions (primary, footer, breadcrumb), each needs aria-label or aria-labelledby. AT users navigate by landmark; identical 'navigation' announcements force them to enter each one to discover purpose.
Source: WAI-ARIA Authoring Practices
A+Heading Hierarchy4 headingsPASS
- H6 Are you new?
- H1 MyFonts is one of the largest font marketplaces in the world, offering professional fonts for any project.
- H2 Over 300,000 available fonts, and counting.
- H3 Add to Album
A+Color Contrast (Screenshot)20 text elements analyzed, 0 fail WCAG AAPASS
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 MyFonts is one of th… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Over 300,000 availab… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Add to Album | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title MyFonts | Buy and Do… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Skip to main content | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div Learn | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Creative Characters | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Creative Matters | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Font Field Guide | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Hidden Gems | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Fonts in Use | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a The Manual | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Type Trends | 19.77:1 | 4.5:1 | #000000 | #F8F8F8 | Pass |
| a fy{T}i - Typographic… | 19.09:1 | 4.5:1 | #000000 | #F4F4F4 | Pass |
| div Memory Lane | 19.09:1 | 4.5:1 | #000000 | #F4F4F4 | Pass |
| a Fontshop Memory Lane | 19.09:1 | 4.5:1 | #000000 | #F4F4F4 | Pass |
| a Linotype Memory Lane | 19.09:1 | 4.5:1 | #000000 | #F4F4F4 | Pass |
| a Fonts.com Memory Lan… | 19.09:1 | 4.5:1 | #000000 | #F4F4F4 | Pass |
| div EUR (€) | 19.09:1 | 4.5:1 | #000000 | #F4F4F4 | Pass |
| li USD ($) | 19.09:1 | 4.5:1 | #000000 | #F4F4F4 | Pass |
Methodology: The top 20 text elements by font size were checked. Background color was sampled from the desktop screenshot using a 5-point pattern. WCAG 2.1 AA requires 4.5:1 for normal text and 3:1 for large text.