diff options
author | Lizzy Hunt <elizabeth.hunt@simponic.xyz> | 2024-02-01 11:42:08 -0700 |
---|---|---|
committer | Lizzy Hunt <elizabeth.hunt@simponic.xyz> | 2024-02-01 11:42:08 -0700 |
commit | 2b2ed28e2d5e5f1bec6543d18907e7cca46faac0 (patch) | |
tree | 2c9b53a97435d6dfee96b1ef4a2fcc5652c26478 /src/global.css | |
parent | d7495c101d5aea78dfac8116e8535c0a0df3b6d1 (diff) | |
download | compiling-the-lambda-calculus-2b2ed28e2d5e5f1bec6543d18907e7cca46faac0.tar.gz compiling-the-lambda-calculus-2b2ed28e2d5e5f1bec6543d18907e7cca46faac0.zip |
intro to me slide
Diffstat (limited to 'src/global.css')
-rw-r--r-- | src/global.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/global.css b/src/global.css new file mode 100644 index 0000000..b271252 --- /dev/null +++ b/src/global.css @@ -0,0 +1 @@ +@import url("https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;700&display=swap"); |