Format and fix font-face defs
This commit is contained in:
parent
20d5d61e71
commit
456944de72
67
style.css
67
style.css
@ -1,46 +1,47 @@
|
||||
@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-face {
|
||||
font-family: "Aquino" format("otf");
|
||||
src: url("/fonts/Aquino.otf");
|
||||
font-family: "ARK-ES DenseLight";
|
||||
src: url("/fonts/ARK-ES-DenseLight.otf") format("otf");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Combine" format("otf");
|
||||
src: url("/fonts/Combine.otf");
|
||||
font-family: "Aquino";
|
||||
src: url("/fonts/Aquino.otf") format("otf");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Inconsolata" format("ttf");
|
||||
src: url("/fonts/Inconsolata-Regular.otf");
|
||||
font-family: "Combine";
|
||||
src: url("/fonts/Combine.otf") format("otf");
|
||||
}
|
||||
|
||||
.content, html, body {
|
||||
height: 100%;
|
||||
@font-face {
|
||||
font-family: "Inconsolata";
|
||||
src: url("/fonts/Inconsolata-Regular.otf") format("otf");
|
||||
}
|
||||
|
||||
.content,
|
||||
html,
|
||||
body {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#left {
|
||||
float: left;
|
||||
width: 50%;
|
||||
height: 100%;
|
||||
background: #d1dfc3;
|
||||
overflow-y: auto;
|
||||
float: left;
|
||||
width: 50%;
|
||||
height: 100%;
|
||||
background: #d1dfc3;
|
||||
overflow-y: auto;
|
||||
}
|
||||
#right {
|
||||
float: left;
|
||||
width: 50%;
|
||||
background: #fdfae3;
|
||||
height: 100%;
|
||||
overflow-y: auto;
|
||||
float: left;
|
||||
width: 50%;
|
||||
background: #fdfae3;
|
||||
height: 100%;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
img {
|
||||
@ -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 {
|
||||
@ -97,15 +96,15 @@ h1 {
|
||||
}
|
||||
|
||||
.details {
|
||||
display: none;
|
||||
margin-top: 1em;
|
||||
display: none;
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration-style: dashed;
|
||||
text-decoration-skip-ink: none;
|
||||
text-decoration-color: blue;
|
||||
color: black;
|
||||
text-decoration-style: dashed;
|
||||
text-decoration-skip-ink: none;
|
||||
text-decoration-color: blue;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.dash {
|
||||
|
Loading…
Reference in New Issue
Block a user