Mobile 375 × 812

Desktop 1440 × 900

Score: 67 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Major barriers for users with disabilities — up to 15% of your audience.
Solid SEO basics — a few optimizations could boost rankings.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Missing metadata means poor previews on social media and search.
Reasonable footprint with room for optimization.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
No <main> landmark found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
No favicon or icon links detected
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/51edc9ad-562b-49e9-9e5b-c6676725a6c9)<a href="https://beavercheck.com/results/51edc9ad-562b-49e9-9e5b-c6676725a6c9"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Ffontsquirrel.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Ffontsquirrel.comThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
8 barrier(s) likely increasing bounce by ~30%.
Page takes 14.2s to load
+12% bounceUsers abandon at ~3s — you're 11.7s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.5s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$450 investment → $767/month returns + USD 157,500 risk avoided
$450
4h · 5 findings
$767 /mo
~$9,199 / year
USD 157,500
if kept compliant
$150 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
4.5 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,126 / month at risk
~$157,507 / year if left unfixed
$157,500
+5 more
$0.55 /mo
6823.8 MB/mo × 0.080 USD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
6.60 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
14.20 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.51 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.010
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
6.60 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
15.74 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| www.fontsquirrel.com/cache_assets/css/combined.3YNKxn.css | 18.4 KiB | 150 ms |
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| pagead2.googlesyndication.com/pagead/js/rum.js | 3600.0 s | 25.1 KiB |
| cdn-cookieyes.com/assets/images/close.svg | 36000.0 s | 867 B |
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Save big on design assets with a Creative Market membership div.grid10 > div#bottom_banner_ad_container > a > img | /presentation/theme_site/images/advertisements/cm_drop_fo... | 181.7 KiB | 144.9 KiB |
Intro Rust font family by Fontfabric div.fontlistitem > a > div.listing_image > img | imgs2.fontbrain.com/imgs/7b/68/77c40c714afa3f4964fe446cd989/fl-720-34-333333.png | 10.5 KiB | 7.0 KiB |
Font Squirrel Logo div#container > header#header > a#logo > img.imgfit | www.fontsquirrel.com/presentation/images/logo.png | 6.0 KiB | 4.8 KiB |
Alex Brush font family by TypeSETit div.fontlistitem > a > div.listing_image > img | imgs3.fontbrain.com/imgs/c8/b7/ff20d0c0a86dadc1fa5fa77f58dc/fl-720-34-333333.png | 9.9 KiB | 4.6 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| fontsquirrel.com/ | 985 ms |
| www.fontsquirrel.com/ | 755 ms |
| www.fontsquirrel.com/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.fontsquirrel.com/cache_assets/css/combined.3YNKxn.css | 18.0 KiB | 15.2 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| /3845836d1f90/39463a89e5d2/d4c0bdca41d0/challenge.js | 501.5 KiB | 278.0 KiB |
| /pagead/managed/js/gpt/m202604200101/pubads_impl.js?cb=31... | 187.7 KiB | 137.4 KiB |
| www.googletagmanager.com/gtag/js?id=G-Z27SMCEMMN | 160.6 KiB | 62.4 KiB |
| fundingchoicesmessages.google.com/i/8095840?ers=3 | 68.7 KiB | 36.4 KiB |
| www.fontsquirrel.com/cache_assets/js/combined.3FawE8.js | 65.0 KiB | 36.3 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.fontsquirrel.com/cache_assets/js/combined.3FawE8.js | 1.2 s | 1.1 s | 15 ms |
| cdn-cookieyes.com/client_data/4719bab573bc9d124efec572/banner.js | 680 ms | 517 ms | 14 ms |
| /3845836d1f90/39463a89e5d2/d4c0bdca41d0/challenge.js | 585 ms | 425 ms | 101 ms |
| Unattributable | 543 ms | 96 ms | 0.0 ms |
| www.fontsquirrel.com/ | 275 ms | 33 ms | 2.7 ms |
| fundingchoicesmessages.google.com/i/8095840?ers=3 | 256 ms | 209 ms | 24 ms |
| /pagead/managed/js/gpt/m202604200101/pubads_impl.js?cb=31... | 246 ms | 161 ms | 71 ms |
| www.googletagmanager.com/gtag/js?id=G-Z27SMCEMMN | 195 ms | 145 ms | 44 ms |
| /f/AGSKWxXsLI8JfyzaDIvA3uBQ3slI3i_oVCoPO1DCAwT9V5JtQjoR99... | 143 ms | 39 ms | 103 ms |
| pagead2.googlesyndication.com/pagead/js/rum.js | 65 ms | 56 ms | 5.3 ms |
| securepubads.g.doubleclick.net/tag/js/gpt.js?network-code=8095840 | 62 ms | 54 ms | 8.0 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 2.9 s |
| Other | 579 ms |
| Script Parsing & Compilation | 391 ms |
| Style & Layout | 260 ms |
| Garbage Collection | 100 ms |
| Rendering | 53 ms |
| Parse HTML & CSS | 45 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
FREE FONTS FOR COMMERCIAL USE nav#navigation > div > div > h2.nav-group-title |
DOWNLOAD OTF (OFFSITE) span.links > div.download_link > span.download_button > a |
DOWNLOAD OTF (OFFSITE) span.links > div.download_link > span.download_button > a |
DOWNLOAD OTF span.links > div.download_link > span.download_button > a |
DOWNLOAD TTF span.links > div.download_link > span.download_button > a |
DOWNLOAD OTF (OFFSITE) span.links > div.download_link > span.download_button > a |
DOWNLOAD OTF span.links > div.download_link > span.download_button > a |
DOWNLOAD OTF span.links > div.download_link > span.download_button > a |
DOWNLOAD OTF (OFFSITE) span.links > div.download_link > span.download_button > a |
DOWNLOAD OTF (OFFSITE) span.links > div.download_link > span.download_button > a |
DOWNLOAD TTF span.links > div.download_link > span.download_button > a |
DOWNLOAD OTF span.links > div.download_link > span.download_button > a |
DOWNLOAD OTF span.links > div.download_link > span.download_button > a |
DOWNLOAD TTF span.links > div.download_link > span.download_button > a |
DOWNLOAD OTF (OFFSITE) span.links > div.download_link > span.download_button > a |
DOWNLOAD TTF span.links > div.download_link > span.download_button > a |
DOWNLOAD TTF span.links > div.download_link > span.download_button > a |
DOWNLOAD TTF (OFFSITE) span.links > div.download_link > span.download_button > a |
DOWNLOAD OTF span.links > div.download_link > span.download_button > a |
DOWNLOAD OTF span.links > div.download_link > span.download_button > a |
DOWNLOAD OTF (OFFSITE) span.links > div.download_link > span.download_button > a |
DOWNLOAD OTF span.links > div.download_link > span.download_button > a |
DOWNLOAD OTF (OFFSITE) span.links > div.download_link > span.download_button > a |
DOWNLOAD OTF (OFFSITE) span.links > div.download_link > span.download_button > a |
DOWNLOAD TTF span.links > div.download_link > span.download_button > a |
DOWNLOAD TTF span.links > div.download_link > span.download_button > a |
DOWNLOAD OTF span.links > div.download_link > span.download_button > a |
div.section > form.infield_labels > div#fontsearch > input div.section > form.infield_labels > div#fontsearch > input |
FONT LISTS div#main_content > div.section > div#full_sidebar > h3 |
FIND FONTS div#main_content > div.section > div#full_sidebar > h3 |
FONT FI LTER div#full_sidebar > div#options_filter > h3 > span.js_click_to_hide_show |
Any div.js_hide_show > div.font_menu > ul > li.sidebar_selected |
Show All div.js_hide_show > div.font_menu > ul > li.sidebar_selected |
Alphabetical div.js_hide_show > div.font_menu > ul > li.sidebar_selected |
LANGUAGES div#full_sidebar > div.js_click_to_hide_show_container > h3#js_sidebar_languages_button > span.js_click_to_hide_show |
ABOUT FONT SQUIRREL div#main_content > div.section > div#full_sidebar > h3 |
FONT LISTS div.padding_container > div.section > div.grid33perc > h3 |
NEED HELP? div.padding_container > div.section > div.grid33perc > h3 |
CONNECT div.padding_container > div.section > div.grid33perc > h3 |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
more info div.section > div#full_sidebar > p > a |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
FONT LISTS div#main_content > div.section > div#full_sidebar > h3 |
These are opportunities to improve keyboard navigation in your application.
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.no-applicationcache html.no-applicationcache |
These are opportunities to improve the interpretation of your content by users in different locales.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
TAGS
Display
Headings
Paragraph
Borders And ...
Brushed Script
Comic
Decorative… div.section > div#full_sidebar > div#tags_filter > ul |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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 |
|---|
Z div.fontinfo > span.license_indicator > span.desktop > a.js_tip |
Y div.fontinfo > span.license_indicator > span.webfont > a.js_tip |
M div.fontinfo > span.license_indicator > span.ebook > a.js_tip |
m div.fontinfo > span.license_indicator > span.app > a.js_tip |
Z div.fontinfo > span.license_indicator > span.desktop > a.js_tip |
Y div.fontinfo > span.license_indicator > span.webfont > a.js_tip |
M div.fontinfo > span.license_indicator > span.ebook > a.js_tip |
m div.fontinfo > span.license_indicator > span.app > a.js_tip |
Z div.fontinfo > span.license_indicator > span.desktop > a.js_tip |
Y div.fontinfo > span.license_indicator > span.webfont > a.js_tip |
M div.fontinfo > span.license_indicator > span.ebook > a.js_tip |
m div.fontinfo > span.license_indicator > span.app > a.js_tip |
Z div.fontinfo > span.license_indicator > span.desktop > a.js_tip |
Y div.fontinfo > span.license_indicator > span.webfont > a.js_tip |
M div.fontinfo > span.license_indicator > span.ebook > a.js_tip |
m div.fontinfo > span.license_indicator > span.app > a.js_tip |
Z div.fontinfo > span.license_indicator > span.desktop > a.js_tip |
Y div.fontinfo > span.license_indicator > span.webfont > a.js_tip |
M div.fontinfo > span.license_indicator > span.ebook > a.js_tip |
m div.fontinfo > span.license_indicator > span.app > a.js_tip |
Z div.fontinfo > span.license_indicator > span.desktop > a.js_tip |
Y div.fontinfo > span.license_indicator > span.webfont > a.js_tip |
M div.fontinfo > span.license_indicator > span.ebook > a.js_tip |
m div.fontinfo > span.license_indicator > span.app > a.js_tip |
Z div.fontinfo > span.license_indicator > span.desktop > a.js_tip |
Y div.fontinfo > span.license_indicator > span.webfont > a.js_tip |
M div.fontinfo > span.license_indicator > span.ebook > a.js_tip |
m div.fontinfo > span.license_indicator > span.app > a.js_tip |
Z div.fontinfo > span.license_indicator > span.desktop > a.js_tip |
Y div.fontinfo > span.license_indicator > span.webfont > a.js_tip |
M div.fontinfo > span.license_indicator > span.ebook > a.js_tip |
m div.fontinfo > span.license_indicator > span.app > a.js_tip |
Z div.fontinfo > span.license_indicator > span.desktop > a.js_tip |
Y div.fontinfo > span.license_indicator > span.webfont > a.js_tip |
M div.fontinfo > span.license_indicator > span.ebook > a.js_tip |
m div.fontinfo > span.license_indicator > span.app > a.js_tip |
Z div.fontinfo > span.license_indicator > span.desktop > a.js_tip |
Y div.fontinfo > span.license_indicator > span.webfont > a.js_tip |
M div.fontinfo > span.license_indicator > span.ebook > a.js_tip |
m div.fontinfo > span.license_indicator > span.app > a.js_tip |
Z div.fontinfo > span.license_indicator > span.desktop > a.js_tip |
Y div.fontinfo > span.license_indicator > span.webfont > a.js_tip |
M div.fontinfo > span.license_indicator > span.ebook > a.js_tip |
m div.fontinfo > span.license_indicator > span.app > a.js_tip |
Z div.fontinfo > span.license_indicator > span.desktop > a.js_tip |
Y div.fontinfo > span.license_indicator > span.webfont > a.js_tip |
M div.fontinfo > span.license_indicator > span.ebook > a.js_tip |
m div.fontinfo > span.license_indicator > span.app > a.js_tip |
Z div.fontinfo > span.license_indicator > span.desktop > a.js_tip |
Y div.fontinfo > span.license_indicator > span.webfont > a.js_tip |
M div.fontinfo > span.license_indicator > span.ebook > a.js_tip |
m div.fontinfo > span.license_indicator > span.app > a.js_tip |
Z div.fontinfo > span.license_indicator > span.desktop > a.js_tip |
Y div.fontinfo > span.license_indicator > span.webfont > a.js_tip |
M div.fontinfo > span.license_indicator > span.ebook > a.js_tip |
m div.fontinfo > span.license_indicator > span.app > a.js_tip |
Z div.fontinfo > span.license_indicator > span.desktop > a.js_tip |
Y div.fontinfo > span.license_indicator > span.webfont > a.js_tip |
M div.fontinfo > span.license_indicator > span.ebook > a.js_tip |
m div.fontinfo > span.license_indicator > span.app > a.js_tip |
Z div.fontinfo > span.license_indicator > span.desktop > a.js_tip |
Y div.fontinfo > span.license_indicator > span.webfont > a.js_tip |
M div.fontinfo > span.license_indicator > span.ebook > a.js_tip |
m div.fontinfo > span.license_indicator > span.app > a.js_tip |
Z div.fontinfo > span.license_indicator > span.desktop > a.js_tip |
Y div.fontinfo > span.license_indicator > span.webfont > a.js_tip |
M div.fontinfo > span.license_indicator > span.ebook > a.js_tip |
m div.fontinfo > span.license_indicator > span.app > a.js_tip |
Z div.fontinfo > span.license_indicator > span.desktop > a.js_tip |
Y div.fontinfo > span.license_indicator > span.webfont > a.js_tip |
M div.fontinfo > span.license_indicator > span.ebook > a.js_tip |
m div.fontinfo > span.license_indicator > span.app > a.js_tip |
Z div.fontinfo > span.license_indicator > span.desktop > a.js_tip |
Y div.fontinfo > span.license_indicator > span.webfont > a.js_tip |
M div.fontinfo > span.license_indicator > span.ebook > a.js_tip |
m div.fontinfo > span.license_indicator > span.app > a.js_tip |
Z div.fontinfo > span.license_indicator > span.desktop > a.js_tip |
Y div.fontinfo > span.license_indicator > span.webfont > a.js_tip |
M div.fontinfo > span.license_indicator > span.ebook > a.js_tip |
m div.fontinfo > span.license_indicator > span.app > a.js_tip |
Z div.fontinfo > span.license_indicator > span.desktop > a.js_tip |
Y div.fontinfo > span.license_indicator > span.webfont > a.js_tip |
M div.fontinfo > span.license_indicator > span.ebook > a.js_tip |
m div.fontinfo > span.license_indicator > span.app > a.js_tip |
Z div.fontinfo > span.license_indicator > span.desktop > a.js_tip |
Y div.fontinfo > span.license_indicator > span.webfont > a.js_tip |
M div.fontinfo > span.license_indicator > span.ebook > a.js_tip |
m div.fontinfo > span.license_indicator > span.app > a.js_tip |
Z div.fontinfo > span.license_indicator > span.desktop > a.js_tip |
Y div.fontinfo > span.license_indicator > span.webfont > a.js_tip |
M div.fontinfo > span.license_indicator > span.ebook > a.js_tip |
m div.fontinfo > span.license_indicator > span.app > a.js_tip |
Z div.fontinfo > span.license_indicator > span.desktop > a.js_tip |
Y div.fontinfo > span.license_indicator > span.webfont > a.js_tip |
M div.fontinfo > span.license_indicator > span.ebook > a.js_tip |
m div.fontinfo > span.license_indicator > span.app > a.js_tip |
Z div.fontinfo > span.license_indicator > span.desktop > a.js_tip |
Y div.fontinfo > span.license_indicator > span.webfont > a.js_tip |
M div.fontinfo > span.license_indicator > span.ebook > a.js_tip |
m div.fontinfo > span.license_indicator > span.app > a.js_tip |
Z div.fontinfo > span.license_indicator > span.desktop > a.js_tip |
Y div.fontinfo > span.license_indicator > span.webfont > a.js_tip |
M div.fontinfo > span.license_indicator > span.ebook > a.js_tip |
m div.fontinfo > span.license_indicator > span.app > a.js_tip |
Languages div.font_menu > ul > li > a |
Foundries div.font_menu > ul > li > a |
Blackletter div#tags_filter > ul > li > a |
Calligraphic div#tags_filter > ul > li > a |
Comic div#tags_filter > ul > li > a |
Dingbat div#tags_filter > ul > li > a |
Display div#tags_filter > ul > li > a |
Grunge div#tags_filter > ul > li > a |
Handdrawn div#tags_filter > ul > li > a |
Monospaced div#tags_filter > ul > li > a |
Script div#tags_filter > ul > li > a |
Serif div#tags_filter > ul > li > a |
Display div#tags_filter > ul > li > a |
Headings div#tags_filter > ul > li > a |
Paragraph div#tags_filter > ul > li > a |
Borders And ... div#tags_filter > ul > li > a |
Brushed Script div#tags_filter > ul > li > a |
Graffiti div#tags_filter > ul > li > a |
Grunge div#tags_filter > ul > li > a |
Handrawn div#tags_filter > ul > li > a |
Historical div#tags_filter > ul > li > a |
Icons div#tags_filter > ul > li > a |
Initials div#tags_filter > ul > li > a |
Italic div#tags_filter > ul > li > a |
Ornaments div#tags_filter > ul > li > a |
Show More Tags div#tags_filter > ul > strong > a |
Webfont div.font_menu > ul > li > a |
Ebook div.font_menu > ul > li > a |
Application div.font_menu > ul > li > a |
OFL/Apache div.font_menu > ul > li > a |
4+ Styles div.font_menu > ul > li > a |
8+ Styles div.font_menu > ul > li > a |
12+ Styles div.font_menu > ul > li > a |
Local Only div.font_menu > ul > li > a |
Offsite Only div.font_menu > ul > li > a |
Recent div.font_menu > ul > li > a |
Popular div.font_menu > ul > li > a |
Recently Added Fonts div.grid33perc > ul > li > a |
Most Downloaded Fonts div.grid33perc > ul > li > a |
Contact Us div.grid33perc > ul > li > a |
Advertising div.grid33perc > ul > li > a |
Terms of Service div.grid33perc > ul > li > a |
Privacy Policy div.grid33perc > ul > li > a |
Cookie Policy div.grid33perc > ul > li > a |
Twitter div.grid33perc > ul > li > a |
Facebook div.grid33perc > ul > li > a |
These items highlight common accessibility best practices.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/. |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Manifest: Line: 1, column: 1, Syntax error. | |
Manifest: Line: 1, column: 1, Syntax error. |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.fontsquirrel.com/faq | more info |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.41 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.73 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
156 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.56 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
2.75 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| cdn-cookieyes.com/assets/images/close.svg | 36000.0 s | 844 B |
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Save big on design assets with a Creative Market membership div.grid10 > div#bottom_banner_ad_container > a > img | /presentation/theme_site/images/advertisements/cm_drop_fo... | 187.3 KiB | 147.9 KiB |
Intro Rust font family by Fontfabric div.fontlistitem > a > div.listing_image > img | imgs.fontbrain.com/imgs/7b/68/77c40c714afa3f4964fe446cd989/fl-720-34-333333.png | 10.5 KiB | 6.7 KiB |
Font Squirrel Logo div#container > header#header > a#logo > img.imgfit | www.fontsquirrel.com/presentation/images/logo.png | 6.0 KiB | 5.6 KiB |
Alex Brush font family by TypeSETit div.fontlistitem > a > div.listing_image > img | imgs4.fontbrain.com/imgs/c8/b7/ff20d0c0a86dadc1fa5fa77f58dc/fl-720-34-333333.png | 9.9 KiB | 4.1 KiB |
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size |
|---|---|
| www.fontsquirrel.com/cache_assets/css/combined.3YNKxn.css | 18.4 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| fontsquirrel.com/ | 462 ms |
| www.fontsquirrel.com/ | 205 ms |
| www.fontsquirrel.com/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| /3845836d1f90/39463a89e5d2/d4c0bdca41d0/challenge.js | 501.1 KiB | 277.8 KiB |
| /pagead/managed/js/gpt/m202604200101/pubads_impl.js?cb=31... | 187.7 KiB | 135.7 KiB |
| www.googletagmanager.com/gtag/js?id=G-Z27SMCEMMN | 160.6 KiB | 62.4 KiB |
| fundingchoicesmessages.google.com/i/8095840?ers=3 | 68.7 KiB | 36.4 KiB |
| www.fontsquirrel.com/cache_assets/js/combined.3FawE8.js | 65.0 KiB | 36.3 KiB |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.fontsquirrel.com/cache_assets/css/combined.3YNKxn.css | 18.0 KiB | 15.8 KiB |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
FREE FONTS FOR COMMERCIAL USE nav#navigation > div > div > h2.nav-group-title |
FONT RESOURCES & TOOLS nav#navigation > div.nav-resources > div > h2.nav-group-title |
DOWNLOAD OTF (OFFSITE) span.links > div.download_link > span.download_button > a |
Horizon Type div.fontlistitem > div.fontinfo > span.foundry_name > a |
2 Styles div.grid10 > div.fontlistitem > div.fontinfo > span.style_count |
DOWNLOAD OTF (OFFSITE) span.links > div.download_link > span.download_button > a |
Fontfabric div.fontlistitem > div.fontinfo > span.foundry_name > a |
3 Styles div.grid10 > div.fontlistitem > div.fontinfo > span.style_count |
DOWNLOAD OTF span.links > div.download_link > span.download_button > a |
Adobe div.fontlistitem > div.fontinfo > span.foundry_name > a |
12 Styles div.grid10 > div.fontlistitem > div.fontinfo > span.style_count |
DOWNLOAD TTF span.links > div.download_link > span.download_button > a |
Ascender Fonts div.fontlistitem > div.fontinfo > span.foundry_name > a |
10 Styles div.grid10 > div.fontlistitem > div.fontinfo > span.style_count |
DOWNLOAD OTF (OFFSITE) span.links > div.download_link > span.download_button > a |
The Questa Project div.fontlistitem > div.fontinfo > span.foundry_name > a |
1 Styles div.grid10 > div.fontlistitem > div.fontinfo > span.style_count |
DOWNLOAD OTF span.links > div.download_link > span.download_button > a |
Mozilla div.fontlistitem > div.fontinfo > span.foundry_name > a |
32 Styles div.grid10 > div.fontlistitem > div.fontinfo > span.style_count |
DOWNLOAD OTF span.links > div.download_link > span.download_button > a |
TypeSETit div.fontlistitem > div.fontinfo > span.foundry_name > a |
1 Styles div.grid10 > div.fontlistitem > div.fontinfo > span.style_count |
DOWNLOAD OTF (OFFSITE) span.links > div.download_link > span.download_button > a |
Mostardesign div.fontlistitem > div.fontinfo > span.foundry_name > a |
1 Styles div.grid10 > div.fontlistitem > div.fontinfo > span.style_count |
DOWNLOAD OTF (OFFSITE) span.links > div.download_link > span.download_button > a |
The Questa Project div.fontlistitem > div.fontinfo > span.foundry_name > a |
1 Styles div.grid10 > div.fontlistitem > div.fontinfo > span.style_count |
DOWNLOAD TTF span.links > div.download_link > span.download_button > a |
Hubert & Fischer div.fontlistitem > div.fontinfo > span.foundry_name > a |
10 Styles div.grid10 > div.fontlistitem > div.fontinfo > span.style_count |
DOWNLOAD OTF span.links > div.download_link > span.download_button > a |
K-Type div.fontlistitem > div.fontinfo > span.foundry_name > a |
18 Styles div.grid10 > div.fontlistitem > div.fontinfo > span.style_count |
DOWNLOAD OTF span.links > div.download_link > span.download_button > a |
Andrew Paglinawan div.fontlistitem > div.fontinfo > span.foundry_name > a |
7 Styles div.grid10 > div.fontlistitem > div.fontinfo > span.style_count |
DOWNLOAD TTF span.links > div.download_link > span.download_button > a |
Punchcut div.fontlistitem > div.fontinfo > span.foundry_name > a |
8 Styles div.grid10 > div.fontlistitem > div.fontinfo > span.style_count |
DOWNLOAD OTF (OFFSITE) span.links > div.download_link > span.download_button > a |
The Questa Project div.fontlistitem > div.fontinfo > span.foundry_name > a |
1 Styles div.grid10 > div.fontlistitem > div.fontinfo > span.style_count |
DOWNLOAD TTF span.links > div.download_link > span.download_button > a |
Dalton Maag Ltd div.fontlistitem > div.fontinfo > span.foundry_name > a |
7 Styles div.grid10 > div.fontlistitem > div.fontinfo > span.style_count |
DOWNLOAD TTF span.links > div.download_link > span.download_button > a |
Paratype div.fontlistitem > div.fontinfo > span.foundry_name > a |
8 Styles div.grid10 > div.fontlistitem > div.fontinfo > span.style_count |
DOWNLOAD TTF (OFFSITE) span.links > div.download_link > span.download_button > a |
Nini Prower div.fontlistitem > div.fontinfo > span.foundry_name > a |
1 Styles div.grid10 > div.fontlistitem > div.fontinfo > span.style_count |
DOWNLOAD OTF span.links > div.download_link > span.download_button > a |
Natanael Gama div.fontlistitem > div.fontinfo > span.foundry_name > a |
18 Styles div.grid10 > div.fontlistitem > div.fontinfo > span.style_count |
DOWNLOAD OTF span.links > div.download_link > span.download_button > a |
Impallari Type div.fontlistitem > div.fontinfo > span.foundry_name > a |
1 Styles div.grid10 > div.fontlistitem > div.fontinfo > span.style_count |
DOWNLOAD OTF (OFFSITE) span.links > div.download_link > span.download_button > a |
Exljbris div.fontlistitem > div.fontinfo > span.foundry_name > a |
2 Styles div.grid10 > div.fontlistitem > div.fontinfo > span.style_count |
DOWNLOAD OTF span.links > div.download_link > span.download_button > a |
Adobe div.fontlistitem > div.fontinfo > span.foundry_name > a |
14 Styles div.grid10 > div.fontlistitem > div.fontinfo > span.style_count |
DOWNLOAD OTF (OFFSITE) span.links > div.download_link > span.download_button > a |
Exljbris div.fontlistitem > div.fontinfo > span.foundry_name > a |
2 Styles div.grid10 > div.fontlistitem > div.fontinfo > span.style_count |
DOWNLOAD OTF (OFFSITE) span.links > div.download_link > span.download_button > a |
Hoftype div.fontlistitem > div.fontinfo > span.foundry_name > a |
1 Styles div.grid10 > div.fontlistitem > div.fontinfo > span.style_count |
DOWNLOAD TTF span.links > div.download_link > span.download_button > a |
Vernon Adams div.fontlistitem > div.fontinfo > span.foundry_name > a |
6 Styles div.grid10 > div.fontlistitem > div.fontinfo > span.style_count |
DOWNLOAD TTF span.links > div.download_link > span.download_button > a |
Abattis div.fontlistitem > div.fontinfo > span.foundry_name > a |
4 Styles div.grid10 > div.fontlistitem > div.fontinfo > span.style_count |
DOWNLOAD OTF span.links > div.download_link > span.download_button > a |
The League of Moveable Type div.fontlistitem > div.fontinfo > span.foundry_name > a |
2 Styles div.grid10 > div.fontlistitem > div.fontinfo > span.style_count |
div.section > form.infield_labels > div#fontsearch > input div.section > form.infield_labels > div#fontsearch > input |
FONT LISTS div#main_content > div.section > div#full_sidebar > h3 |
FIND FONTS div#main_content > div.section > div#full_sidebar > h3 |
FONT FI LTER div#full_sidebar > div#options_filter > h3 > span.js_click_to_hide_show |
Any div.js_hide_show > div.font_menu > ul > li.sidebar_selected |
Show All div.js_hide_show > div.font_menu > ul > li.sidebar_selected |
Alphabetical div.js_hide_show > div.font_menu > ul > li.sidebar_selected |
LANGUAGES div#full_sidebar > div.js_click_to_hide_show_container > h3#js_sidebar_languages_button > span.js_click_to_hide_show |
ABOUT FONT SQUIRREL div#main_content > div.section > div#full_sidebar > h3 |
FONT LISTS div.padding_container > div.section > div.grid33perc > h3 |
NEED HELP? div.padding_container > div.section > div.grid33perc > h3 |
CONNECT div.padding_container > div.section > div.grid33perc > h3 |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
FONT LISTS div#main_content > div.section > div#full_sidebar > h3 |
These are opportunities to improve keyboard navigation in your application.
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.no-applicationcache html.no-applicationcache |
These are opportunities to improve the interpretation of your content by users in different locales.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
TAGS
Display
Headings
Paragraph
Borders And ...
Brushed Script
Comic
Decorative… div.section > div#full_sidebar > div#tags_filter > ul |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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 |
|---|
Z div.fontinfo > span.license_indicator > span.desktop > a.js_tip |
Y div.fontinfo > span.license_indicator > span.webfont > a.js_tip |
M div.fontinfo > span.license_indicator > span.ebook > a.js_tip |
m div.fontinfo > span.license_indicator > span.app > a.js_tip |
Z div.fontinfo > span.license_indicator > span.desktop > a.js_tip |
Y div.fontinfo > span.license_indicator > span.webfont > a.js_tip |
M div.fontinfo > span.license_indicator > span.ebook > a.js_tip |
m div.fontinfo > span.license_indicator > span.app > a.js_tip |
Z div.fontinfo > span.license_indicator > span.desktop > a.js_tip |
Y div.fontinfo > span.license_indicator > span.webfont > a.js_tip |
M div.fontinfo > span.license_indicator > span.ebook > a.js_tip |
m div.fontinfo > span.license_indicator > span.app > a.js_tip |
Z div.fontinfo > span.license_indicator > span.desktop > a.js_tip |
Y div.fontinfo > span.license_indicator > span.webfont > a.js_tip |
M div.fontinfo > span.license_indicator > span.ebook > a.js_tip |
m div.fontinfo > span.license_indicator > span.app > a.js_tip |
Z div.fontinfo > span.license_indicator > span.desktop > a.js_tip |
Y div.fontinfo > span.license_indicator > span.webfont > a.js_tip |
M div.fontinfo > span.license_indicator > span.ebook > a.js_tip |
m div.fontinfo > span.license_indicator > span.app > a.js_tip |
Z div.fontinfo > span.license_indicator > span.desktop > a.js_tip |
Y div.fontinfo > span.license_indicator > span.webfont > a.js_tip |
M div.fontinfo > span.license_indicator > span.ebook > a.js_tip |
m div.fontinfo > span.license_indicator > span.app > a.js_tip |
Z div.fontinfo > span.license_indicator > span.desktop > a.js_tip |
Y div.fontinfo > span.license_indicator > span.webfont > a.js_tip |
M div.fontinfo > span.license_indicator > span.ebook > a.js_tip |
m div.fontinfo > span.license_indicator > span.app > a.js_tip |
Z div.fontinfo > span.license_indicator > span.desktop > a.js_tip |
Y div.fontinfo > span.license_indicator > span.webfont > a.js_tip |
M div.fontinfo > span.license_indicator > span.ebook > a.js_tip |
m div.fontinfo > span.license_indicator > span.app > a.js_tip |
Z div.fontinfo > span.license_indicator > span.desktop > a.js_tip |
Y div.fontinfo > span.license_indicator > span.webfont > a.js_tip |
M div.fontinfo > span.license_indicator > span.ebook > a.js_tip |
m div.fontinfo > span.license_indicator > span.app > a.js_tip |
Z div.fontinfo > span.license_indicator > span.desktop > a.js_tip |
Y div.fontinfo > span.license_indicator > span.webfont > a.js_tip |
M div.fontinfo > span.license_indicator > span.ebook > a.js_tip |
m div.fontinfo > span.license_indicator > span.app > a.js_tip |
Z div.fontinfo > span.license_indicator > span.desktop > a.js_tip |
Y div.fontinfo > span.license_indicator > span.webfont > a.js_tip |
M div.fontinfo > span.license_indicator > span.ebook > a.js_tip |
m div.fontinfo > span.license_indicator > span.app > a.js_tip |
Z div.fontinfo > span.license_indicator > span.desktop > a.js_tip |
Y div.fontinfo > span.license_indicator > span.webfont > a.js_tip |
M div.fontinfo > span.license_indicator > span.ebook > a.js_tip |
m div.fontinfo > span.license_indicator > span.app > a.js_tip |
Z div.fontinfo > span.license_indicator > span.desktop > a.js_tip |
Y div.fontinfo > span.license_indicator > span.webfont > a.js_tip |
M div.fontinfo > span.license_indicator > span.ebook > a.js_tip |
m div.fontinfo > span.license_indicator > span.app > a.js_tip |
Z div.fontinfo > span.license_indicator > span.desktop > a.js_tip |
Y div.fontinfo > span.license_indicator > span.webfont > a.js_tip |
M div.fontinfo > span.license_indicator > span.ebook > a.js_tip |
m div.fontinfo > span.license_indicator > span.app > a.js_tip |
Z div.fontinfo > span.license_indicator > span.desktop > a.js_tip |
Y div.fontinfo > span.license_indicator > span.webfont > a.js_tip |
M div.fontinfo > span.license_indicator > span.ebook > a.js_tip |
m div.fontinfo > span.license_indicator > span.app > a.js_tip |
Z div.fontinfo > span.license_indicator > span.desktop > a.js_tip |
Y div.fontinfo > span.license_indicator > span.webfont > a.js_tip |
M div.fontinfo > span.license_indicator > span.ebook > a.js_tip |
m div.fontinfo > span.license_indicator > span.app > a.js_tip |
Z div.fontinfo > span.license_indicator > span.desktop > a.js_tip |
Y div.fontinfo > span.license_indicator > span.webfont > a.js_tip |
M div.fontinfo > span.license_indicator > span.ebook > a.js_tip |
m div.fontinfo > span.license_indicator > span.app > a.js_tip |
Z div.fontinfo > span.license_indicator > span.desktop > a.js_tip |
Y div.fontinfo > span.license_indicator > span.webfont > a.js_tip |
M div.fontinfo > span.license_indicator > span.ebook > a.js_tip |
m div.fontinfo > span.license_indicator > span.app > a.js_tip |
Z div.fontinfo > span.license_indicator > span.desktop > a.js_tip |
Y div.fontinfo > span.license_indicator > span.webfont > a.js_tip |
M div.fontinfo > span.license_indicator > span.ebook > a.js_tip |
m div.fontinfo > span.license_indicator > span.app > a.js_tip |
Z div.fontinfo > span.license_indicator > span.desktop > a.js_tip |
Y div.fontinfo > span.license_indicator > span.webfont > a.js_tip |
M div.fontinfo > span.license_indicator > span.ebook > a.js_tip |
m div.fontinfo > span.license_indicator > span.app > a.js_tip |
Z div.fontinfo > span.license_indicator > span.desktop > a.js_tip |
Y div.fontinfo > span.license_indicator > span.webfont > a.js_tip |
M div.fontinfo > span.license_indicator > span.ebook > a.js_tip |
m div.fontinfo > span.license_indicator > span.app > a.js_tip |
Z div.fontinfo > span.license_indicator > span.desktop > a.js_tip |
Y div.fontinfo > span.license_indicator > span.webfont > a.js_tip |
M div.fontinfo > span.license_indicator > span.ebook > a.js_tip |
m div.fontinfo > span.license_indicator > span.app > a.js_tip |
Z div.fontinfo > span.license_indicator > span.desktop > a.js_tip |
Y div.fontinfo > span.license_indicator > span.webfont > a.js_tip |
M div.fontinfo > span.license_indicator > span.ebook > a.js_tip |
m div.fontinfo > span.license_indicator > span.app > a.js_tip |
Z div.fontinfo > span.license_indicator > span.desktop > a.js_tip |
Y div.fontinfo > span.license_indicator > span.webfont > a.js_tip |
M div.fontinfo > span.license_indicator > span.ebook > a.js_tip |
m div.fontinfo > span.license_indicator > span.app > a.js_tip |
Z div.fontinfo > span.license_indicator > span.desktop > a.js_tip |
Y div.fontinfo > span.license_indicator > span.webfont > a.js_tip |
M div.fontinfo > span.license_indicator > span.ebook > a.js_tip |
m div.fontinfo > span.license_indicator > span.app > a.js_tip |
Z div.fontinfo > span.license_indicator > span.desktop > a.js_tip |
Y div.fontinfo > span.license_indicator > span.webfont > a.js_tip |
M div.fontinfo > span.license_indicator > span.ebook > a.js_tip |
m div.fontinfo > span.license_indicator > span.app > a.js_tip |
Languages div.font_menu > ul > li > a |
Foundries div.font_menu > ul > li > a |
Blackletter div#tags_filter > ul > li > a |
Calligraphic div#tags_filter > ul > li > a |
Comic div#tags_filter > ul > li > a |
Dingbat div#tags_filter > ul > li > a |
Display div#tags_filter > ul > li > a |
Grunge div#tags_filter > ul > li > a |
Handdrawn div#tags_filter > ul > li > a |
Monospaced div#tags_filter > ul > li > a |
Script div#tags_filter > ul > li > a |
Serif div#tags_filter > ul > li > a |
Display div#tags_filter > ul > li > a |
Headings div#tags_filter > ul > li > a |
Paragraph div#tags_filter > ul > li > a |
Borders And ... div#tags_filter > ul > li > a |
Brushed Script div#tags_filter > ul > li > a |
Graffiti div#tags_filter > ul > li > a |
Grunge div#tags_filter > ul > li > a |
Handrawn div#tags_filter > ul > li > a |
Historical div#tags_filter > ul > li > a |
Icons div#tags_filter > ul > li > a |
Initials div#tags_filter > ul > li > a |
Italic div#tags_filter > ul > li > a |
Ornaments div#tags_filter > ul > li > a |
Show More Tags div#tags_filter > ul > strong > a |
Webfont div.font_menu > ul > li > a |
Ebook div.font_menu > ul > li > a |
Application div.font_menu > ul > li > a |
OFL/Apache div.font_menu > ul > li > a |
4+ Styles div.font_menu > ul > li > a |
8+ Styles div.font_menu > ul > li > a |
12+ Styles div.font_menu > ul > li > a |
Local Only div.font_menu > ul > li > a |
Offsite Only div.font_menu > ul > li > a |
Recent div.font_menu > ul > li > a |
Popular div.font_menu > ul > li > a |
Recently Added Fonts div.grid33perc > ul > li > a |
Most Downloaded Fonts div.grid33perc > ul > li > a |
Contact Us div.grid33perc > ul > li > a |
Advertising div.grid33perc > ul > li > a |
Terms of Service div.grid33perc > ul > li > a |
Privacy Policy div.grid33perc > ul > li > a |
Cookie Policy div.grid33perc > ul > li > a |
Twitter div.grid33perc > ul > li > a |
Facebook div.grid33perc > ul > li > a |
These items highlight common accessibility best practices.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/. |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Manifest: Line: 1, column: 1, Syntax error. | |
Manifest: Line: 1, column: 1, Syntax error. |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.fontsquirrel.com/faq | more info |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback