blob: 5de1daaea63ad932e02f50da340b17d07e1d2928 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
@font-face {
font-family: 'Telex';
src: url('telex-regular-webfont.eot');
src: url('telex-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('telex-regular-webfont.woff') format('woff'),
url('telex-regular-webfont.ttf') format('truetype'),
url('telex-regular-webfont.svg#telexregular') format('svg');
font-weight: normal;
font-style: normal;
}
|