From b5c4ba6f894e4bc855825dd86a993bb38922c54b Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Tue, 14 Apr 2026 20:47:18 +0200 Subject: Changed the font --- content/_index.md | 4 +++- layouts/_default/baseof.html | 4 +--- static/main.css | 3 ++- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/content/_index.md b/content/_index.md index 80135d8..7119f8f 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,4 +1,6 @@ -If you would like to contact me or collaborate on the building the next generation of radio frequency products, please write an email to ```me[at]karanj[dot]com``` or send me a message on [LinkedIn](https://www.linkedin.com/in/karanjayachandra). +If you would like to contact me or collaborate on the building the next generation of radio frequency products, please send me a message on [LinkedIn](https://www.linkedin.com/in/karanjayachandra) or write an email to: + +`me[at]karanj[dot]com` Welcome to my home on the world wide web! I am an RF engineer wandering across the pale blue dot constantly in search of the next interesting opportunity to learn. I have a specialization in signal processing. This page gives you an overview of my professional qualifications. I am currently working on the next generation of automotive Radar systems for adaptive cruise control, lane change assist, blind spot detection and cross traffic alert at NXP Semiconductors. I live in Rotterdam, The Netherlands. diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 0afdceb..012e942 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -14,9 +14,7 @@ - - - + diff --git a/static/main.css b/static/main.css index a4d85dc..cfdf2af 100644 --- a/static/main.css +++ b/static/main.css @@ -5,7 +5,8 @@ --bg-color: hsl(var(--hue), var(--saturation), 100%); --theme-color: hsl(var(--hue), var(--saturation), 50%); --code-bg-color: hsl(var(--hue), var(--saturation), 90%); - font-family: 'JetBrains Mono'; + font-family: "CMU Serif"; + font-size: large; background-color: var(--bg-color); color: var(--text-color); max-width: 800px; -- cgit v1.3.1