Change fonts; change verbiage a bit

This commit is contained in:
Greg Shuflin 2022-11-04 23:48:22 -07:00
parent 8675e429c1
commit 239892ba69
2 changed files with 4 additions and 5 deletions

View File

@ -61,10 +61,10 @@
<p>I'm a user of and occasional contributor to the <a href="https://github.com/casey/just">just</a> command runner <p>I'm a user of and occasional contributor to the <a href="https://github.com/casey/just">just</a> command runner
<p>As part of my work at Toolchain Labs, I <p>As part of my work at Toolchain Labs, I was a
<a href="https://github.com/pantsbuild/pants/commits?author=gshuflin">contribute</a> <a href="https://github.com/pantsbuild/pants/commits?author=gshuflin">contributor</a>
to the <a href="https://www.pantsbuild.org/">Pants</a> build system. Much of my work to the <a href="https://www.pantsbuild.org/">Pants</a> 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. to a modern and more performant Rust execution engine.
<p>I recently contributed a basic <a href="https://github.com/koka-lang/koka/pull/193/commits/ab290a41a4249450d9934a4c23d2b8ed7e98b448">Vim plugin</a> <p>I recently contributed a basic <a href="https://github.com/koka-lang/koka/pull/193/commits/ab290a41a4249450d9934a4c23d2b8ed7e98b448">Vim plugin</a>

View File

@ -23,7 +23,7 @@ header {
body { body {
background-color:#2B2B4D; background-color:#2B2B4D;
color: white; color: white;
font-family: Ubuntu; font-family: "Fira Sans, Ubuntu";
} }
b { b {
@ -40,7 +40,6 @@ a:visited {
} }
li { li {
font-family: Ubuntu;
margin-bottom:10px; margin-bottom:10px;
} }
a.codeLink { a.codeLink {