You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
606 B
25 lines
606 B
/*
|
|
You may download the entire Source Sans Pro font family here:
|
|
https://fonts.google.com/specimen/Source+Sans+Pro?query=Source+Sans+Pro
|
|
*/
|
|
@font-face {
|
|
font-family: 'Source Sans Pro';
|
|
src: url('/fonts/SourceSansPro-Light.ttf') format('truetype');
|
|
font-weight: light;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Source Sans Pro';
|
|
src: url('/fonts/SourceSansPro-Regular.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Source Sans Pro';
|
|
src: url('/fonts/SourceSansPro-Bold.ttf') format('truetype');
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
}
|
|
|
|
|