blob: 90d61b04acc4443430c42331d8c7f21993b0ae4d (
plain)
1
2
3
4
5
6
7
8
9
10
|
@import "resource_timing_test0.css?id=n1";
@font-face {
font-family: remoteFont;
src: url('/fonts/Ahem.ttf?id=n1');
}
ol {
font-family: remoteFont;
list-style-image: url('blue.png?id=n1');
}
|