blob: 624473fc3a396a6b8fcd6783eea1b1550e0ef864 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/* TypoPRO Fantasque Sans Mono Regular */
@font-face {
font-family: 'TypoPRO Fantasque Sans Mono';
src: url('TypoPRO-FantasqueSansMono-Regular.eot');
src: local('*'),
url('TypoPRO-FantasqueSansMono-Regular.eot?#iefix') format('embedded-opentype'),
url('TypoPRO-FantasqueSansMono-Regular.woff') format('woff'),
url('TypoPRO-FantasqueSansMono-Regular.ttf') format('truetype');
font-style: normal;
font-weight: normal;
font-stretch: normal;
font-variant: normal;
}
|