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