|
|
|
@ -94,6 +94,15 @@ header{
|
|
|
|
|
letter-spacing: 0em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.issue#special-issue-10{
|
|
|
|
|
font-family: 'special-issue-10';
|
|
|
|
|
font-size: 95%;
|
|
|
|
|
}
|
|
|
|
|
.issue#special-issue-10 .issue-text{
|
|
|
|
|
font-family: 'special-issue-10';
|
|
|
|
|
font-size: 115%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* rules for the general structural elements */
|
|
|
|
|
section{
|
|
|
|
@ -264,3 +273,11 @@ a img:hover{
|
|
|
|
|
src:url('fonts/cmunvi.ttf') format('truetype');
|
|
|
|
|
font-style: italic;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: "special-issue-10";
|
|
|
|
|
src: url("10/font/OCR_A.ttf");
|
|
|
|
|
font-style: normal;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|