# Fonts

Font fingerprinting techniques are based on measuring the onscreen dimensions of HTML elements filled with text pieces or single Unicode glyphs. Font rendering in web browsers is affected by many factors, and these measurements may vary slightly.

Fonts Enumeration attack is a brute-force method that tries different fonts from a sizeable font-family dictionary. If the rendered element's size differs from the default values, it means that the substituted font is present in the system. The Unicode Glyphs Measurement does almost the same job. Instead of a text line, it uses single, specifically selected Unicode characters with a large font-size, and uses only default letterforms as a font-family. Fingerprints are formed after hashing the obtained measurement results.

Source: <https://browserleaks.com/fonts>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.bitbrowser.net/fingerprint/10.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
