Skip to content

Commit

Permalink
Removed obsolete Ubuntu font declarations
Browse files Browse the repository at this point in the history
Cf. #102
  • Loading branch information
thvitt committed Mar 3, 2016
1 parent 52c9a9d commit fcfd891
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions css/document-transcript.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
src: url(../fonts/GenBkBasR.ttf) format("truetype");
}

@font-face {
font-family: faust-sans-serif;
src: url(../fonts/Ubuntu-R.ttf) format("truetype");
}

@font-face {
font-family: faust-monospace;
src: url(../fonts/UbuntuMono-Regular.ttf) format("truetype");
Expand Down Expand Up @@ -62,7 +57,7 @@ svg.diplomatic g.Zone:hover {

svg.diplomatic .text {
font-size: 11pt;
font-family: faust-sans-serif, sans-serif, Symbola;
font-family: "Ubuntu", sans-serif, Symbola;
fill: black;
stroke: none;
stroke-opacity: 0;
Expand Down

0 comments on commit fcfd891

Please sign in to comment.