"Initial commit to Gerrit"
[profile/ivi/libcroco.git] / tests / test-inputs / test4.2.css
1 @charset "ISO-8859-1" ;
2
3 @import url("http://www.yahoo.com/css") print , screen ;
4
5 @font-face {
6  font-family: "Robson Celtic";
7  src: url("http://site/fonts/rob-celt") 
8 }
9
10
11
12 @page left:one-two {
13       margin: 10pt;
14       border:none
15 }
16
17 @media print , screen , projection {
18       H1 { font-family: "Robson Celtic", serif }
19
20       P { 
21           background: black ;
22           foreground: white ;
23       }
24 }