|
|
|
@ -103,6 +103,14 @@ header{
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.issue#special-issue-12{
|
|
|
|
|
font-family: 'special-issue-12';
|
|
|
|
|
}
|
|
|
|
|
.issue#special-issue-10 .issue-text{
|
|
|
|
|
font-family: 'special-issue-12';
|
|
|
|
|
letter-spacing: -0.1em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* rules for the general structural elements */
|
|
|
|
|
section{
|
|
|
|
|
display: flex;
|
|
|
|
@ -279,4 +287,10 @@ a img:hover{
|
|
|
|
|
font-style: normal;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: "special-issue-12";
|
|
|
|
|
src: url("12/font/RobotoMono-Regular.ttf");
|
|
|
|
|
font-style: normal;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|