chromium/third_party/blink/web_tests/external/wpt/content-security-policy/support/fonts.css

@font-face {
  font-family: 'Ahem';
  src: url('/fonts/Ahem.ttf');
}

body {
  font-family: 'Ahem', Fallback, sans-serif;
}