portfoligor/assets/scss/_fonts.scss

33 lines
386 B
SCSS
Raw Normal View History

///////////////////
// //
// FONTS //
// //
///////////////////
code,
figure figcaption,
.footnotes,
.footnote-ref,
2021-10-29 22:34:24 +02:00
.list-footer,
.main-footer,
nav,
.post-info,
.posts-list footer {
font-size: smaller;
}
2021-10-29 22:34:24 +02:00
blockquote {
font-style: italic;
}
.smallcaps,
#licence {
2021-10-29 22:34:24 +02:00
font-variant: small-caps;
}
2021-10-29 22:34:24 +02:00
.home-lists {
dt {
font-weight: bold;
}
}