pfe_site / frontend /css /font.css
YsnHdn's picture
First commit
aef7e33
raw
history blame contribute delete
690 Bytes
@font-face {
font-family: source sans pro;
font-style: normal;
font-weight: 300;
src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(../fonts/sourcesanspro/sourcesanspro-light.woff) format('woff')
}
@font-face {
font-family: source sans pro;
font-style: normal;
font-weight: 400;
src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(../fonts/sourcesanspro/sourcesanspro.woff) format('woff')
}
@font-face {
font-family: source sans pro;
font-style: normal;
font-weight: 700;
src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(../fonts/sourcesanspro/sourcesanspro-bold.woff) format('woff')
}