summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/content-security-policy/support/fonts.css
blob: 848961c8dce0476e577fc736c5402acc2c562caf (plain)
1
2
3
4
5
6
7
8
@font-face {
  font-family: 'Ahem';
  src: url('/fonts/Ahem.ttf');
}

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