blob: b67ae2360dd87affbbe24329e8abc342865773dc (
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
}
}
|