31 lines
587 B
CSS
31 lines
587 B
CSS
/*OpenSans Font*/
|
|
@font-face {
|
|
font-family: 'Asap';
|
|
src: url('Asap-Regular.otf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Asap';
|
|
src: url('Asap-Bold.otf') format('truetype');
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Asap';
|
|
src: url('Asap-Italic.otf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Asap';
|
|
src: url('Asap-BoldItalic.otf') format('truetype');
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
}
|
|
|