From 7c4c781f853a7a1cad153370415380862a261bb1 Mon Sep 17 00:00:00 2001 From: Emi Simpson Date: Tue, 31 Oct 2023 17:43:11 -0400 Subject: [PATCH] Swap Generale Station for Sitka Small --- generale-station.woff2 | 3 --- sitka-small.woff2 | 3 +++ style.sass | 15 ++++++++++++--- 3 files changed, 15 insertions(+), 6 deletions(-) delete mode 100644 generale-station.woff2 create mode 100644 sitka-small.woff2 diff --git a/generale-station.woff2 b/generale-station.woff2 deleted file mode 100644 index 894b015..0000000 --- a/generale-station.woff2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:12c34b15c36f1c10516939a995e7a3ee5d58a14d407d08b4bf8d62d337a6ec49 -size 15420 diff --git a/sitka-small.woff2 b/sitka-small.woff2 new file mode 100644 index 0000000..85b251d --- /dev/null +++ b/sitka-small.woff2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f079b19d201c67fa242d433e10fd42445f68107c3e9beaccc0b50a4b0c3bf65d +size 77940 diff --git a/style.sass b/style.sass index 1374d78..cd30194 100644 --- a/style.sass +++ b/style.sass @@ -3,7 +3,7 @@ body grid-template-columns: 500px 1fr display: grid color: white - font-family: "Generale Station" + font-family: "Sitka Small" padding-top: 30px padding-right: 50px @@ -69,10 +69,19 @@ main color: #dbb7ff text-decoration: none + #description + margin-top: 50px + + & > :first-child + font-size: 1.3em + + strong + color: #dbb7ff + @font-face font-family: Starstreak src: url("starstreak.woff2") format("woff2") @font-face - font-family: "Generale Station" - src: url("generale-station.woff2") format("woff2") + font-family: "Sitka Small" + src: url("sitka-small.woff2") format("woff2") \ No newline at end of file