portfoligor/assets/scss/_fonts.scss

43 lines
527 B
SCSS
Raw Normal View History

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