diff --git a/assets/css/core/reset.css b/assets/css/core/reset.css index f509cf6..07515be 100644 --- a/assets/css/core/reset.css +++ b/assets/css/core/reset.css @@ -22,7 +22,7 @@ h6 { } body { - font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; + font-family: 'Noto Serif SC', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; font-size: 18px; line-height: 1.6; word-break: break-word; diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index d688c82..1a6b4dd 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -2,6 +2,7 @@
+ {{- partial "css.html" . }} {{- partial "head.html" . }} diff --git a/layouts/partials/css.html b/layouts/partials/css.html new file mode 100644 index 0000000..485e4f8 --- /dev/null +++ b/layouts/partials/css.html @@ -0,0 +1,23 @@ + + + + \ No newline at end of file