33 lines
386 B
SCSS
33 lines
386 B
SCSS
///////////////////
|
|
// //
|
|
// FONTS //
|
|
// //
|
|
///////////////////
|
|
|
|
code,
|
|
figure figcaption,
|
|
.footnotes,
|
|
.footnote-ref,
|
|
.list-footer,
|
|
.main-footer,
|
|
nav,
|
|
.post-info,
|
|
.posts-list footer {
|
|
font-size: smaller;
|
|
}
|
|
|
|
blockquote {
|
|
font-style: italic;
|
|
}
|
|
|
|
.smallcaps,
|
|
#licence {
|
|
font-variant: small-caps;
|
|
}
|
|
|
|
.home-lists {
|
|
dt {
|
|
font-weight: bold;
|
|
}
|
|
}
|