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