Files
blog/resources/sass/fonts.scss
2019-06-30 00:53:35 -04:00

21 lines
441 B
SCSS
Vendored

@font-face {
font-family: 'OpenSans';
font-style: normal;
font-weight: 500;
src: url('../fonts/OpenSans-Regular.ttf') format('truetype')
}
@font-face {
font-family: 'OpenSans';
font-style: normal;
font-weight: 600;
src: url('../fonts/OpenSans-SemiBold.ttf') format('truetype')
}
@font-face {
font-family: 'OpenSans';
font-style: normal;
font-weight: 700;
src: url('../fonts/OpenSans-Bold.ttf') format('truetype')
}