Swap Generale Station for Sitka Small
This commit is contained in:
parent
154f75a58e
commit
7c4c781f85
BIN
generale-station.woff2
(Stored with Git LFS)
BIN
generale-station.woff2
(Stored with Git LFS)
Binary file not shown.
BIN
sitka-small.woff2
(Stored with Git LFS)
Normal file
BIN
sitka-small.woff2
(Stored with Git LFS)
Normal file
Binary file not shown.
15
style.sass
15
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")
|
Loading…
Reference in a new issue