7 lines
169 B
CSS
7 lines
169 B
CSS
@font-face {
|
|
font-family: 'Source Sans Pro';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url('/fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf') format('ttf');
|
|
}
|