2020-03-31 01:05:51 +02:00
|
|
|
$fa-font-path: 'fonts/fontawesome';
|
|
|
|
|
2020-05-13 14:28:06 +02:00
|
|
|
@import '../../../../../node_modules/@fortawesome/fontawesome-free/scss/fontawesome';
|
|
|
|
@import '../../../../../node_modules/@fortawesome/fontawesome-free/scss/solid';
|
|
|
|
@import '../../../../../node_modules/@fortawesome/fontawesome-free/scss/regular';
|
2017-08-14 10:31:27 +02:00
|
|
|
|
2018-02-28 22:03:46 +01:00
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 100;
|
2018-03-01 21:01:38 +01:00
|
|
|
src: local('Roboto Thin'), local('Roboto-Thin'), url('fonts/Roboto/Roboto-Thin.ttf') format('truetype');
|
2018-02-28 22:03:46 +01:00
|
|
|
}
|
2020-07-10 17:42:59 +02:00
|
|
|
|
2018-02-28 22:03:46 +01:00
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 300;
|
2018-03-01 21:01:38 +01:00
|
|
|
src: local('Roboto Light'), local('Roboto-Light'), url('fonts/Roboto/Roboto-Light.ttf') format('truetype');
|
2018-02-28 22:03:46 +01:00
|
|
|
}
|
2020-07-10 17:42:59 +02:00
|
|
|
|
2018-02-28 22:03:46 +01:00
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
2018-03-01 21:01:38 +01:00
|
|
|
src: local('Roboto'), local('Roboto-Regular'), url('fonts/Roboto/Roboto-Regular.ttf') format('truetype');
|
2018-02-28 22:03:46 +01:00
|
|
|
}
|
2020-07-10 17:42:59 +02:00
|
|
|
|
2018-02-28 22:03:46 +01:00
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 500;
|
2018-03-01 21:01:38 +01:00
|
|
|
src: local('Roboto Medium'), local('Roboto-Medium'), url('fonts/Roboto/Roboto-Medium.ttf') format('truetype');
|
2018-02-28 22:03:46 +01:00
|
|
|
}
|
2020-07-10 17:42:59 +02:00
|
|
|
|
2018-02-28 22:03:46 +01:00
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 700;
|
2018-03-01 21:01:38 +01:00
|
|
|
src: local('Roboto Bold'), local('Roboto-Bold'), url('fonts/Roboto/Roboto-Bold.ttf') format('truetype');
|
2018-02-28 22:03:46 +01:00
|
|
|
}
|
2020-07-10 17:42:59 +02:00
|
|
|
|
2018-02-28 22:03:46 +01:00
|
|
|
@font-face {
|
|
|
|
font-family: 'Roboto';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 900;
|
2018-03-01 21:01:38 +01:00
|
|
|
src: local('Roboto Black'), local('Roboto-Black'), url('fonts/Roboto/Roboto-Black.ttf') format('truetype');
|
2017-08-29 18:41:11 +02:00
|
|
|
}
|
2019-04-16 21:35:22 +02:00
|
|
|
|
|
|
|
@mixin fontScale($weight: 400, $size: 1rem) {
|
|
|
|
font-weight: $weight;
|
|
|
|
font-size: $size;
|
|
|
|
}
|
|
|
|
|
2020-07-15 15:13:40 +02:00
|
|
|
@mixin h1($weight: 400, $size: 2.5rem) {
|
2019-04-16 21:35:22 +02:00
|
|
|
@include fontScale($weight, $size);
|
|
|
|
}
|
|
|
|
|
2020-07-15 15:13:40 +02:00
|
|
|
@mixin h2($weight: 400, $size: 2rem) {
|
2019-04-16 21:35:22 +02:00
|
|
|
@include fontScale($weight, $size);
|
|
|
|
}
|
|
|
|
|
2020-07-15 15:13:40 +02:00
|
|
|
@mixin h3($weight: 400, $size: 1.5rem) {
|
2019-04-16 21:35:22 +02:00
|
|
|
@include fontScale($weight, $size);
|
|
|
|
}
|
|
|
|
|
2020-07-15 15:13:40 +02:00
|
|
|
@mixin h4($weight: 400, $size: 1.125rem) {
|
2019-04-16 21:35:22 +02:00
|
|
|
@include fontScale($weight, $size);
|
|
|
|
}
|
|
|
|
|
2020-07-15 15:13:40 +02:00
|
|
|
@mixin h5($weight: 400, $size: 1rem) {
|
2019-04-16 21:35:22 +02:00
|
|
|
@include fontScale($weight, $size);
|
|
|
|
}
|
|
|
|
|
2020-07-15 15:13:40 +02:00
|
|
|
@mixin h6($weight: 400, $size: 0.875rem) {
|
2019-04-16 21:35:22 +02:00
|
|
|
@include fontScale($weight, $size);
|
|
|
|
}
|
|
|
|
|
2020-07-15 15:13:40 +02:00
|
|
|
@mixin h7($weight: 400, $size: 0.75rem) {
|
2019-04-16 21:35:22 +02:00
|
|
|
@include fontScale($weight, $size);
|
|
|
|
}
|
|
|
|
|
2020-07-15 15:13:40 +02:00
|
|
|
@mixin paragraph($weight: 400, $size: 1rem) {
|
2019-04-16 21:35:22 +02:00
|
|
|
@include fontScale($weight, $size);
|
|
|
|
}
|