mirror of
https://github.com/standardebooks/charles-darwin_the-origin-of-species.git
synced 2025-09-22 11:26:45 -04:00
Add quotes around font-family in cover and titlepage SVGs
This commit is contained in:
parent
bc8705e7f7
commit
c2135c8ead
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
text{
|
text{
|
||||||
fill: #fff;
|
fill: #fff;
|
||||||
font-family: League Spartan;
|
font-family: "League Spartan";
|
||||||
letter-spacing: 5px;
|
letter-spacing: 5px;
|
||||||
text-anchor: middle;
|
text-anchor: middle;
|
||||||
}
|
}
|
||||||
|
|
Before Width: | Height: | Size: 857 B After Width: | Height: | Size: 859 B |
|
@ -3,7 +3,7 @@
|
||||||
<title>The titlepage for the Standard Ebooks edition of The Origin of Species, by Charles Darwin</title>
|
<title>The titlepage for the Standard Ebooks edition of The Origin of Species, by Charles Darwin</title>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
text{
|
text{
|
||||||
font-family: League Spartan;
|
font-family: "League Spartan";
|
||||||
letter-spacing: 5px;
|
letter-spacing: 5px;
|
||||||
text-anchor: middle;
|
text-anchor: middle;
|
||||||
}
|
}
|
||||||
|
|
Before Width: | Height: | Size: 616 B After Width: | Height: | Size: 618 B |
Loading…
Add table
Add a link
Reference in a new issue