21 lines
441 B
SCSS
Vendored
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')
|
|
}
|