xiaowang/assets/css/partials/fonts.scss

71 lines
1.7 KiB
SCSS
Raw Normal View History

2022-04-26 18:04:10 +02:00
// ----------------------------------------------------------------------------
2022-04-15 16:45:38 +02:00
// FONTS
2022-04-26 18:04:10 +02:00
// ----------------------------------------------------------------------------
2022-04-15 16:45:38 +02:00
// Nunito
@font-face {
2022-09-09 15:19:54 +02:00
font-family: 'Nunito';
src: url(../../fonts/nunito/Nunito-Regular.ttf) format('truetype');
font-weight: 400;
font-style: normal;
2022-04-15 16:45:38 +02:00
}
@font-face {
2022-09-09 15:19:54 +02:00
font-family: 'Nunito';
src: url(../../fonts/nunito/Nunito-Italic.ttf) format('truetype');
font-weight: 400;
font-style: italic;
2022-04-15 16:45:38 +02:00
}
@font-face {
2022-09-09 15:19:54 +02:00
font-family: 'Nunito';
src: url(../../fonts/nunito/Nunito-Medium.ttf) format('truetype');
font-weight: 500;
font-style: normal;
2022-04-15 16:45:38 +02:00
}
@font-face {
2022-09-09 15:19:54 +02:00
font-family: 'Nunito';
src: url(../../fonts/nunito/Nunito-MediumItalic.ttf) format('truetype');
font-weight: 500;
font-style: italic;
2022-04-15 16:45:38 +02:00
}
@font-face {
2022-09-09 15:19:54 +02:00
font-family: 'Nunito';
src: url(../../fonts/nunito/Nunito-SemiBold.ttf) format('truetype');
font-weight: 600;
font-style: normal;
2022-04-15 16:45:38 +02:00
}
@font-face {
2022-09-09 15:19:54 +02:00
font-family: 'Nunito';
src: url(../../fonts/nunito/Nunito-SemiBoldItalic.ttf) format('truetype');
font-weight: 600;
font-style: italic;
2022-04-15 16:45:38 +02:00
}
@font-face {
2022-09-09 15:19:54 +02:00
font-family: 'Nunito';
src: url(../../fonts/nunito/Nunito-Bold.ttf) format('truetype');
font-weight: 700;
font-style: normal;
2022-04-15 16:45:38 +02:00
}
@font-face {
2022-09-09 15:19:54 +02:00
font-family: 'Nunito';
src: url(../../fonts/nunito/Nunito-BoldItalic.ttf) format('truetype');
font-weight: 700;
font-style: italic;
2022-04-15 16:45:38 +02:00
}
// Gloria Hallelujah
@font-face {
2022-09-09 15:19:54 +02:00
font-family: 'Gloria Hallelujah';
src: url(../../fonts/gloria-hallelujah/GloriaHallelujah-Regular.ttf) format('truetype');
font-weight: 400;
font-style: normal;
2022-04-15 16:45:38 +02:00
}