Browse Source

Format and fix font-face defs

master
decentral1se 3 years ago
parent
commit
456944de72
No known key found for this signature in database GPG Key ID: 92DAD76BD9567B8A
  1. 27
      style.css

27
style.css

@ -1,30 +1,31 @@
@font-face {
font-family: "ARK-ES" format("otf");
src: url("/fonts/ARK-ES-DenseRegular.otf");
font-family: "ARK-ES";
src: url("/fonts/ARK-ES-DenseRegular.otf") format("otf");
}
@font-face {
font-family: "ARK-ES" format("otf");
src: url("/fonts/ARK-ES-DenseLight.otf");
font-family: "ARK-ES DenseLight";
src: url("/fonts/ARK-ES-DenseLight.otf") format("otf");
}
@font-face {
font-family: "Aquino" format("otf");
src: url("/fonts/Aquino.otf");
font-family: "Aquino";
src: url("/fonts/Aquino.otf") format("otf");
}
@font-face {
font-family: "Combine" format("otf");
src: url("/fonts/Combine.otf");
font-family: "Combine";
src: url("/fonts/Combine.otf") format("otf");
}
@font-face {
font-family: "Inconsolata" format("ttf");
src: url("/fonts/Inconsolata-Regular.otf");
font-family: "Inconsolata";
src: url("/fonts/Inconsolata-Regular.otf") format("otf");
}
.content, html, body {
.content,
html,
body {
height: 100%;
}
@ -57,7 +58,6 @@ img {
font-family: "ARK-ES";
font-weight: normal;
font-size: 70px;
}
#subtitle {
@ -72,7 +72,6 @@ img {
padding-left: 20px;
padding-right: 100px;
margin-top: 40px;
}
.anarchive {

Loading…
Cancel
Save