2020-12-26 19:59:54 +01:00
|
|
|
///////////////////
|
|
|
|
// //
|
|
|
|
// FONTS //
|
|
|
|
// //
|
|
|
|
///////////////////
|
2020-01-15 17:42:04 +01:00
|
|
|
|
2020-12-26 19:59:54 +01:00
|
|
|
html,
|
|
|
|
body {
|
2020-01-15 17:42:04 +01:00
|
|
|
font-size: $font-size-base;
|
2021-10-29 22:34:24 +02:00
|
|
|
line-height: $line-height-base;
|
|
|
|
font-family: $font-family;
|
2020-01-15 17:42:04 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
code,
|
2021-11-29 13:27:02 +01:00
|
|
|
figure figcaption,
|
2020-01-15 17:42:04 +01:00
|
|
|
.footnotes,
|
|
|
|
.footnote-ref,
|
2021-10-29 22:34:24 +02:00
|
|
|
.list-footer,
|
2020-01-15 17:42:04 +01:00
|
|
|
.main-footer,
|
2020-01-17 17:29:06 +01:00
|
|
|
nav,
|
2020-01-19 18:00:55 +01:00
|
|
|
.post-info,
|
2020-01-15 17:42:04 +01:00
|
|
|
.posts-list footer {
|
|
|
|
font-size: $font-size-small;
|
|
|
|
}
|
|
|
|
|
2021-10-29 22:34:24 +02:00
|
|
|
blockquote {
|
|
|
|
font-style: italic;
|
2019-08-25 17:54:11 +02:00
|
|
|
}
|
|
|
|
|
2021-10-29 22:34:24 +02:00
|
|
|
.smallcaps {
|
|
|
|
font-variant: small-caps;
|
2020-01-21 07:18:45 +01:00
|
|
|
}
|
2020-12-26 19:59:54 +01:00
|
|
|
|
2021-10-29 22:34:24 +02:00
|
|
|
.home-lists {
|
|
|
|
dt {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#licence {
|
2020-12-26 19:59:54 +01:00
|
|
|
font-variant: small-caps;
|
|
|
|
}
|