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
|
grid-template-columns: 500px 1fr
|
||||||
display: grid
|
display: grid
|
||||||
color: white
|
color: white
|
||||||
font-family: "Generale Station"
|
font-family: "Sitka Small"
|
||||||
padding-top: 30px
|
padding-top: 30px
|
||||||
padding-right: 50px
|
padding-right: 50px
|
||||||
|
|
||||||
|
@ -69,10 +69,19 @@ main
|
||||||
color: #dbb7ff
|
color: #dbb7ff
|
||||||
text-decoration: none
|
text-decoration: none
|
||||||
|
|
||||||
|
#description
|
||||||
|
margin-top: 50px
|
||||||
|
|
||||||
|
& > :first-child
|
||||||
|
font-size: 1.3em
|
||||||
|
|
||||||
|
strong
|
||||||
|
color: #dbb7ff
|
||||||
|
|
||||||
@font-face
|
@font-face
|
||||||
font-family: Starstreak
|
font-family: Starstreak
|
||||||
src: url("starstreak.woff2") format("woff2")
|
src: url("starstreak.woff2") format("woff2")
|
||||||
|
|
||||||
@font-face
|
@font-face
|
||||||
font-family: "Generale Station"
|
font-family: "Sitka Small"
|
||||||
src: url("generale-station.woff2") format("woff2")
|
src: url("sitka-small.woff2") format("woff2")
|
Loading…
Reference in a new issue