32 lines
775 B
CSS
Executable File
32 lines
775 B
CSS
Executable File
@font-face{
|
|
font-family: 'Source Sans Pro';
|
|
font-weight: 300;
|
|
font-style: normal;
|
|
font-stretch: normal;
|
|
src: url('WOFF/OTF/SourceSansPro-Light.otf.woff') format('woff');
|
|
}
|
|
|
|
@font-face{
|
|
font-family: 'Source Sans Pro';
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
font-stretch: normal;
|
|
src: url('WOFF/OTF/SourceSansPro-Regular.otf.woff') format('woff');
|
|
}
|
|
|
|
@font-face{
|
|
font-family: 'Source Sans Pro';
|
|
font-weight: 600;
|
|
font-style: normal;
|
|
font-stretch: normal;
|
|
src: url('WOFF/OTF/SourceSansPro-Semibold.otf.woff') format('woff');
|
|
}
|
|
|
|
@font-face{
|
|
font-family: 'Source Sans Pro';
|
|
font-weight: 700;
|
|
font-style: normal;
|
|
font-stretch: normal;
|
|
src: url('WOFF/OTF/SourceSansPro-Bold.otf.woff') format('woff');
|
|
}
|