Template:Harvard BioDesign/assets/css/font-source-sans-pro.css

/* Rebekah - downloaded font - Source Sans Pro */

/* first try - didn’t really work */ @font-face {

 font-family: ‘Source Sans Pro’;
 font-style: normal;
 font-weight: 300;
 src: url(‘../fonts/SourceSansPro-Light.ttf’) format(‘truetype’); 

}

@font-face {

 font-family: ‘Source Sans Pro’;
 font-style: normal;
 font-weight: 400;
 src: url(‘../fonts/SourceSansPro-Regular.ttf’) format(‘truetype’); 

}

@font-face {

 font-family: ‘Source Sans Pro’;
 font-style: normal;
 font-weight: 600;
 src: url(‘../fonts/SourceSansPro-Semibold.ttf’) format(‘truetype’);

}

@font-face {

 font-family: ‘Source Sans Pro’;
 font-style: italic;
 font-weight: 300;
 src: url(‘../fonts/SourceSansPro-LightItalic.ttf’) format(‘truetype’);

}

@font-face {

 font-family: ‘Source Sans Pro’;
 font-style: italic;
 font-weight: 400;
 src: url(‘../fonts/SourceSansPro-Italic.ttf’) format(‘truetype’);

}