mirror of
https://github.com/danbee/cv
synced 2025-03-04 08:59:12 +00:00
24 lines
709 B
SCSS
24 lines
709 B
SCSS
@font-face {
|
|
font-family: 'source_sans';
|
|
src: url('../fonts/sourcesanspro-bold-webfont.woff2') format('woff2'),
|
|
url('../fonts/sourcesanspro-bold-webfont.woff') format('woff');
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'source_sans';
|
|
src: url('../fonts/sourcesanspro-light-webfont.woff2') format('woff2'),
|
|
url('../fonts/sourcesanspro-light-webfont.woff') format('woff');
|
|
font-weight: light;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'source_sans';
|
|
src: url('../fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
|
|
url('../fonts/sourcesanspro-regular-webfont.woff') format('woff');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|