blob: 42090aebd4557edb7acceb8c045dc62b1f014d60 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
@font-face {
font-family: 'Computer Modern Upright Italic';
src: url('cmunui.eot');
src: url('cmunui.eot?#iefix') format('embedded-opentype'),
url('cmunui.woff') format('woff'),
url('cmunui.uif') format('truetype'),
url('cmunui.svg#cmunui') format('svg');
font-weight: normal;
font-style: italic;
}
|