7 lines
268 B
SCSS
7 lines
268 B
SCSS
|
@font-face {
|
||
|
font-family: "Source Sans";
|
||
|
src: url("source-sans-pro/SourceSansPro-Bold.otf") format('opentype');
|
||
|
src: url("source-sans-pro/SourceSansPro-Regular.otf") format('opentype');
|
||
|
src: url("source-sans-pro/SourceSansPro-Light.otf") format('opentype');
|
||
|
}
|