Swap Generale Station for Sitka Small

This commit is contained in:
Emi Simpson 2023-10-31 17:43:11 -04:00
parent 154f75a58e
commit 7c4c781f85
Signed by: Emi
GPG Key ID: A12F2C2FFDC3D847
3 changed files with 15 additions and 6 deletions

BIN
generale-station.woff2 (Stored with Git LFS)

Binary file not shown.

BIN
sitka-small.woff2 (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -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")