julienmonnerie/public/assets/css/partials/fonts.scss

62 lines
1.4 KiB
SCSS
Raw Normal View History

2022-06-17 17:51:59 +02:00
// ----------------------------------------------------------------------------
// FONTS
// ----------------------------------------------------------------------------
2022-07-06 17:18:42 +02:00
// Open Sans
@font-face {
font-family: 'Open Sans';
2022-07-18 19:15:03 +02:00
src: url(../../fonts/open-sans/OpenSans-Regular.ttf) format('truetype');
font-weight: 400;
font-style: normal;
2022-07-06 17:18:42 +02:00
}
@font-face {
font-family: 'Open Sans';
2022-07-18 19:15:03 +02:00
src: url(../../fonts/open-sans/OpenSans-Italic.ttf) format('truetype');
2022-07-06 17:18:42 +02:00
font-weight: 400;
font-style: italic;
}
@font-face {
font-family: 'Open Sans';
2022-07-18 19:15:03 +02:00
src: url(../../fonts/open-sans/OpenSans-Medium.ttf) format('truetype');
2022-07-06 17:18:42 +02:00
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Open Sans';
2022-07-18 19:15:03 +02:00
src: url(../../fonts/open-sans/OpenSans-MediumItalic.ttf) format('truetype');
2022-07-06 17:18:42 +02:00
font-weight: 500;
font-style: italic;
}
@font-face {
font-family: 'Open Sans';
2022-07-18 19:15:03 +02:00
src: url(../../fonts/open-sans/OpenSans-SemiBold.ttf) format('truetype');
2022-07-06 17:18:42 +02:00
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'Open Sans';
2022-07-18 19:15:03 +02:00
src: url(../../fonts/open-sans/OpenSans-SemiBoldItalic.ttf) format('truetype');
2022-07-06 17:18:42 +02:00
font-weight: 600;
font-style: italic;
}
@font-face {
font-family: 'Open Sans';
2022-07-18 19:15:03 +02:00
src: url(../../fonts/open-sans/OpenSans-Bold.ttf) format('truetype');
2022-07-06 17:18:42 +02:00
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'Open Sans';
2022-07-18 19:15:03 +02:00
src: url(../../fonts/open-sans/OpenSans-BoldItalic.ttf) format('truetype');
2022-07-06 17:18:42 +02:00
font-weight: 700;
font-style: italic;
}