summaryrefslogtreecommitdiff
path: root/fonts/Typewriter Variable/cmun-typewriter-variable.css
blob: e61197c4a31cf63baf4c15cb08a4296bb51e595e (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
@font-face {
	font-family: 'Computer Modern Typewriter Variable';
	src: url('cmunvt.eot');
	src: url('cmunvt.eot?#iefix') format('embedded-opentype'),
		 url('cmunvt.woff') format('woff'),
		 url('cmunvt.ttf') format('truetype'),
		 url('cmunvt.svg#cmuntt') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'Computer Modern Typewriter Variable';
	src: url('cmunvi.eot');
	src: url('cmunvi.eot?#iefix') format('embedded-opentype'),
		 url('cmunvi.woff') format('woff'),
		 url('cmunvi.ttf') format('truetype'),
		 url('cmunvi.svg#cmunvi') format('svg');
	font-weight: normal;
	font-style: italic;
}