summaryrefslogtreecommitdiffstats
path: root/layout/inspector/tests/chrome/test_bug695639.css
blob: 549537498cec7b976afd8dd60285b43f1966b566 (plain)
1
2
3
4
5
6
7
8
@font-face {
  font-family: gent;
  src: url(GentiumPlus-R.woff) format("woff");
}

.test {
  font-family: gent, sans-serif;
}