Skip to content

Commit

Permalink
added fallback font incase JBM does not load
Browse files Browse the repository at this point in the history
  • Loading branch information
arshjameel committed Jan 31, 2024
1 parent 973dea4 commit 2039a81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/css/core/reset.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ h6 {

body {
/* font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */
font-family: 'JetBrains Mono';
font-family: 'JetBrains Mono', monospace;
font-size: 18px;
line-height: 1.6;
word-break: break-word;
Expand Down
3 changes: 2 additions & 1 deletion assets/css/extended/blank.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ This is just a placeholder blank stylesheet so as to support adding custom style
Read https://github.com/adityatelange/hugo-PaperMod/wiki/FAQs#bundling-custom-css-with-themes-assets for more info
*/

@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;700&display=swap');
* {
font-family: 'JetBrains Mono';
font-family: 'JetBrains Mono', monospace;
}

0 comments on commit 2039a81

Please sign in to comment.