12 lines
314 B
CSS
12 lines
314 B
CSS
|
@font-face {
|
||
|
font-family: IHS;
|
||
|
src: url('ihs.eot');
|
||
|
src: url('ihs.eot?#iefix') format('embedded-opentype'),
|
||
|
url('ihs.woff2') format('woff2'),
|
||
|
url('ihs.woff') format('woff'),
|
||
|
url('ihs.ttf') format('truetype'),
|
||
|
url('ihs.svg#immenhausenregular') format('svg');
|
||
|
font-weight: normal;
|
||
|
font-style: normal;
|
||
|
}
|