From fdbe579546d07dc7a751967ebade7d439c6380aa Mon Sep 17 00:00:00 2001 From: Sewens Date: Wed, 2 Aug 2023 00:11:07 +0800 Subject: [PATCH] restore blank.css and make code block important --- assets/css/extended/blank.css | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 assets/css/extended/blank.css diff --git a/assets/css/extended/blank.css b/assets/css/extended/blank.css new file mode 100644 index 0000000..0b65d12 --- /dev/null +++ b/assets/css/extended/blank.css @@ -0,0 +1,28 @@ +-/* +This is just a placeholder blank stylesheet so as to support adding custom styles budled with theme's default styles + +Read https://github.com/adityatelange/hugo-PaperMod/wiki/FAQs#bundling-custom-css-with-themes-assets for more info +*/ +.post-content { + font-family: "NotoSansSC-Regular", sans-serif; +} + +.post-title { + font-family: "NotoSansSC-Bold", sans-serif; +} + +/* .post-content code { + font-family: "NotoSansSC-Thin"; +} */ + +code { + font-family: "NotoSansSC-Thin" !important; +} + +.logo a { + font-family: "NotoSansSC-Bold", sans-serif; +} + +#menu a { + font-family: "NotoSansSC-Bold", sans-serif; +} \ No newline at end of file