Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8209939
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T09:54:20+00:00 2026-06-07T09:54:20+00:00

If you use hosted fonts on a CDN, with @font-face, or with a service

  • 0

If you use hosted fonts on a CDN, with @font-face, or with a service like Typekit, is it possible for the host to read all the characters that are being rendered by the font in your pages (and therefore read the content of your pages)?

If so, this seems that it would be a significant privacy issue.

Any expertise or recommended reading on this topic?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T09:54:22+00:00Added an answer on June 7, 2026 at 9:54 am

    Web fonts are stored as monolithic files (WOFF, OTF, EOT or SVG) which must be fetched by the browser in their entirety to display any character in them. So it’s not possible to detect usage of single characters.

    There is a potential privacy leak in web font embedding but it’s a more subtle than that, and very unlikely to be exploitable for anything.

    It only occurs when you are using a web font as a fallback font, for example:

    @font-face {
      font-family: "One";
      src: url(http://themes.googleusercontent.com/static/fonts/overlock/v2/Pr-80_x4SIOocpxz2VxC5fesZW2xOQ-xsNqO47m55DA.woff) format('woff');
    }
    @font-face {
      font-family: "Two";
      src: url(http://themes.googleusercontent.com/static/fonts/overlock/v2/EcjpF2hW5gSZ4M16YLdG84bN6UDyHWBl620a-IRfuBk.woff) format('woff');
    }
    p {
        font-family: "One", "Two", sans-serif;
    }
    

    In this example, if there were only Latin characters in the <p> element, the browser might choose to fetch only the WOFF file for the font “One”. If there were other characters that were not present in the “One” font, the browser would have to fetch the second file as well, in order to look for a glyph for the character in “Two”. So an external party would be able to know that one or more characters that were not present in “One” had been used on the page.

    I wouldn’t worry about it. It’s IMO very unlikely you’d use an embedded fallback font (other than deliberately, in an attempt to optimise for the common characters and have an extended version of the same font where unusual characters have been used).

    It doesn’t happen on all browsers anyway. Chrome will do this; Firefox always fetches every embedded font included in a font-family list used by an element in the document.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

By default a IIS hosted WCF service can't use libraries that uses user scope
I would like to use WCF service hosted in IIS (5/6) with integrated windows
Is it possible use mod_rewrite to resolve addresses hosted on another server? Say I
Scenario: We provide a hosted site that clients pay to use internally (a tool
I am testing a web service hosted on https . I use jaxws for
We use several open source libraries that are hosted on github. I want to
Why use Windows authentication for WCF service hosted on IIS, if I can limit
When I try to use @font-face for an EOT font for IE, it doesn't
I use a standard web.config file for my projects that are hosted on Windows
I'm trying to use LWP to post some content to a hosted service, over

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.