7 lines
170 B
CSS
7 lines
170 B
CSS
|
@font-face {
|
||
|
font-family: 'Source Serif Pro';
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
src: url(/fonts/Source_Serif_Pro/SourceSerifPro-Regular.ttf) format('ttf');
|
||
|
}
|