Add quotes around font-family in cover and titlepage SVGs

This commit is contained in:
Alex Cabal 2020-03-18 11:48:10 -05:00
parent bc8705e7f7
commit c2135c8ead
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@
text{
fill: #fff;
font-family: League Spartan;
font-family: "League Spartan";
letter-spacing: 5px;
text-anchor: middle;
}

Before

Width:  |  Height:  |  Size: 857 B

After

Width:  |  Height:  |  Size: 859 B

Before After
Before After

View file

@ -3,7 +3,7 @@
<title>The titlepage for the Standard Ebooks edition of The Origin of Species, by Charles Darwin</title>
<style type="text/css">
text{
font-family: League Spartan;
font-family: "League Spartan";
letter-spacing: 5px;
text-anchor: middle;
}

Before

Width:  |  Height:  |  Size: 616 B

After

Width:  |  Height:  |  Size: 618 B

Before After
Before After