61 lines
1.4 KiB
SCSS
61 lines
1.4 KiB
SCSS
// ----------------------------------------------------------------------------
|
|
// FONTS
|
|
// ----------------------------------------------------------------------------
|
|
|
|
// Open Sans
|
|
|
|
@font-face {
|
|
font-family: 'Open Sans';
|
|
src: url(../fonts/open-sans/OpenSans-Regular.ttf) format('truetype');
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Open Sans';
|
|
src: url(../fonts/open-sans/OpenSans-Italic.ttf) format('truetype');
|
|
font-weight: 400;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Open Sans';
|
|
src: url(../fonts/open-sans/OpenSans-Medium.ttf) format('truetype');
|
|
font-weight: 500;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Open Sans';
|
|
src: url(../fonts/open-sans/OpenSans-MediumItalic.ttf) format('truetype');
|
|
font-weight: 500;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Open Sans';
|
|
src: url(../fonts/open-sans/OpenSans-SemiBold.ttf) format('truetype');
|
|
font-weight: 600;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Open Sans';
|
|
src: url(../fonts/open-sans/OpenSans-SemiBoldItalic.ttf) format('truetype');
|
|
font-weight: 600;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Open Sans';
|
|
src: url(../fonts/open-sans/OpenSans-Bold.ttf) format('truetype');
|
|
font-weight: 700;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Open Sans';
|
|
src: url(../fonts/open-sans/OpenSans-BoldItalic.ttf) format('truetype');
|
|
font-weight: 700;
|
|
font-style: italic;
|
|
}
|