12 lines
434 B
CSS
12 lines
434 B
CSS
@font-face {
|
|
font-family: 'open_sansregular';
|
|
src: url('OpenSans-Regular-webfont.eot');
|
|
src: url('OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
|
|
url('OpenSans-Regular-webfont.woff') format('woff'),
|
|
url('OpenSans-Regular-webfont.ttf') format('truetype'),
|
|
url('OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
|
|
}
|
|
|