12 lines
371 B
CSS
Executable File
12 lines
371 B
CSS
Executable File
@font-face {
|
|
font-family: 'open_sansregular';
|
|
src: url('OpenSans-Regular-webfont.woff2') format('woff2'),
|
|
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;
|
|
|
|
}
|
|
|