Skip to content

Commit

Permalink
bb
Browse files Browse the repository at this point in the history
  • Loading branch information
savnkr committed Jan 28, 2025
1 parent 3bbea48 commit aa7f2ee
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions assets/css/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
/* Apply global font settings */
body {
font-family: 'Roboto', sans-serif; /* Change to your preferred font */
font-size: 14px; /* Adjust font size */
line-height: 1.6; /* Improve readability */
}

/* Style for blog post titles */
h1, h2, h3, h4, h5, h6 {
font-family: 'Roboto', sans-serif; /* Ensure headings use the same font */
font-size: 20px; /* Adjust heading size */
font-weight: bold; /* Make headings bold */
}

/* Style for blog post content */
.post-content, .post-body, .blog-content {
font-family: 'Roboto', sans-serif;
font-size: 14px; /* Font size for blog content */
line-height: 1.8; /* Better spacing for readability */
color: #333; /* Set text color */
}

0 comments on commit aa7f2ee

Please sign in to comment.