From 239892ba69c9c9d675f5d1e25566cd09fd32b71d Mon Sep 17 00:00:00 2001 From: Greg Shuflin Date: Fri, 4 Nov 2022 23:48:22 -0700 Subject: [PATCH] Change fonts; change verbiage a bit --- index.html | 6 +++--- style.css | 3 +-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 6e1622e..39d3817 100644 --- a/index.html +++ b/index.html @@ -61,10 +61,10 @@

I'm a user of and occasional contributor to the just command runner -

As part of my work at Toolchain Labs, I - contribute +

As part of my work at Toolchain Labs, I was a + contributor to the Pants build system. Much of my work - on this project has involved porting the codebase from a legacy Python execution engine + on this project involved porting the codebase from a legacy Python execution engine to a modern and more performant Rust execution engine.

I recently contributed a basic Vim plugin diff --git a/style.css b/style.css index 92d4d09..bfc0dd5 100644 --- a/style.css +++ b/style.css @@ -23,7 +23,7 @@ header { body { background-color:#2B2B4D; color: white; - font-family: Ubuntu; + font-family: "Fira Sans, Ubuntu"; } b { @@ -40,7 +40,6 @@ a:visited { } li { - font-family: Ubuntu; margin-bottom:10px; } a.codeLink {