summaryrefslogtreecommitdiff
path: root/tests/test-output-refs/test4.2.css.out
blob: ae1224421c18fbda544bf652dd87d7322cb87488 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
@charset "ISO-8859-1" ;

@import url("http://www.yahoo.com/css")print, screen ;

@font-face {
  font-family : "Robson Celtic";
  src : url(http://site/fonts/rob-celt)
}

@page left :one-two {
  margin : 10pt;
  border : none
}


@media print, screen, projection {
  H1 {
    font-family : "Robson Celtic", serif
  }
}