From e0e2e6b8629aac25061865ff94efde6df4835db7 Mon Sep 17 00:00:00 2001 From: ugrnm Date: Wed, 11 Dec 2019 23:59:43 +0100 Subject: [PATCH] font for si10 abstract --- stylesheet.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/stylesheet.css b/stylesheet.css index aad9c55..d1b042e 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -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; +} + +