summaryrefslogtreecommitdiff
path: root/tests/test-output-refs/test4.2.css.out
blob: 64fe087a42e603d267781217eb93be9f41323d6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
@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
  }
  P {
    background : black;
    foreground : white
  }
}