summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/common/security-features/subresource/template/font.css.template
blob: 9d1e9c421cc7fb7cc701b7cbf4ba23b76519dcd7 (plain)
1
2
3
4
5
6
7
8
9
@font-face {
  font-family: 'wpt';
  font-style: normal;
  font-weight: normal;
  src: url(/common/security-features/subresource/font.py?id=%(id)s) format('truetype');
}
body {
  font-family: 'wpt';
}