chromium/third_party/blink/web_tests/http/tests/inspector-protocol/network/resources/get-response-body-font-utf8.php

<?php
  header("Content-Type: application/font-woff;charset=UTF-8");
  readfile("../../../resources/Ahem.ttf");
?>