2020-12-26 19:59:54 +01:00
|
|
|
///////////////////
|
|
|
|
// //
|
2024-09-02 19:58:59 +02:00
|
|
|
// FONT-FACE //
|
2020-12-26 19:59:54 +01:00
|
|
|
// //
|
|
|
|
///////////////////
|
2020-01-15 17:42:04 +01:00
|
|
|
|
2024-09-02 19:58:59 +02:00
|
|
|
@font-face {
|
|
|
|
font-family: "mylilex";
|
|
|
|
font-weight: 100;
|
|
|
|
src: url("/fonts/Lilex-Thin.ttf") format('truetype');
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: "mylilex";
|
|
|
|
font-weight: 200;
|
|
|
|
src: url("/fonts/Lilex-ExtraLight.ttf") format('truetype');
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: "mylilex";
|
|
|
|
font-weight: 400;
|
|
|
|
src: url("/fonts/Lilex-Regular.ttf") format('truetype');
|
2020-01-15 17:42:04 +01:00
|
|
|
}
|
|
|
|
|
2024-09-02 19:58:59 +02:00
|
|
|
@font-face {
|
|
|
|
font-family: "mylilex";
|
|
|
|
font-weight: 700;
|
|
|
|
src: url("/fonts/Lilex-Bold.ttf") format('truetype');
|
|
|
|
}
|
|
|
|
|
|
|
|
///////////////////
|
|
|
|
// //
|
|
|
|
// FONTS //
|
|
|
|
// //
|
|
|
|
///////////////////
|
|
|
|
|
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 {
|
2024-09-02 19:58:59 +02:00
|
|
|
font-size: smaller;
|
2020-01-15 17:42:04 +01:00
|
|
|
}
|
|
|
|
|
2021-10-29 22:34:24 +02:00
|
|
|
blockquote {
|
|
|
|
font-style: italic;
|
2019-08-25 17:54:11 +02:00
|
|
|
}
|
|
|
|
|
2024-09-02 19:58:59 +02:00
|
|
|
.smallcaps,
|
|
|
|
#licence {
|
2021-10-29 22:34:24 +02:00
|
|
|
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 {
|
2024-09-02 19:58:59 +02:00
|
|
|
font-weight: 700;
|
2021-10-29 22:34:24 +02:00
|
|
|
}
|
|
|
|
}
|