21 lines
226 B
SCSS
21 lines
226 B
SCSS
|
/*
|
||
|
* ************** *
|
||
|
* FONTS *
|
||
|
* ************** *
|
||
|
*/
|
||
|
|
||
|
html, body {
|
||
|
font-size: $font-size-base;
|
||
|
}
|
||
|
|
||
|
code,
|
||
|
.footnotes,
|
||
|
.footnote-ref,
|
||
|
figure p,
|
||
|
.main-footer,
|
||
|
.posts-list footer {
|
||
|
font-size: $font-size-small;
|
||
|
}
|
||
|
|
||
|
|