Skip to content

Commit

Permalink
Renamed faust-serif to original font name.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
thvitt committed Dec 15, 2016
1 parent 94e1fd4 commit d3849e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/document-transcript.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/* global */

svg.diplomatic {
font-family: faust-serif, serif;
font-family: 'Gentium Book Basic';
stroke: black;
font-size: 11pt;
}
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit d3849e2

Please sign in to comment.