What is Font Blocking?
Font blocking is the deliberate interception and abortion of web font requests (WOFF, WOFF2, TTF) at the browser or proxy level during a scraping job. Because fonts are render-blocking resources, downloading them forces the headless browser to wait before painting the DOM. By dropping these requests, data pipelines can slash page load times, reduce egress bandwidth, and lower compute costs without affecting the underlying HTML or JSON data structure.