@font-face {font-family: 'Open Sans';
    src: url('opensans-regular.woff2') format('woff2'),
         url('opensans-regular.woff') format('woff');
    font-weight: normal; font-style: normal;}
    
@font-face {font-family: 'Open Sans';
    src: url('opensans-bold.woff2') format('woff2'),
         url('opensans-bold.woff') format('woff');
    font-weight: bold; font-style: normal;}

@font-face {font-family: 'Open Sans'; 
    src: url('opensans-italic.woff2') format('woff2'),
         url('opensans-italic.woff') format('woff'); 
         font-weight: normal; font-style: italic;}
    
@font-face {font-family: 'FontAwesome';
    src: url('fontawesome.woff2') format('woff2'),
         url('fontawesome.woff') format('woff');
    font-weight: normal; font-style: normal;}    