summaryrefslogtreecommitdiffstats
path: root/browser/base/content/test/general/test_no_mcb_on_http_site_font.css
blob: 68a6954ccd3186c674f6d7de222fccbb8fc61230 (plain)
1
2
3
4
5
6
7
8
9
10
@font-face {
  font-family: testFont;
  src: url(http://example.com/browser/devtools/client/fontinspector/test/browser_font.woff);
}
body {
  font-family: Arial;
}
div {
  font-family: testFont;
}