Skip to content

Commit

Permalink
restore blank.css and make code block important
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewens committed Aug 1, 2023
1 parent ac23336 commit fdbe579
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions assets/css/extended/blank.css
Original file line number Diff line number Diff line change
@@ -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;
}

0 comments on commit fdbe579

Please sign in to comment.