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 {