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