decentral1se
4 years ago
No known key found for this signature in database
GPG Key ID: 92DAD76BD9567B8A
1 changed files with
6 additions and
6 deletions
-
style.css
|
|
@ -1,31 +1,31 @@ |
|
|
|
@font-face { |
|
|
|
font-family: "ARK-ES Regular"; |
|
|
|
src: url("/fonts/ARK-ES-DenseRegular.woff") format("woff"); |
|
|
|
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"); |
|
|
|
src: url("fonts/ARK-ES-DenseMedium.woff") format("woff"); |
|
|
|
} |
|
|
|
|
|
|
|
@font-face { |
|
|
|
font-family: "ARK-ES DenseLight"; |
|
|
|
src: url("/fonts/ARK-ES-DenseLight.woff") format("woff"); |
|
|
|
src: url("fonts/ARK-ES-DenseLight.woff") format("woff"); |
|
|
|
} |
|
|
|
|
|
|
|
@font-face { |
|
|
|
font-family: "Aquino"; |
|
|
|
src: url("/fonts/Aquino.otf") format("otf"); |
|
|
|
src: url("fonts/Aquino.otf") format("otf"); |
|
|
|
} |
|
|
|
|
|
|
|
@font-face { |
|
|
|
font-family: "Combine"; |
|
|
|
src: url("/fonts/Combine.otf") format("otf"); |
|
|
|
src: url("fonts/Combine.otf") format("otf"); |
|
|
|
} |
|
|
|
|
|
|
|
@font-face { |
|
|
|
font-family: "Inconsolata"; |
|
|
|
src: url("/fonts/Inconsolata-Regular.otf") format("otf"); |
|
|
|
src: url("fonts/Inconsolata-Regular.otf") format("otf"); |
|
|
|
} |
|
|
|
|
|
|
|
.content, |
|
|
|