Is your feature request related to a problem? Please describe.
The website currently loads four different font families (Roboto Mono, Outfit, Lexend, Sen), which impacts performance and creates visual inconsistency. The typography lacks a cohesive hierarchy found in modern "Stripe-like" or "Linear-like" designs.
Describe the feature you are requesting, as well as the possible use case(s) for it.
- Font Consolidation: Reduce to 2 font families (e.g., Inter or Outfit for headings/body, and JetBrains Mono or Roboto Mono for code/technical details).
- Typography Scale: Implement a fluid typography scale for headings to ensure readability on all devices.
- readability: Increase base font size and line height for blog content to match modern reading standards (e.g., 1.125rem base size).
Indicate the importance of this feature to you.
Must-have
Anything else?
Remove unused font imports from the <head> in post.html.
Is your feature request related to a problem? Please describe.
The website currently loads four different font families (Roboto Mono, Outfit, Lexend, Sen), which impacts performance and creates visual inconsistency. The typography lacks a cohesive hierarchy found in modern "Stripe-like" or "Linear-like" designs.
Describe the feature you are requesting, as well as the possible use case(s) for it.
Indicate the importance of this feature to you.
Must-have
Anything else?
Remove unused font imports from the
<head>inpost.html.