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