Skip to content

Commit

Permalink
Use regular font weight
Browse files Browse the repository at this point in the history
Now that we are using colours for contrast, we don't need such a think
font
  • Loading branch information
simonrw committed Apr 30, 2024
1 parent b153f61 commit c1e4457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ in {
me =
{
font-name = "JetBrains Mono";
font-style = "Semibold";
font-style = "Regular";
font-size =
if isLinux
then 10.0
Expand Down

0 comments on commit c1e4457

Please sign in to comment.