﻿
@font-face {
    font-family: 'SourceSansPro-Light';
    src: url('../fonts/SourceSansPro-Light.ttf') format('truetype'), /*All Browsers*/
         url('../fonts/SourceSansPro-Light.otf') format('opentype'), /*All Browsers*/
		 url('../fonts/SourceSansPro-Light.eot') format('embedded-opentype'),
         url('../fonts/SourceSansPro-Light.woff2') format('woff2') /*Super Modern Browsers*/
		 
}
@font-face {
    font-family: 'SourceSansPro-Regular';
    src: url('../fonts/SourceSansPro-Regular.ttf') format('truetype'),
         url('../fonts/SourceSansPro-Regular.otf') format('opentype'),
		 url('../fonts/SourceSansPro-Regular.eot') format('embedded-opentype'),
         url('../fonts/SourceSansPro-Regular.woff2') format('woff2')
}

@font-face {
    font-family: 'SourceSansPro-SemiBold';
    src: url('../fonts/SourceSansPro-SemiBold.ttf') format('truetype'),
         url('../fonts/SourceSansPro-SemiBold.otf') format('opentype'),
		 url('../fonts/SourceSansPro-SemiBold.eot') format('embedded-opentype'),
         url('../fonts/SourceSansPro-SemiBold.woff2') format('woff2')
}

@font-face {
    font-family: 'SourceSansPro-Bold';
    src: url('../fonts/SourceSansPro-Bold.ttf') format('truetype'),
         url('../fonts/SourceSansPro-Bold.otf') format('opentype'),
		 url('../fonts/SourceSansPro-Bold.eot') format('embedded-opentype'),
         url('../fonts/SourceSansPro-Bold.woff2') format('woff2')
}