From d3849e229914a7f8a694d859f375a361f89217f2 Mon Sep 17 00:00:00 2001 From: Thorsten Vitt Date: Thu, 15 Dec 2016 16:32:32 +0100 Subject: [PATCH] Renamed faust-serif to original font name. It is a good idea to use the actual font name in order to (a) support people who have the fonts already installed or (b) want to use the SVGs standalone, without webfont support. --- css/document-transcript.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/document-transcript.css b/css/document-transcript.css index 03f41bf..b0e69dd 100644 --- a/css/document-transcript.css +++ b/css/document-transcript.css @@ -3,7 +3,7 @@ /* global */ svg.diplomatic { - font-family: faust-serif, serif; + font-family: 'Gentium Book Basic'; stroke: black; font-size: 11pt; } @@ -64,7 +64,7 @@ svg.diplomatic .element-rdg, svg.diplomatic .element-rdg * { /* writing hand / scribes */ svg.diplomatic .text.hand-g { - font-family: faust-serif; + font-family: "Gentium Book Basic"; } svg.diplomatic .text.hand-xx {