|
|
@ -1,11 +1,16 @@ |
|
|
|
@font-face { |
|
|
|
font-family: "ARK-ES"; |
|
|
|
src: url("/fonts/ARK-ES-DenseRegular.otf") format("otf"); |
|
|
|
font-family: "ARK-ES Regular"; |
|
|
|
src: url("/fonts/ARK-ES-DenseRegular.woff") format("woff"); |
|
|
|
} |
|
|
|
|
|
|
|
@font-face { |
|
|
|
font-family: "ARK-ES DenseMedium"; |
|
|
|
src: url("/fonts/ARK-ES-DenseMedium.woff") format("woff"); |
|
|
|
} |
|
|
|
|
|
|
|
@font-face { |
|
|
|
font-family: "ARK-ES DenseLight"; |
|
|
|
src: url("/fonts/ARK-ES-DenseLight.otf") format("otf"); |
|
|
|
src: url("/fonts/ARK-ES-DenseLight.woff") format("woff"); |
|
|
|
} |
|
|
|
|
|
|
|
@font-face { |
|
|
@ -55,15 +60,15 @@ img { |
|
|
|
|
|
|
|
#title { |
|
|
|
padding-left: 20px; |
|
|
|
font-family: "ARK-ES"; |
|
|
|
font-family: "ARK-ES DenseMedium"; |
|
|
|
font-weight: normal; |
|
|
|
font-size: 70px; |
|
|
|
font-size: 50px; |
|
|
|
} |
|
|
|
|
|
|
|
#subtitle { |
|
|
|
font-size: 30px; |
|
|
|
padding-left: 20px; |
|
|
|
font-family: "ARK-ES-DenseLight"; |
|
|
|
font-family: "ARK-ES Regular"; |
|
|
|
font-weight: lighter; |
|
|
|
margin-top: -40px; |
|
|
|
} |
|
|
@ -72,6 +77,7 @@ img { |
|
|
|
padding-left: 20px; |
|
|
|
padding-right: 100px; |
|
|
|
margin-top: 40px; |
|
|
|
font-family: "Inconsolata"; |
|
|
|
} |
|
|
|
|
|
|
|
.anarchive { |
|
|
@ -92,7 +98,7 @@ h1 { |
|
|
|
|
|
|
|
.question { |
|
|
|
font-size: 22px; |
|
|
|
font-family: "ARK-ES"; |
|
|
|
font-family: "ARK-ES Regular"; |
|
|
|
} |
|
|
|
|
|
|
|
.details { |
|
|
@ -108,5 +114,10 @@ a { |
|
|
|
} |
|
|
|
|
|
|
|
.dash { |
|
|
|
font-family: "ARK-ES"; |
|
|
|
font-family: "ARK-ES Regular"; |
|
|
|
} |
|
|
|
|
|
|
|
#selector { |
|
|
|
padding-left: 20px; |
|
|
|
padding-top: 20px; |
|
|
|
} |
|
|
|