Skip to content

Commit

Permalink
Removed Symbola reference.
Browse files Browse the repository at this point in the history
Cf. #22, #138
  • Loading branch information
thvitt committed Nov 14, 2016
1 parent ecd7807 commit 94e1fd4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css/document-transcript.css
Expand Up @@ -44,7 +44,7 @@ svg.diplomatic g.Zone:hover {

svg.diplomatic .text {
font-size: 11pt;
font-family: "Ubuntu", sans-serif, Symbola;
font-family: "Ubuntu";
fill: black;
stroke: none;
stroke-opacity: 0;
Expand All @@ -64,11 +64,11 @@ svg.diplomatic .element-rdg, svg.diplomatic .element-rdg * {
/* writing hand / scribes */

svg.diplomatic .text.hand-g {
font-family: faust-serif, serif, Symbola;
font-family: faust-serif;
}

svg.diplomatic .text.hand-xx {
font-family: "Ubuntu Monospace", monospace, Symbola;
font-family: "Ubuntu Monospace";
}

/* writing material */
Expand Down

0 comments on commit 94e1fd4

Please sign in to comment.