7 lines
311 B
CSS
7 lines
311 B
CSS
|
@font-face {
|
||
|
font-family: 'SegoeUI-Light';
|
||
|
src: url('SegoeUI-Light.eot?#iefix') format('embedded-opentype'), url('SegoeUI-Light.woff') format('woff'), url('SegoeUI-Light.ttf') format('truetype'), url('SegoeUI-Light.svg#SegoeUI-Light') format('svg');
|
||
|
font-weight: normal;
|
||
|
font-style: normal;
|
||
|
}
|